Skip to content

Commit

Permalink
Adding CHANGELOG url
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumebriday committed Jul 13, 2020
1 parent a12075a commit 8c05128
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions external_link_to.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/guillaumebriday/external_link_to'
spec.license = 'MIT'

# spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/guillaumebriday/external_link_to'
# spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
spec.metadata["changelog_uri"] = "https://github.com/guillaumebriday/external_link_to/blob/master/CHANGELOG.md"

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand Down

0 comments on commit 8c05128

Please sign in to comment.