Sha256: 10026c0868c9f2e1a665195cbee34c182dac53b4bcd6d7f7f5105b3fb68c905e
Contents?: true
Size: 298 Bytes
Versions: 14
Compression:
Stored size: 298 Bytes
Contents
#!/usr/bin/env gem build # encoding: utf-8 # You might think this is a terrible mess and guess what, you're # right mate! However say thanks to authors of RubyGems, not me. eval(File.read("<%= @name %>.gemspec")).tap do |specification| specification.version = "#{specification.version}.pre" end
Version data entries
14 entries across 14 versions & 3 rubygems