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

Commit 5964284

Browse files
committed
Merge pull request #355 from orien/project-metadata
Add project metadata to the gemspec
1 parent 2ba8a48 commit 5964284

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

rspec-support.gemspec

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ Gem::Specification.new do |spec|
1313
spec.description = "Support utilities for RSpec gems"
1414
spec.license = "MIT"
1515

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

0 commit comments

Comments
 (0)