From 42ff4f675c5fa061dfeaf2772a0b547003a1c05c Mon Sep 17 00:00:00 2001 From: Florian Gilcher Date: Fri, 13 Apr 2012 17:09:29 +0200 Subject: [PATCH] Version bump to 0.6.1 --- Changelog.md | 2 ++ warden-hmac-authentication.gemspec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 8734bd5..063e0e4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,7 @@ Changelog +0.6.1 + Fix exception on HMAC::Signer when url without query string is given 0.6.0 Fix failing tests on travis. Fix crash on jruby >= 1.6.6 diff --git a/warden-hmac-authentication.gemspec b/warden-hmac-authentication.gemspec index 33fe543..c0cd8d8 100644 --- a/warden-hmac-authentication.gemspec +++ b/warden-hmac-authentication.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = "warden-hmac-authentication" - s.version = "0.6.0" + s.version = "0.6.1" s.platform = Gem::Platform::RUBY s.authors = ["Felix Gilcher", "Florian Gilcher"] s.email = ["felix.gilcher@asquera.de", "florian.gilcher@asquera.de"]