Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Remove a blank line in generated gemspec for RUBY_VERSION >= "2.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
meganemura committed Oct 27, 2017
1 parent ebeb787 commit 965fb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/templates/newgem/newgem.gemspec.tt
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 965fb1f

Please sign in to comment.