Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
0.3.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbibler committed Aug 9, 2013
1 parent 1c7def9 commit 47c5205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/response_signature.rb
Expand Up @@ -87,7 +87,7 @@ module Rack
# Set the digest to use when generating the signature (Default: OpenSSL::Digest::SHA256)
#
class ResponseSignature
VERSION = '0.3.0'
VERSION = '0.3.1'

def initialize(app, private_key, options = {})
options[:digest] ||= OpenSSL::Digest::SHA256
Expand Down

0 comments on commit 47c5205

Please sign in to comment.