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