hmac_signature 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module HmacSignature
2
2
  module Strategy
3
3
  module Params
4
4
  class Request < HmacSignature::Request
5
- def initialize method, path, params
5
+ def initialize method, path, params={}
6
6
  credentials = HmacSignature::Credentials.from_params params
7
7
  params_with_auth_removed = params.reject{|k,v| k.match HmacSignature::Credentials::PARAM_CREDENTIAL_REGEX }
8
8
  super method, path, params_with_auth_removed, credentials
@@ -1,3 +1,3 @@
1
1
  module HmacSignature
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hmac_signature
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: