summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand-ruby@zenspider.com>2022-06-20 12:42:25 -0800
committerRyan Davis <ryand-ruby@zenspider.com>2022-06-20 12:42:25 -0800
commitbdd1bd65e297c844e6744a743039664878e255bb (patch)
tree4293e7d76f310c5956b492e9b20bdace16dc36b1
parentdec93fa8d39f7a0a17221e5191e5051102d97726 (diff)
downloadhoe-bdd1bd65e297c844e6744a743039664878e255bb.tar.gz
prepped for releasev3.24.0
[git-p4: depot-paths = "//src/hoe/dev/": change = 13452]
-rw-r--r--History.rdoc8
-rw-r--r--lib/hoe.rb2
2 files changed, 9 insertions, 1 deletions
diff --git a/History.rdoc b/History.rdoc
index 1402fee..0a7743f 100644
--- a/History.rdoc
+++ b/History.rdoc
@@ -1,3 +1,11 @@
+=== 3.24.0 / 2022-06-20
+
+* 3 minor enhancements:
+
+ * Add bindir and homepage accessor methods. (dsisnero)
+ * Don't auto-intuit values if they're already set. (dsisnero)
+ * Use bindir to determine executables. (dsisnero)
+
=== 3.23.1 / 2022-01-04
* 1 bug fix:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 69ad90d..05ba263 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -87,7 +87,7 @@ class Hoe
include Rake::DSL if defined?(Rake::DSL)
# duh
- VERSION = "3.23.1"
+ VERSION = "3.24.0"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]