summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeganemura <meganemura@users.noreply.github.com>2017-10-25 13:01:51 +0900
committermeganemura <meganemura@users.noreply.github.com>2017-10-27 14:32:35 +0900
commit965fb1f502f562a61e95ebf36abd70b1536bd7c0 (patch)
treee8e22fb9efe77b215f733de807dabf496c0c2d83
parentebeb787c63e08e15fa8802f8e9752f5b400a404f (diff)
downloadbundler-965fb1f502f562a61e95ebf36abd70b1536bd7c0.tar.gz
Remove a blank line in generated gemspec for RUBY_VERSION >= "2.0.0"
-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 9a87a1374a..1236bb1bd7 100644
--- a/lib/bundler/templates/newgem/newgem.gemspec.tt
+++ b/lib/bundler/templates/newgem/newgem.gemspec.tt
@@ -1,7 +1,7 @@
<%- if RUBY_VERSION < "2.0.0" -%>
# coding: utf-8
-<%- end -%>
+<%- end -%>
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "<%= config[:namespaced_path] %>/version"