Skip to content

Commit

Permalink
Merge pull request #4671 from sonalkr132/temp-https
Browse files Browse the repository at this point in the history
Update TODO link in bundle gem template to https
  • Loading branch information
deivid-rodriguez committed Jun 14, 2021
2 parents 56fd9e1 + 318357f commit 9c172e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/lib/bundler/templates/newgem/newgem.gemspec.tt
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
<%- end -%>
spec.required_ruby_version = ">= <%= config[:required_ruby_version] %>"

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

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
Expand Down

0 comments on commit 9c172e7

Please sign in to comment.