Skip to content

Commit afd1a59

Browse files
orienJonRowe
authored andcommitted
Add project metadata to the gemspec (#2035)
1 parent 9f72403 commit afd1a59

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

rspec-rails.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 for Rails"
1414
s.description = "rspec-rails is a testing framework for Rails 3+."
1515

16+
s.metadata = {
17+
'bug_tracker_uri' => 'https://github.com/rspec/rspec-rails/issues',
18+
'changelog_uri' => "https://github.com/rspec/rspec-rails/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-rails',
22+
}
23+
1624
s.files = `git ls-files -- lib/*`.split("\n")
1725
s.files += %w[README.md LICENSE.md Changelog.md Capybara.md .yardopts .document]
1826
s.test_files = []

0 commit comments

Comments
 (0)