Sha256: 09b0d95560f57a04d6f848e1ada9f7c7424f6f9cf58b838fbe6cb870dacd39f8
Contents?: true
Size: 290 Bytes
Versions: 10
Compression:
Stored size: 290 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("nake.gemspec")).tap do |specification| specification.version = "#{specification.version}.pre" end
Version data entries
10 entries across 10 versions & 2 rubygems