Sha256: 01faeb73c231c580850c321e31e1f6bb620c0fa8bd14aa77e4eba154bb851d18
Contents?: true
Size: 283 Bytes
Versions: 43
Compression:
Stored size: 283 Bytes
Contents
## # Simple plugin to turn off ruby 1.9's gem_prelude in Hoe::RUBY_FLAGS module Hoe::GemPreludeSucks Hoe::RUBY_FLAGS.insert 0, "--disable-gems -rubygems " def initialize_gem_prelude_sucks # do nothing end def define_gem_prelude_sucks_tasks # do nothing end end
Version data entries
43 entries across 43 versions & 1 rubygems