summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Soly <robert.m.soly@uscis.dhs.gov>2017-07-31 19:09:06 +0000
committerRobert Soly <robert.m.soly@uscis.dhs.gov>2017-07-31 19:09:06 +0000
commita35be68e6fc99af42beda2d57227f8dec7d67442 (patch)
tree3411fc687e0e5029dd0bb29b303f3bf2841d4a0f
parentdedaedcf727af38e78c51b95624d8dea3515529b (diff)
downloadbundler-a35be68e6fc99af42beda2d57227f8dec7d67442.tar.gz
Add new line after new gem gemspec template
-rw-r--r--lib/bundler/templates/newgem/newgem.gemspec.tt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/templates/newgem/newgem.gemspec.tt b/lib/bundler/templates/newgem/newgem.gemspec.tt
index 4b746c74a9..9a87a1374a 100644
--- a/lib/bundler/templates/newgem/newgem.gemspec.tt
+++ b/lib/bundler/templates/newgem/newgem.gemspec.tt
@@ -1,6 +1,7 @@
<%- if RUBY_VERSION < "2.0.0" -%>
# coding: utf-8
<%- end -%>
+
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "<%= config[:namespaced_path] %>/version"