summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2013-06-20 16:19:00 -0800
committerRyan Davis <ryand@zenspider.com>2013-06-20 16:19:00 -0800
commitd99e4b6f614c908fc0b78edda8089d27c0e3304e (patch)
tree2b70267233a049fbbc912f0ea42fefa8928fc9d7
parent23c3af3e174d91c9450bb3617febeb3431546979 (diff)
downloadhoe-d99e4b6f614c908fc0b78edda8089d27c0e3304e.tar.gz
prepped for releasev3.6.3
[git-p4: depot-paths = "//src/hoe/dev/": change = 8707]
-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 bfb749e..8ea6cac 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,9 @@
+=== 3.6.3 / 2013-06-20
+
+* 1 bug fix:
+
+ * Fixed problems with shell redirection on non-bash systems. (kou)
+
=== 3.6.2 / 2013-05-29
* 1 minor enhancement:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 92a1b18..22b8e31 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.6.2"
+ VERSION = "3.6.3"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]