Sha256: d35e3384b86e60564efa53a72b7e91cd0a560c600a786c0f97f1d5f4d21d16f0
Contents?: true
Size: 290 Bytes
Versions: 12
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("pupu.gemspec")).tap do |specification| specification.version = "#{specification.version}.pre" end
Version data entries
12 entries across 12 versions & 1 rubygems