summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2011-12-19 17:12:06 -0800
committerRyan Davis <ryand@zenspider.com>2011-12-19 17:12:06 -0800
commitcc2ea2b436b7a1c9227e4f32b7cfdbe40fae5a4a (patch)
tree414dabf8bb6018cbc592c7778dad8bb4bf9ccfbb
parent2690cf7c8cdeffe9d42e4e626056a8f34d9d9262 (diff)
downloadhoe-cc2ea2b436b7a1c9227e4f32b7cfdbe40fae5a4a.tar.gz
prepped for releasev2.12.5
[git-p4: depot-paths = "//src/hoe/dev/": change = 6827]
-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]