summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2019-03-13 14:02:53 -0800
committerRyan Davis <ryand@zenspider.com>2019-03-13 14:02:53 -0800
commitaaf747052197c60a7b1616e74ec3fcb7f695270f (patch)
treef0b916941bee5a7a22fa37ee1894cbc9196b33fb
parent00ce3ea98f79389ea4ae6dd68ca8d4cec08ba820 (diff)
downloadhoe-aaf747052197c60a7b1616e74ec3fcb7f695270f.tar.gz
prepped for releasev3.17.2
[git-p4: depot-paths = "//src/hoe/dev/": change = 11862]
-rw-r--r--History.rdoc6
-rw-r--r--lib/hoe.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/History.rdoc b/History.rdoc
index 68ea6b5..073115d 100644
--- a/History.rdoc
+++ b/History.rdoc
@@ -1,3 +1,9 @@
+=== 3.17.2 / 2019-03-13
+
+* 1 bug fix:
+
+ * Fixed gem sign breakage caused by rubygems update. Tested against rubygems 3.0.2
+
=== 3.17.1 / 2018-09-06
* 1 bug fix:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 7a51758..a7befe8 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.17.1"
+ VERSION = "3.17.2"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]