Skip to content

Commit

Permalink
Provide a 'Changelog' link on rubygems.org/gems/parallel_tests (#928)
Browse files Browse the repository at this point in the history
By providing a 'changelog_uri' in the metadata of the gemspec a
'Changelog' link will be shown on https://rubygems.org/gems/parallel_tests
which makes it quick and easy for someone to check on the changes
introduced with a new version.
  • Loading branch information
mark-young-atg committed Aug 27, 2024
1 parent 632e3be commit 7584bfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions parallel_tests.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ Gem::Specification.new name, ParallelTests::VERSION do |s|
s.homepage = "https://github.com/grosser/#{name}"
s.metadata = {
"bug_tracker_uri" => "https://github.com/grosser/#{name}/issues",
"changelog_uri" => "https://github.com/grosser/#{name}/blob/v#{s.version}/CHANGELOG.md",
"documentation_uri" => "https://github.com/grosser/#{name}/blob/v#{s.version}/Readme.md",
"source_code_uri" => "https://github.com/grosser/#{name}/tree/v#{s.version}",
"wiki_uri" => "https://github.com/grosser/#{name}/wiki"
}



s.files = Dir["{lib,bin}/**/*"] + ["Readme.md"]
s.license = "MIT"
s.executables = ["parallel_spinach", "parallel_cucumber", "parallel_rspec", "parallel_test"]
Expand Down

0 comments on commit 7584bfd

Please sign in to comment.