Skip to content

Commit

Permalink
Add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Jun 28, 2019
1 parent 25edf97 commit d54f39f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tty-pie.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@ Gem::Specification.new do |spec|
spec.version = TTY::Pie::VERSION
spec.authors = ["Piotr Murach"]
spec.email = ["me@piotrmurach.com"]

spec.summary = %q{Draw pie charts in your terminal window.}
spec.description = %q{Draw pie charts in your terminal window.}
spec.homepage = "https://piotrmurach.github.io/tty"
spec.license = "MIT"

if spec.respond_to?(:metadata)
spec.metadata["allowed_push_host"] = "https://rubygems.org"
spec.metadata["changelog_uri"] = "https://github.com/piotrmurach/tty-pie/blob/master/CHANGELOG.md"
spec.metadata["documentation_uri"] = "https://www.rubydoc.info/gems/tty-pie"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/piotrmurach/tty-pie"
end
spec.files = Dir['{lib,spec,examples}/**/*.rb']
spec.files += Dir['{bin,tasks}/*', 'tty-pie.gemspec']
spec.files += Dir['README.md', 'CHANGELOG.md', 'LICENSE.txt', 'Rakefile']
Expand Down

0 comments on commit d54f39f

Please sign in to comment.