lib/hoe.rb in hoe-4.1.0 vs lib/hoe.rb in hoe-4.2.0
- old
+ new
@@ -85,10 +85,10 @@
class Hoe
include Rake::DSL if defined?(Rake::DSL)
# duh
- VERSION = "4.1.0"
+ VERSION = "4.2.0"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]
@bad_plugins = []