Skip to content

Commit 392bd0c

Browse files
orienJonRowe
authored andcommitted
Add project metadata to the gemspec (rspec#2574)
* Add project metadata to the gemspec * Use the official rspec.info documentation page * Use tagged changelog
1 parent 3f1057c commit 392bd0c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

rspec-core.gemspec

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ Gem::Specification.new do |s|
1313
s.summary = "rspec-core-#{RSpec::Core::Version::STRING}"
1414
s.description = "BDD for Ruby. RSpec runner and example groups."
1515

16+
s.metadata = {
17+
'bug_tracker_uri' => 'https://github.com/rspec/rspec-core/issues',
18+
'changelog_uri' => "https://github.com/rspec/rspec-core/blob/v#{s.version}/Changelog.md",
19+
'documentation_uri' => 'https://rspec.info/documentation/',
20+
'mailing_list_uri' => 'https://groups.google.com/forum/#!forum/rspec',
21+
'source_code_uri' => 'https://github.com/rspec/rspec-core',
22+
}
23+
1624
s.files = `git ls-files -- lib/*`.split("\n")
1725
s.files += %w[README.md LICENSE.md Changelog.md .yardopts .document]
1826
s.test_files = []

0 commit comments

Comments
 (0)