lib/bundler/templates/newgem/lib/newgem/version.rb.tt in bundler-1.7.15 vs lib/bundler/templates/newgem/lib/newgem/version.rb.tt in bundler-1.8.0.pre

- old
+ new

@@ -1,7 +1,7 @@ <%- config[:constant_array].each_with_index do |c,i| -%> <%= ' '*i %>module <%= c %> <%- end -%> -<%= ' '*config[:constant_array].size %>VERSION = "0.0.1" +<%= ' '*config[:constant_array].size %>VERSION = "0.1.0" <%- (config[:constant_array].size-1).downto(0) do |i| -%> <%= ' '*i %>end <%- end -%>