From 318357faa85fc270835a75f718aaca44fce088ae Mon Sep 17 00:00:00 2001 From: Aditya Prakash Date: Mon, 14 Jun 2021 12:11:02 +0530 Subject: [PATCH] Update TODO link in bundle gem template to https rubygems.org push doesn't work with http. user may just mygemserver.com part and end up with unpublishable gemspec. --- bundler/lib/bundler/templates/newgem/newgem.gemspec.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundler/lib/bundler/templates/newgem/newgem.gemspec.tt b/bundler/lib/bundler/templates/newgem/newgem.gemspec.tt index 7370a9d93c03..eddb8b4a3074 100644 --- a/bundler/lib/bundler/templates/newgem/newgem.gemspec.tt +++ b/bundler/lib/bundler/templates/newgem/newgem.gemspec.tt @@ -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."