We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb3c43 commit 11726a6Copy full SHA for 11726a6
bundler/lib/bundler/templates/newgem/newgem.gemspec.tt
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
<%- end -%>
17
spec.required_ruby_version = ">= <%= config[:required_ruby_version] %>"
18
19
- spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
+ spec.metadata["allowed_push_host"] = "TODO: Set to 'https://mygemserver.com'"
20
21
spec.metadata["homepage_uri"] = spec.homepage
22
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
0 commit comments