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
25
25
26
26
## Setup instructions
27
27
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 ) .
29
29
30
30
* Note* : Split requires Ruby 1.9.2 or higher.
31
31
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ Gem::Specification.new do |s|
15
15
s . summary = "Rack based split testing framework"
16
16
17
17
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
+ }
25
25
26
26
s . required_ruby_version = ">= 2.5.0"
27
27
s . required_rubygems_version = ">= 2.0.0"
You can’t perform that action at this time.
0 commit comments