Sha256: 66f1700af80d2d834102879e91ffe327d6f3385cc52df75af36a698eace1a0c5

Contents?: true

Size: 243 Bytes

Versions: 5

Compression:

Stored size: 243 Bytes

Contents

<%- 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| -%>
<%= '  '*i %>end
<%- end -%>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
straptible-0.2.4 lib/straptible/gem/templates/lib/newgem/version.rb.tt
straptible-0.2.3 lib/straptible/gem/templates/lib/newgem/version.rb.tt
straptible-0.2.2 lib/straptible/gem/templates/lib/newgem/version.rb.tt
straptible-0.2.1 lib/straptible/gem/templates/lib/newgem/version.rb.tt
straptible-0.2.0 lib/straptible/gem/templates/lib/newgem/version.rb.tt