Skip to content

Commit

Permalink
Add metadata to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Nov 9, 2020
1 parent 577d01d commit 4643b87
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tty.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ Gem::Specification.new do |spec|
spec.homepage = "https://ttytoolkit.org"
spec.license = "MIT"

spec.metadata["allowed_push_host"] = "https://rubygems.org"
spec.metadata["bug_tracker_uri"] = "https://github.com/piotrmurach/tty/issues"
spec.metadata["changelog_uri"] = "https://github.com/piotrmurach/tty/blob/master/CHANGELOG.md"
spec.metadata["documentation_uri"] = "https://www.rubydoc.info/gems/tty"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/piotrmurach/tty"

spec.files = Dir.glob("lib/**/*", File::FNM_DOTMATCH)
spec.extra_rdoc_files = ["README.md", "CHANGELOG.md", "LICENSE.txt"]
spec.bindir = "exe"
Expand Down

0 comments on commit 4643b87

Please sign in to comment.