summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2013-04-09 16:18:51 -0800
committerRyan Davis <ryand@zenspider.com>2013-04-09 16:18:51 -0800
commit3453ba6e4babba161dc0cd042b669e765c9d8dad (patch)
tree533957c9ed69506da40b7145cd2a1cb80ede855c
parent3fb624299eb1bbb399294972ba1737dd8c42d7d0 (diff)
downloadhoe-3453ba6e4babba161dc0cd042b669e765c9d8dad.tar.gz
prepped for releasev3.5.3
[git-p4: depot-paths = "//src/hoe/dev/": change = 8370]
-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 d74216b..e51227c 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,9 @@
+=== 3.5.3 / 2013-04-09
+
+* 1 minor enhancement:
+
+ * Updated publish plugin to depend on rdoc 4.x.
+
=== 3.5.2 / 2013-03-18
* 1 bug fix:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 53441e4..b8daeb7 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.5.2'
+ VERSION = "3.5.3"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]