summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-04-09 00:05:20 -0700
committerAndre Arko <andre@arko.net>2015-04-09 00:05:20 -0700
commitc57e3ffbf403b6896df81f99845905c763fc41b5 (patch)
treea75b18437676f5f571920e9ca581d4e290a29eb2
parent06880163e0058d79b7850ce6efeb591dd7545f88 (diff)
downloadbundler-c57e3ffbf403b6896df81f99845905c763fc41b5.tar.gz
it’s actually RubyGems 2.0 or newer
-rw-r--r--lib/bundler/templates/newgem/newgem.gemspec.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/templates/newgem/newgem.gemspec.tt b/lib/bundler/templates/newgem/newgem.gemspec.tt
index c17a32cf97..e630801026 100644
--- a/lib/bundler/templates/newgem/newgem.gemspec.tt
+++ b/lib/bundler/templates/newgem/newgem.gemspec.tt
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
if spec.respond_to?(:metadata)
spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
else
- raise "RubyGems 2.2 or newer is required to protect against public gem pushes."
+ raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
end
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }