summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2012-08-07 14:38:55 -0800
committerRyan Davis <ryand@zenspider.com>2012-08-07 14:38:55 -0800
commitd270cd92ef577f5179e1ce0d46fc4cc706e3e52e (patch)
tree1df19ebea1c6ce07a235c0f065c3b48b003f93f0
parent77f9b1597b681bae90cebd296261696e68ba3c30 (diff)
downloadhoe-d270cd92ef577f5179e1ce0d46fc4cc706e3e52e.tar.gz
prepped for releasev3.0.7
[git-p4: depot-paths = "//src/hoe/dev/": change = 7707]
-rw-r--r--History.txt6
-rw-r--r--lib/hoe.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index 4b7025e..8e24788 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,9 @@
+=== 3.0.7 / 2012-08-07
+
+* 1 minor enhancement:
+
+ * Added quote from DrNic about manifests to readme.
+
=== 3.0.6 / 2012-05-15
* 1 minor enhancement:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 6c7c441..a832417 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -91,7 +91,7 @@ class Hoe
include Rake::DSL if defined?(Rake::DSL)
# duh
- VERSION = '3.0.6'
+ VERSION = '3.0.7'
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]