From 61a957d02b387772fa57fcfc86e95c6e68c41641 Mon Sep 17 00:00:00 2001 From: Tim Hinderliter Date: Mon, 14 May 2012 23:14:39 -0700 Subject: version 1.2.1: fix for parsing 1.0 client signing descriptions which do not contain 'algorithm': default to 'sha1' if it's not there. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index a0821de..b8a56a5 100644 --- a/Rakefile +++ b/Rakefile @@ -5,7 +5,7 @@ require 'date' require 'rspec/core/rake_task' GEM = "mixlib-authentication" -GEM_VERSION = "1.2" +GEM_VERSION = "1.2.1" AUTHOR = "Opscode, Inc." EMAIL = "info@opscode.com" HOMEPAGE = "http://www.opscode.com" -- cgit v1.2.1