Skip to content

Commit

Permalink
Merge fd18629 into 2b41daf
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Kapkov committed Jan 22, 2020
2 parents 2b41daf + fd18629 commit 9089af3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tty-color.gemspec
Expand Up @@ -12,11 +12,11 @@ Gem::Specification.new do |spec|
if spec.respond_to?(:metadata=)
spec.metadata = {
"allowed_push_host" => "https://rubygems.org",
"bug_tracker_uri" => "https://github.com/piotrmurach/tty-prompt/issues",
"changelog_uri" => "https://github.com/piotrmurach/tty-prompt/blob/master/CHANGELOG.md",
"documentation_uri" => "https://www.rubydoc.info/gems/tty-prompt",
"bug_tracker_uri" => "https://github.com/piotrmurach/tty-color/issues",
"changelog_uri" => "https://github.com/piotrmurach/tty-color/blob/master/CHANGELOG.md",
"documentation_uri" => "https://www.rubydoc.info/gems/tty-color",
"homepage_uri" => spec.homepage,
"source_code_uri" => "https://github.com/piotrmurach/tty-prompt"
"source_code_uri" => "https://github.com/piotrmurach/tty-color"
}
end
spec.files = Dir["lib/**/*", "README.md", "CHANGELOG.md", "LICENSE.txt"]
Expand Down

0 comments on commit 9089af3

Please sign in to comment.