Skip to content

Commit

Permalink
Provide metadata for RubyGems (#1531)
Browse files Browse the repository at this point in the history
This inserts the direct links to changelog/bugs in RubyGems. It also allows easier automatic processing of updates.
  • Loading branch information
viraptor authored and stympy committed Feb 12, 2019
1 parent 89de0e5 commit fadd141
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions faker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ Gem::Specification.new do |s|

s.files = Dir['lib/**/*'] + %w[History.md License.txt CHANGELOG.md README.md]
s.require_paths = ['lib']

s.metadata['changelog_uri'] = 'https://github.com/stympy/faker/blob/master/CHANGELOG.md'
s.metadata['source_code_uri'] = 'https://github.com/stympy/faker'
s.metadata['bug_tracker_uri'] = 'https://github.com/stympy/faker/issues'
end

0 comments on commit fadd141

Please sign in to comment.