Sha256: 0827cd3133e826f197897ddfad6620a641f01ecccdbab4c4445b343fa871715d
Contents?: true
Size: 291 Bytes
Versions: 6
Compression:
Stored size: 291 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("rango.gemspec")).tap do |specification| specification.version = "#{specification.version}.pre" end
Version data entries
6 entries across 6 versions & 1 rubygems