File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Tests
2
2
on :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
pull_request :
7
7
8
8
jobs :
Original file line number Diff line number Diff line change 1
- ## [ Unreleased] ( https://github.com/rubycdp/ferrum/compare/v0.11...master ) ##
1
+ ## [ Unreleased] ( https://github.com/rubycdp/ferrum/compare/v0.11...main ) ##
2
2
3
3
### Added
4
4
Original file line number Diff line number Diff line change 3
3
<img align="right"
4
4
width="320" height="241"
5
5
alt="Ferrum logo"
6
- src="https://raw.githubusercontent.com/rubycdp/ferrum/master /logo.svg?sanitize=true">
6
+ src="https://raw.githubusercontent.com/rubycdp/ferrum/main /logo.svg?sanitize=true">
7
7
8
8
#### As simple as Puppeteer, though even simpler.
9
9
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ Gem::Specification.new do |s|
17
17
s . metadata = {
18
18
"homepage_uri" => "https://ferrum.rubycdp.com/" ,
19
19
"bug_tracker_uri" => "https://github.com/rubycdp/ferrum/issues" ,
20
- "documentation_uri" => "https://github.com/rubycdp/ferrum/blob/master /README.md" ,
21
- "changelog_uri" => "https://github.com/rubycdp/ferrum/blob/master /CHANGELOG.md" ,
20
+ "documentation_uri" => "https://github.com/rubycdp/ferrum/blob/main /README.md" ,
21
+ "changelog_uri" => "https://github.com/rubycdp/ferrum/blob/main /CHANGELOG.md" ,
22
22
"source_code_uri" => "https://github.com/rubycdp/ferrum" ,
23
23
"rubygems_mfa_required" => "true"
24
24
}
You can’t perform that action at this time.
0 commit comments