summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2012-04-09 16:07:58 -0800
committerRyan Davis <ryand@zenspider.com>2012-04-09 16:07:58 -0800
commitd0486d00193cd0ac5a9977f0cd2569d544d18ba5 (patch)
treee81eaddbf4218c3403d4136abd767057876127b9
parentc17fff26e10bdaf8ff2737a65330f2a7b631b6d3 (diff)
downloadhoe-d0486d00193cd0ac5a9977f0cd2569d544d18ba5.tar.gz
prepped for releasev3.0.3
[git-p4: depot-paths = "//src/hoe/dev/": change = 7314]
-rw-r--r--History.txt7
-rw-r--r--lib/hoe.rb2
2 files changed, 8 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index a6a4fc5..998b351 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,10 @@
+=== 3.0.3 / 2012-04-09
+
+* 2 bug fixes:
+
+ * Fixed racc plugin's gem dependency activation
+ * Fixed rake multi's use of multiruby_skip.
+
=== 3.0.2 / 2012-04-03
* 1 bug fix:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 2ae1d57..ce900ec 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.2'
+ VERSION = '3.0.3'
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]