summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2009-12-08 17:09:52 -0800
committerRyan Davis <ryand@zenspider.com>2009-12-08 17:09:52 -0800
commiteb608887e0e5891d251c4a097637a72774dd3091 (patch)
tree180209ff9335fa0302a8b2131370939d6bad6fcf
parent6d826377892bffdbb79e1ba0518d1fb43061c86a (diff)
downloadhoe-eb608887e0e5891d251c4a097637a72774dd3091.tar.gz
Prepped for releasev2.4.0
[git-p4: depot-paths = "//src/hoe/dev/": change = 5513]
-rw-r--r--History.txt11
-rw-r--r--lib/hoe.rb2
2 files changed, 12 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index 9467c10..8e21261 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,14 @@
+=== 2.4.0 / 2009-12-08
+
+* 6 minor enhancements:
+
+ * Added Hoe.pdf
+ * Added gemcutter plugin (raggi)
+ * Added newb plugin. (jbarnette)
+ * Improved README.txt
+ * Improved rdoc
+ * Refactored rubyforge task to plugin. (jbarnette)
+
=== 2.3.3 / 2009-08-07
* 6 minor enhancements:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 8f0b1e2..d927bde 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -58,7 +58,7 @@ require 'hoe/rake'
class Hoe
# duh
- VERSION = '2.3.3'
+ VERSION = '2.4.0'
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :rcov, :rubyforge, :gemcutter, :signing, :test]