summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTim Hinderliter <tim@opscode.com>2012-05-14 23:14:39 -0700
committerTim Hinderliter <tim@opscode.com>2012-05-14 23:14:39 -0700
commit61a957d02b387772fa57fcfc86e95c6e68c41641 (patch)
tree7942727b8da43762e663d7c8868ec4165c0acaab /Rakefile
parent4ada4dbc9b4ef70c697eb105eb29a95fe2ca7f92 (diff)
downloadmixlib-authentication-61a957d02b387772fa57fcfc86e95c6e68c41641.tar.gz
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.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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"