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