summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--History.txt7
-rw-r--r--lib/hoe.rb2
2 files changed, 8 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index c7c7a49..622365d 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,10 @@
+=== 2.12.5 / 2011-12-19
+
+* 2 minor enhancements:
+
+ * Make hoe noisy about missing plugins again.
+ * Normalize dev/runtime deps: dev + runtime = runtime.
+
=== 2.12.4 / 2011-11-28
* 3 bug fixes:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 8f3e80c..0262cd0 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -68,7 +68,7 @@ class Hoe
include Rake::DSL if defined?(Rake::DSL)
# duh
- VERSION = '2.12.4'
+ VERSION = '2.12.5'
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :rcov, :gemcutter, :signing, :test]