summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2012-08-20 15:28:06 -0800
committerRyan Davis <ryand@zenspider.com>2012-08-20 15:28:06 -0800
commit1af1bd6b7fa795eb889b555d7105f02458e1c226 (patch)
tree0a94c795f4c17520f7632a14140fc842276b093d
parent12c6dc16486fdbe2226c7cf68bfa489872394e64 (diff)
downloadhoe-1af1bd6b7fa795eb889b555d7105f02458e1c226.tar.gz
prepping for releasev3.0.8
[git-p4: depot-paths = "//src/hoe/dev/": change = 7734]
-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 8e24788..56a3c31 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,9 @@
+=== 3.0.8 / 2012-08-20
+
+* 1 bug fix:
+
+ * Set test_globs default value to pick up test/*spec* files as well. (millisami)
+
=== 3.0.7 / 2012-08-07
* 1 minor enhancement:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 78544c9..4bfbed5 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.7'
+ VERSION = '3.0.8'
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]