Skip to content

Commit

Permalink
Add project metadata to the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Oct 8, 2018
1 parent 6eb746f commit 8582afe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ Gem::Specification.new do |s|
s.description = "New wave Internationalization support for Ruby."
s.license = "MIT"

s.metadata = {
'bug_tracker_uri' => 'https://github.com/svenfuchs/i18n/issues',
'changelog_uri' => 'https://github.com/svenfuchs/i18n/releases',
'documentation_uri' => 'https://guides.rubyonrails.org/i18n.html',
'source_code_uri' => 'https://github.com/svenfuchs/i18n',
}

s.files = Dir.glob("{gemfiles,lib,test}/**/**") + %w(README.md MIT-LICENSE)
s.platform = Gem::Platform::RUBY
s.require_path = 'lib'
Expand Down

0 comments on commit 8582afe

Please sign in to comment.