summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2018-03-17 02:08:52 -0800
committerRyan Davis <ryand@zenspider.com>2018-03-17 02:08:52 -0800
commit0916e2ecf5f02329f6aa57a6a44413b2ce8b33a1 (patch)
tree9cd50682dee995a62871feef91b162e4f7469907
parent1cfd994ba53b09b6ac329913c88f14a0ba8a8b08 (diff)
downloadhoe-0916e2ecf5f02329f6aa57a6a44413b2ce8b33a1.tar.gz
prepped for releasev3.17.0
[git-p4: depot-paths = "//src/hoe/dev/": change = 11600]
-rw-r--r--History.rdoc11
-rw-r--r--lib/hoe.rb2
2 files changed, 12 insertions, 1 deletions
diff --git a/History.rdoc b/History.rdoc
index 3c86290..4041802 100644
--- a/History.rdoc
+++ b/History.rdoc
@@ -1,3 +1,14 @@
+=== 3.17.0 / 2018-03-17
+
+* 2 minor enhancements:
+
+ * Added task check_key to see if your signing cert is expired or not.
+ * Bump rdoc dependency to range from 4.x to 5.x.
+
+* 1 bug fix:
+
+ * Fixed ridocs rake task.
+
=== 3.16.2 / 2017-11-21
* 2 bug fixes:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index b022cbd..f7ad290 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.16.2"
+ VERSION = "3.17.0"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]