keycloak-api-rails 0.7 → 0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Dockerfile +1 -1
- data/Gemfile.lock +60 -54
- data/README.md +1 -1
- data/keycloak-api-rails.gemspec +1 -1
- data/lib/keycloak-api-rails/version.rb +1 -1
- metadata +4 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1dccb3ffb713201d9f49eff3c27ad657b739b149
|
4
|
+
data.tar.gz: 2df036761b9f6f6c398d0c7efb562117ace84e26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c0fa11f8adf1de64b83232581a3f2e8f11985c73e4b4db47f36b3af9039fd0baf569deb176d40ee9b7c1e3f7a42ad7676ea8cb4e98f61918751940ed5e05e6b
|
7
|
+
data.tar.gz: 916976afd9cd7f77f5c587889a6ed01515a708216bf2bbc1ae4d01673b468f4cfd0d692d12d42a8d476718f4d621422afb6b1ad4cf88998d6d6771b3986b148c
|
data/Dockerfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,106 +1,114 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
keycloak-api-rails (0.
|
4
|
+
keycloak-api-rails (0.8)
|
5
5
|
json-jwt (~> 1.8, >= 1.8.3)
|
6
6
|
rails (>= 4.2)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (5.
|
12
|
-
actionpack (= 5.
|
11
|
+
actioncable (5.2.0)
|
12
|
+
actionpack (= 5.2.0)
|
13
13
|
nio4r (~> 2.0)
|
14
|
-
websocket-driver (
|
15
|
-
actionmailer (5.
|
16
|
-
actionpack (= 5.
|
17
|
-
actionview (= 5.
|
18
|
-
activejob (= 5.
|
14
|
+
websocket-driver (>= 0.6.1)
|
15
|
+
actionmailer (5.2.0)
|
16
|
+
actionpack (= 5.2.0)
|
17
|
+
actionview (= 5.2.0)
|
18
|
+
activejob (= 5.2.0)
|
19
19
|
mail (~> 2.5, >= 2.5.4)
|
20
20
|
rails-dom-testing (~> 2.0)
|
21
|
-
actionpack (5.
|
22
|
-
actionview (= 5.
|
23
|
-
activesupport (= 5.
|
21
|
+
actionpack (5.2.0)
|
22
|
+
actionview (= 5.2.0)
|
23
|
+
activesupport (= 5.2.0)
|
24
24
|
rack (~> 2.0)
|
25
25
|
rack-test (>= 0.6.3)
|
26
26
|
rails-dom-testing (~> 2.0)
|
27
27
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
28
|
-
actionview (5.
|
29
|
-
activesupport (= 5.
|
28
|
+
actionview (5.2.0)
|
29
|
+
activesupport (= 5.2.0)
|
30
30
|
builder (~> 3.1)
|
31
31
|
erubi (~> 1.4)
|
32
32
|
rails-dom-testing (~> 2.0)
|
33
33
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
34
|
-
activejob (5.
|
35
|
-
activesupport (= 5.
|
34
|
+
activejob (5.2.0)
|
35
|
+
activesupport (= 5.2.0)
|
36
36
|
globalid (>= 0.3.6)
|
37
|
-
activemodel (5.
|
38
|
-
activesupport (= 5.
|
39
|
-
activerecord (5.
|
40
|
-
activemodel (= 5.
|
41
|
-
activesupport (= 5.
|
42
|
-
arel (
|
43
|
-
|
37
|
+
activemodel (5.2.0)
|
38
|
+
activesupport (= 5.2.0)
|
39
|
+
activerecord (5.2.0)
|
40
|
+
activemodel (= 5.2.0)
|
41
|
+
activesupport (= 5.2.0)
|
42
|
+
arel (>= 9.0)
|
43
|
+
activestorage (5.2.0)
|
44
|
+
actionpack (= 5.2.0)
|
45
|
+
activerecord (= 5.2.0)
|
46
|
+
marcel (~> 0.3.1)
|
47
|
+
activesupport (5.2.0)
|
44
48
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
45
|
-
i18n (
|
49
|
+
i18n (>= 0.7, < 2)
|
46
50
|
minitest (~> 5.1)
|
47
51
|
tzinfo (~> 1.1)
|
48
|
-
|
49
|
-
|
52
|
+
aes_key_wrap (1.0.1)
|
53
|
+
arel (9.0.0)
|
54
|
+
bindata (2.4.3)
|
50
55
|
builder (3.2.3)
|
51
56
|
byebug (9.1.0)
|
52
57
|
concurrent-ruby (1.0.5)
|
53
|
-
crass (1.0.
|
58
|
+
crass (1.0.4)
|
54
59
|
diff-lcs (1.3)
|
55
|
-
erubi (1.7.
|
60
|
+
erubi (1.7.1)
|
56
61
|
globalid (0.4.1)
|
57
62
|
activesupport (>= 4.2.0)
|
58
|
-
i18n (0.
|
63
|
+
i18n (1.0.1)
|
59
64
|
concurrent-ruby (~> 1.0)
|
60
|
-
json-jwt (1.
|
65
|
+
json-jwt (1.9.4)
|
61
66
|
activesupport
|
67
|
+
aes_key_wrap
|
62
68
|
bindata
|
63
|
-
|
64
|
-
url_safe_base64
|
65
|
-
loofah (2.1.1)
|
69
|
+
loofah (2.2.2)
|
66
70
|
crass (~> 1.0.2)
|
67
71
|
nokogiri (>= 1.5.9)
|
68
72
|
mail (2.7.0)
|
69
73
|
mini_mime (>= 0.1.1)
|
74
|
+
marcel (0.3.2)
|
75
|
+
mimemagic (~> 0.3.2)
|
70
76
|
method_source (0.9.0)
|
77
|
+
mimemagic (0.3.2)
|
71
78
|
mini_mime (1.0.0)
|
72
79
|
mini_portile2 (2.3.0)
|
73
80
|
minitest (5.11.3)
|
74
|
-
nio4r (2.
|
81
|
+
nio4r (2.3.1)
|
75
82
|
nokogiri (1.8.2)
|
76
83
|
mini_portile2 (~> 2.3.0)
|
77
|
-
rack (2.0.
|
78
|
-
rack-test (0.
|
84
|
+
rack (2.0.5)
|
85
|
+
rack-test (1.0.0)
|
79
86
|
rack (>= 1.0, < 3)
|
80
|
-
rails (5.
|
81
|
-
actioncable (= 5.
|
82
|
-
actionmailer (= 5.
|
83
|
-
actionpack (= 5.
|
84
|
-
actionview (= 5.
|
85
|
-
activejob (= 5.
|
86
|
-
activemodel (= 5.
|
87
|
-
activerecord (= 5.
|
88
|
-
|
87
|
+
rails (5.2.0)
|
88
|
+
actioncable (= 5.2.0)
|
89
|
+
actionmailer (= 5.2.0)
|
90
|
+
actionpack (= 5.2.0)
|
91
|
+
actionview (= 5.2.0)
|
92
|
+
activejob (= 5.2.0)
|
93
|
+
activemodel (= 5.2.0)
|
94
|
+
activerecord (= 5.2.0)
|
95
|
+
activestorage (= 5.2.0)
|
96
|
+
activesupport (= 5.2.0)
|
89
97
|
bundler (>= 1.3.0)
|
90
|
-
railties (= 5.
|
98
|
+
railties (= 5.2.0)
|
91
99
|
sprockets-rails (>= 2.0.0)
|
92
100
|
rails-dom-testing (2.0.3)
|
93
101
|
activesupport (>= 4.2.0)
|
94
102
|
nokogiri (>= 1.6)
|
95
|
-
rails-html-sanitizer (1.0.
|
96
|
-
loofah (~> 2.
|
97
|
-
railties (5.
|
98
|
-
actionpack (= 5.
|
99
|
-
activesupport (= 5.
|
103
|
+
rails-html-sanitizer (1.0.4)
|
104
|
+
loofah (~> 2.2, >= 2.2.2)
|
105
|
+
railties (5.2.0)
|
106
|
+
actionpack (= 5.2.0)
|
107
|
+
activesupport (= 5.2.0)
|
100
108
|
method_source
|
101
109
|
rake (>= 0.8.7)
|
102
110
|
thor (>= 0.18.1, < 2.0)
|
103
|
-
rake (12.3.
|
111
|
+
rake (12.3.1)
|
104
112
|
rspec (3.7.0)
|
105
113
|
rspec-core (~> 3.7.0)
|
106
114
|
rspec-expectations (~> 3.7.0)
|
@@ -114,7 +122,6 @@ GEM
|
|
114
122
|
diff-lcs (>= 1.2.0, < 2.0)
|
115
123
|
rspec-support (~> 3.7.0)
|
116
124
|
rspec-support (3.7.0)
|
117
|
-
securecompare (1.0.0)
|
118
125
|
sprockets (3.7.1)
|
119
126
|
concurrent-ruby (~> 1.0)
|
120
127
|
rack (> 1, < 3)
|
@@ -127,8 +134,7 @@ GEM
|
|
127
134
|
timecop (0.9.1)
|
128
135
|
tzinfo (1.2.5)
|
129
136
|
thread_safe (~> 0.1)
|
130
|
-
|
131
|
-
websocket-driver (0.6.5)
|
137
|
+
websocket-driver (0.7.0)
|
132
138
|
websocket-extensions (>= 0.1.0)
|
133
139
|
websocket-extensions (0.1.3)
|
134
140
|
|
data/README.md
CHANGED
data/keycloak-api-rails.gemspec
CHANGED
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
|
|
16
16
|
spec.require_paths = ["lib"]
|
17
17
|
|
18
18
|
spec.add_dependency "rails", ">= 4.2"
|
19
|
-
spec.add_dependency "json-jwt", "
|
19
|
+
spec.add_dependency "json-jwt", ">= 1.9.4"
|
20
20
|
spec.add_development_dependency "rspec", "3.7.0"
|
21
21
|
spec.add_development_dependency "timecop", "0.9.1"
|
22
22
|
spec.add_development_dependency "byebug", "9.1.0"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: keycloak-api-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.8'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lorent Lempereur
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-05-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -28,22 +28,16 @@ dependencies:
|
|
28
28
|
name: json-jwt
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "~>"
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: '1.8'
|
34
31
|
- - ">="
|
35
32
|
- !ruby/object:Gem::Version
|
36
|
-
version: 1.
|
33
|
+
version: 1.9.4
|
37
34
|
type: :runtime
|
38
35
|
prerelease: false
|
39
36
|
version_requirements: !ruby/object:Gem::Requirement
|
40
37
|
requirements:
|
41
|
-
- - "~>"
|
42
|
-
- !ruby/object:Gem::Version
|
43
|
-
version: '1.8'
|
44
38
|
- - ">="
|
45
39
|
- !ruby/object:Gem::Version
|
46
|
-
version: 1.
|
40
|
+
version: 1.9.4
|
47
41
|
- !ruby/object:Gem::Dependency
|
48
42
|
name: rspec
|
49
43
|
requirement: !ruby/object:Gem::Requirement
|