Add metadata to rubygems.org

This commit is contained in:
Igor Kapkov 2018-10-03 14:24:51 +10:00 committed by Elliot Winkler
parent 3ea200a039
commit 94b28e4ef4
1 changed files with 7 additions and 0 deletions

View File

@ -12,6 +12,13 @@ Gem::Specification.new do |s|
s.summary = "Making tests easy on the fingers and eyes"
s.license = "MIT"
s.description = "Making tests easy on the fingers and eyes"
s.metadata = {
'bug_tracker_uri' => 'https://github.com/thoughtbot/shoulda-matchers/issues',
'changelog_uri' => 'https://github.com/thoughtbot/shoulda-matchers/blob/master/NEWS.md',
'documentation_uri' => 'https://matchers.shoulda.io/docs',
'homepage_uri' => 'https://matchers.shoulda.io',
'source_code_uri' => 'https://github.com/thoughtbot/shoulda-matchers'
}
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")