summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-01-23 09:37:00 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-01-23 09:37:21 +0900
commitaa1b3e5760f3ff8fb3379f7991ce14a15ac5cfe8 (patch)
tree1edb0f47a669e64d9c5f10e5b815fe9f3c091697
parent4557124b5ea30821895eb2686874cb4219f404e2 (diff)
downloadbundler-remove-todo-changelog.tar.gz
Remove TODO label from default options of gemspec metadata. Because they are not always provided at all times.remove-todo-changelog
-rw-r--r--lib/bundler/templates/newgem/newgem.gemspec.tt4
1 files 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.