From aa1b3e5760f3ff8fb3379f7991ce14a15ac5cfe8 Mon Sep 17 00:00:00 2001 From: SHIBATA Hiroshi Date: Wed, 23 Jan 2019 09:37:00 +0900 Subject: Remove TODO label from default options of gemspec metadata. Because they are not always provided at all times. --- lib/bundler/templates/newgem/newgem.gemspec.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/bundler/templates/newgem/newgem.gemspec.tt b/lib/bundler/templates/newgem/newgem.gemspec.tt index c1a50fe912..1effec61ff 100644 --- a/lib/bundler/templates/newgem/newgem.gemspec.tt +++ b/lib/bundler/templates/newgem/newgem.gemspec.tt @@ -24,8 +24,8 @@ Gem::Specification.new do |spec| spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'" spec.metadata["homepage_uri"] = spec.homepage - spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here." - spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here." + spec.metadata["source_code_uri"] = "Put your gem's public repo URL here." + spec.metadata["changelog_uri"] = "Put your gem's CHANGELOG.md URL here." # 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. -- cgit v1.2.1