summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2011-08-08 22:53:30 -0800
committerRyan Davis <ryand@zenspider.com>2011-08-08 22:53:30 -0800
commit88c2e45fb1e776d8f8a1183105c9cc0a667a0931 (patch)
treee8f8d587f99dd9d71e44459c80ccda98d69f9939
parent7d47304a6c963d36800f422c76420b32acfa9273 (diff)
downloadhoe-88c2e45fb1e776d8f8a1183105c9cc0a667a0931.tar.gz
prepped for releasev2.11.0
[git-p4: depot-paths = "//src/hoe/dev/": change = 6501]
-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 eaae576..bda130d 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,14 @@
+=== 2.11.0 / 2011-08-08
+
+* 2 minor enhancements:
+
+ * Bypass sudo on install_gem if GEM_HOME is writable (ala rvm).
+ * rcov plugin should set libs to lib, test, and '.'. (tenderlove)
+
+* 1 bug fix:
+
+ * Fixed windoze detection on jruby. *sigh* (myabc)
+
=== 2.10.0 / 2011-06-30
* 3 minor enhancements:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index b976b05..16e294a 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -68,7 +68,7 @@ class Hoe
include Rake::DSL if defined?(Rake::DSL)
# duh
- VERSION = '2.10.0'
+ VERSION = '2.11.0'
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :rcov, :gemcutter, :signing, :test]