Skip to content

Commit

Permalink
add metadata
Browse files Browse the repository at this point in the history
will add links to rubygems & rubytoolbox
  • Loading branch information
noraj authored and davetron5000 committed Jul 17, 2024
1 parent aaf5a36 commit 0a6492d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ spec = Gem::Specification.new do |s|
s.summary = "Build command-suite CLI apps that are awesome."
s.description = "Build command-suite CLI apps that are awesome. Bootstrap your app, add commands, options and documentation while maintaining a well-tested idiomatic command-line app"

s.metadata = {
'yard.run' => 'yard',
'bug_tracker_uri' => 'https://github.com/davetron5000/gli/issues',
'changelog_uri' => 'https://github.com/davetron5000/gli/releases',
'documentation_uri' => 'https://www.rubydoc.info/gems/gli/',
'homepage_uri' => 'https://davetron5000.github.com/gli/',
'source_code_uri' => 'https://github.com/davetron5000/gli/'
}

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.require_paths = ["lib"]
Expand Down

0 comments on commit 0a6492d

Please sign in to comment.