From be814d3906c26aaeb6efa7e432acca3c06035ee3 Mon Sep 17 00:00:00 2001 From: Keith Morrison Date: Fri, 27 Dec 2024 16:01:46 -0800 Subject: [PATCH] rename master to main --- .github/workflows/build.yml | 4 ++-- .github/workflows/static.yml | 2 +- README.md | 2 +- doc/file.README.html | 2 +- doc/index.html | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2517c5f..c6d05a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,9 +9,9 @@ name: build on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] permissions: contents: read diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 4d33ef9..57cbb8e 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["master"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/README.md b/README.md index 716c94a..e43471b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ DBF is a small, fast Ruby library for reading dBase, xBase, Clipper, and FoxPro * Report bugs: * Questions: Email and put DBF somewhere in the subject line -* Change log: +* Change log: NOTE: Beginning with version 4.3 we have dropped support for Ruby 3.0 and earlier. diff --git a/doc/file.README.html b/doc/file.README.html index df6798a..4996188 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -72,7 +72,7 @@

DBF

  • Questions: Email keithm@infused.org and put DBF somewhere in the subject line

  • -

    Change log: github.com/infused/dbf/blob/master/CHANGELOG.md

    +

    Change log: github.com/infused/dbf/blob/main/CHANGELOG.md

  • NOTE:

    diff --git a/doc/index.html b/doc/index.html index 7e60ae5..247fee3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -72,7 +72,7 @@

    DBF

  • Questions: Email keithm@infused.org and put DBF somewhere in the subject line

  • -

    Change log: github.com/infused/dbf/blob/master/CHANGELOG.md

    +

    Change log: github.com/infused/dbf/blob/main/CHANGELOG.md

  • NOTE: