rack-oauth-wrap 0.5.2 → 0.5.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ module Rack
15
15
  # See also: SimpleWebToken::SimpleWebTokenHandler
16
16
  class WRAP < AbstractHandler
17
17
  # Middleware Gem Versioning
18
- VERSION = "0.5.2"
18
+ VERSION = "0.5.2.2"
19
19
 
20
20
  # Creates a new instance of Rack::Auth::WRAP, the opts can be used
21
21
  # as the following.
@@ -2,7 +2,7 @@ $LOAD_PATH.unshift(File.dirname __FILE__)
2
2
 
3
3
  require 'cgi'
4
4
  require 'base64'
5
- require 'hmac/sha2'
5
+ require 'hmac-sha2'
6
6
 
7
7
  require 'swt/exceptions'
8
8
  require 'swt/simple_web_token_handler'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-oauth-wrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johnny G. Halife & Juan Pablo Garcia Dalolla
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-02-19 00:00:00 -03:00
12
+ date: 2010-02-21 00:00:00 -03:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency