Sha256: 59a358cd16c8b04e668bbfb5ef8868e36a4ae0fad8ecc65fedd85039cfa9d177
Contents?: true
Size: 273 Bytes
Versions: 1
Compression:
Stored size: 273 Bytes
Contents
require '<%= @gem_path %>/version' <% @constants.each_with_index.map do |constant, index| %> <%= ' ' * index %>module <%= constant %><% end %> <%= ' ' * @constants.count %>VERSION = '0.0.1'<% (@constants.count - 1).downto(0) do |index| %> <%= ' ' * index %>end<% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-gem-0.1.0 | lib/motion/gem/templates/ios/lib/newgem/version.rb.erb |