File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Want to contribute to Split? That's great! Here are a couple of guidelines that
2525
2626## Setup instructions
2727
28- You can find in-depth instructions to install in our [ README] ( https://github.com/splitrb/split/blob/master /README.md ) .
28+ You can find in-depth instructions to install in our [ README] ( https://github.com/splitrb/split/blob/main /README.md ) .
2929
3030* Note* : Split requires Ruby 1.9.2 or higher.
3131
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ Gem::Specification.new do |s|
1515 s . summary = "Rack based split testing framework"
1616
1717 s . metadata = {
18- "homepage_uri" => "https://github.com/splitrb/split" ,
19- "changelog_uri" => "https://github.com/splitrb/split/blob/master /CHANGELOG.md" ,
20- "source_code_uri" => "https://github.com/splitrb/split" ,
21- "bug_tracker_uri" => "https://github.com/splitrb/split/issues" ,
22- "wiki_uri" => "https://github.com/splitrb/split/wiki" ,
23- "mailing_list_uri" => "https://groups.google.com/d/forum/split-ruby"
24- }
18+ "homepage_uri" => "https://github.com/splitrb/split" ,
19+ "changelog_uri" => "https://github.com/splitrb/split/blob/main /CHANGELOG.md" ,
20+ "source_code_uri" => "https://github.com/splitrb/split" ,
21+ "bug_tracker_uri" => "https://github.com/splitrb/split/issues" ,
22+ "wiki_uri" => "https://github.com/splitrb/split/wiki" ,
23+ "mailing_list_uri" => "https://groups.google.com/d/forum/split-ruby"
24+ }
2525
2626 s . required_ruby_version = ">= 2.5.0"
2727 s . required_rubygems_version = ">= 2.0.0"
You can’t perform that action at this time.
0 commit comments