openid_connect 0.0.22 → 0.0.23
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +5 -3
- data/VERSION +1 -1
- data/lib/openid_connect/response_object.rb +1 -1
- metadata +1 -1
data/Gemfile.lock
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
openid_connect (0.0.
|
4
|
+
openid_connect (0.0.22)
|
5
5
|
activemodel (>= 3)
|
6
6
|
attr_required (>= 0.0.3)
|
7
7
|
json (>= 1.4.3)
|
8
8
|
jwt (>= 0.1.3)
|
9
|
-
rack-oauth2 (>= 0.9.
|
9
|
+
rack-oauth2 (>= 0.9.5)
|
10
10
|
swd (>= 0.0.6)
|
11
11
|
tzinfo
|
12
12
|
validate_email
|
@@ -25,6 +25,7 @@ GEM
|
|
25
25
|
addressable (2.2.6)
|
26
26
|
attr_required (0.0.3)
|
27
27
|
bcrypt-ruby (3.0.0)
|
28
|
+
bcrypt-ruby (3.0.0-java)
|
28
29
|
bouncy-castle-java (1.5.0146.1)
|
29
30
|
builder (3.0.0)
|
30
31
|
crack (0.1.8)
|
@@ -34,6 +35,7 @@ GEM
|
|
34
35
|
jruby-openssl (0.7.4)
|
35
36
|
bouncy-castle-java
|
36
37
|
json (1.5.4)
|
38
|
+
json (1.5.4-java)
|
37
39
|
jwt (0.1.3)
|
38
40
|
json (>= 1.2.4)
|
39
41
|
mail (2.3.0)
|
@@ -44,7 +46,7 @@ GEM
|
|
44
46
|
multi_json (1.0.3)
|
45
47
|
polyglot (0.3.2)
|
46
48
|
rack (1.3.2)
|
47
|
-
rack-oauth2 (0.9.
|
49
|
+
rack-oauth2 (0.9.5)
|
48
50
|
activesupport (>= 2.3)
|
49
51
|
attr_required (>= 0.0.3)
|
50
52
|
httpclient (>= 2.2.0.2)
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.23
|