halorgium-auth-hmac 1.1.1.2010100502 → 1.1.1.2010100601

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/auth-hmac/middleware.rb +1 -1
  2. metadata +3 -3
@@ -16,7 +16,7 @@ class AuthHMAC
16
16
  rx = Regexp.new("#{@hmac.service_id} ([^:]+):(.+)$")
17
17
 
18
18
  if md = rx.match(@hmac.authorization_header(request))
19
- env["hmac-auth.access_key_id"] = md[1]
19
+ env["auth-hmac.access_key_id"] = md[1]
20
20
  else
21
21
  raise "Unknown request"
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: halorgium-auth-hmac
3
3
  version: !ruby/object:Gem::Version
4
- hash: 4020201087
4
+ hash: 4020201121
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
9
  - 1
10
- - 2010100502
11
- version: 1.1.1.2010100502
10
+ - 2010100601
11
+ version: 1.1.1.2010100601
12
12
  platform: ruby
13
13
  authors:
14
14
  - Sean Geoghegan