Skip to content

Commit

Permalink
Enrich gemspec metadata (#76)
Browse files Browse the repository at this point in the history
Add bug tracker and changelog URIs for faster discovery and navigation.
  • Loading branch information
ur5us authored Oct 24, 2021
1 parent 3cd6f6e commit 7e5426a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yaaf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Gem::Specification.new do |spec|

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/rootstrap/yaaf'
spec.metadata['bug_tracker_uri'] = 'https://github.com/rootstrap/yaaf/issues'
spec.metadata['changelog_uri'] = 'https://github.com/rootstrap/yaaf/releases'

spec.files = Dir['LICENSE.txt', 'README.md', 'lib/**/*']
spec.require_paths = ['lib']
Expand Down

0 comments on commit 7e5426a

Please sign in to comment.