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.
- data/lib/rack/auth/wrap.rb +1 -1
- data/lib/simplewebtoken.rb +1 -1
- metadata +2 -2
data/lib/rack/auth/wrap.rb
CHANGED
@@ -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.
|
data/lib/simplewebtoken.rb
CHANGED
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-
|
12
|
+
date: 2010-02-21 00:00:00 -03:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|