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