Skip to content

Commit

Permalink
Add metadata to gemspec, including changelog_uri
Browse files Browse the repository at this point in the history
This will make the changelog more discoverable.

Fixes #608.
  • Loading branch information
mattbrictson authored and floehopper committed Jul 25, 2024
1 parent 4e2ca1b commit eb1b8ea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mocha.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ Gem::Specification.new do |s|
s.homepage = 'https://mocha.jamesmead.org'
s.require_paths = ['lib']
s.summary = 'Mocking and stubbing library'
s.metadata = {
'bug_tracker_uri' => 'https://github.com/freerange/mocha/issues',
'changelog_uri' => 'https://github.com/freerange/mocha/blob/main/RELEASE.md',
'documentation_uri' => 'https://mocha.jamesmead.org/',
'funding_uri' => 'https://github.com/sponsors/floehopper',
'homepage_uri' => s.homepage,
'source_code_uri' => 'https://github.com/freerange/mocha'
}

s.add_runtime_dependency 'ruby2_keywords', '>= 0.0.5'
end

0 comments on commit eb1b8ea

Please sign in to comment.