From 3588ac2205b1bfc203f8052e1a37591f5050fa4a Mon Sep 17 00:00:00 2001 From: Henning Koch Date: Mon, 12 Feb 2024 09:57:25 +0100 Subject: [PATCH] Rename master to main (fixes #14) --- .github/workflows/test.yml | 6 +++--- capybara-lockstep.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ffe432b..52c19b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,13 +3,13 @@ name: Tests on: push: branches: - - master + - main pull_request: branches: - - master + - main workflow_dispatch: branches: - - master + - main jobs: test: runs-on: ubuntu-20.04 diff --git a/capybara-lockstep.gemspec b/capybara-lockstep.gemspec index bc50f78..5e44272 100644 --- a/capybara-lockstep.gemspec +++ b/capybara-lockstep.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |spec| spec.metadata["source_code_uri"] = spec.homepage spec.metadata["bug_tracker_uri"] = "https://github.com/makandra/capybara-lockstep/issues" - spec.metadata["changelog_uri"] = "https://github.com/makandra/capybara-lockstep/blob/master/CHANGELOG.md" + spec.metadata["changelog_uri"] = "https://github.com/makandra/capybara-lockstep/blob/main/CHANGELOG.md" spec.metadata["rubygems_mfa_required"] = 'true' # Specify which files should be added to the gem when it is released.