Skip to content

Commit

Permalink
Add project metadata to the gemspec (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
orien authored and JonRowe committed Jun 13, 2019
1 parent 3dbe5cd commit 101080a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rspec-mocks.gemspec
Expand Up @@ -13,6 +13,14 @@ Gem::Specification.new do |s|
s.summary = "rspec-mocks-#{RSpec::Mocks::Version::STRING}"
s.description = "RSpec's 'test double' framework, with support for stubbing and mocking"

s.metadata = {
'bug_tracker_uri' => 'https://github.com/rspec/rspec-mocks/issues',
'changelog_uri' => "https://github.com/rspec/rspec-mocks/blob/v#{s.version}/Changelog.md",
'documentation_uri' => 'https://rspec.info/documentation/',
'mailing_list_uri' => 'https://groups.google.com/forum/#!forum/rspec',
'source_code_uri' => 'https://github.com/rspec/rspec-mocks',
}

s.files = `git ls-files -- lib/*`.split("\n")
s.files += %w[README.md LICENSE.md Changelog.md .yardopts .document]
s.test_files = []
Expand Down

0 comments on commit 101080a

Please sign in to comment.