Skip to content

Commit

Permalink
Merge pull request #693 from ursm/lex
Browse files Browse the repository at this point in the history
Fix default branch name and gem metadata indentation
  • Loading branch information
andrehjr authored Jul 17, 2022
2 parents 97a5ee8 + 872b511 commit 29c6c07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Want to contribute to Split? That's great! Here are a couple of guidelines that

## Setup instructions

You can find in-depth instructions to install in our [README](https://github.com/splitrb/split/blob/master/README.md).
You can find in-depth instructions to install in our [README](https://github.com/splitrb/split/blob/main/README.md).

*Note*: Split requires Ruby 1.9.2 or higher.

Expand Down
14 changes: 7 additions & 7 deletions split.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Gem::Specification.new do |s|
s.summary = "Rack based split testing framework"

s.metadata = {
"homepage_uri" => "https://github.com/splitrb/split",
"changelog_uri" => "https://github.com/splitrb/split/blob/master/CHANGELOG.md",
"source_code_uri" => "https://github.com/splitrb/split",
"bug_tracker_uri" => "https://github.com/splitrb/split/issues",
"wiki_uri" => "https://github.com/splitrb/split/wiki",
"mailing_list_uri" => "https://groups.google.com/d/forum/split-ruby"
}
"homepage_uri" => "https://github.com/splitrb/split",
"changelog_uri" => "https://github.com/splitrb/split/blob/main/CHANGELOG.md",
"source_code_uri" => "https://github.com/splitrb/split",
"bug_tracker_uri" => "https://github.com/splitrb/split/issues",
"wiki_uri" => "https://github.com/splitrb/split/wiki",
"mailing_list_uri" => "https://groups.google.com/d/forum/split-ruby"
}

s.required_ruby_version = ">= 2.5.0"
s.required_rubygems_version = ">= 2.0.0"
Expand Down

0 comments on commit 29c6c07

Please sign in to comment.