Skip to content

Commit

Permalink
Add metadata to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
antstorm committed Jun 2, 2019
1 parent f5ea3a4 commit dafd195
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions money-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,10 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec-rails", "~> 3.0"
s.add_development_dependency 'database_cleaner', '~> 1.6.1'
s.add_development_dependency 'test-unit', '~> 3.0' if RUBY_VERSION >= '2.2'

if s.respond_to?(:metadata)
s.metadata['changelog_uri'] = 'https://github.com/RubyMoney/money-rails/blob/master/CHANGELOG.md'
s.metadata['source_code_uri'] = 'https://github.com/RubyMoney/money-rails/'
s.metadata['bug_tracker_uri'] = 'https://github.com/RubyMoney/money-rails/issues'
end
end

0 comments on commit dafd195

Please sign in to comment.