lib/bundler/templates/newgem/lib/newgem/version.rb.tt in bundler-2.1.4 vs lib/bundler/templates/newgem/lib/newgem/version.rb.tt in bundler-2.2.0.rc.1
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
<%- config[:constant_array].each_with_index do |c, i| -%>
<%= " " * i %>module <%= c %>
<%- end -%>
<%= " " * config[:constant_array].size %>VERSION = "0.1.0"
<%- (config[:constant_array].size-1).downto(0) do |i| -%>