%PDF- %PDF-
Direktori : /usr/share/gems/gems/bundler-1.7.8/lib/bundler/templates/newgem/lib/newgem/ |
Current File : //usr/share/gems/gems/bundler-1.7.8/lib/bundler/templates/newgem/lib/newgem/version.rb.tt |
<%- 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-1).downto(0) do |i| -%> <%= ' '*i %>end <%- end -%>