Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 3910b17

Browse files
committed
Add project metadata to the gemspec
1 parent b3b1eb3 commit 3910b17

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rspec.gemspec

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

17+
s.metadata = {
18+
'bug_tracker_uri' => 'https://github.com/rspec/rspec/issues',
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',
22+
}
23+
1724
s.files = `git ls-files -- lib/*`.split("\n")
1825
s.files += ["LICENSE.md"]
1926
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")

0 commit comments

Comments
 (0)