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

Commit

Permalink
0.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbibler committed Aug 7, 2013
1 parent f733fef commit c1b91ca
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.2.0'
VERSION = '0.3.0'

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

0 comments on commit c1b91ca

Please sign in to comment.