keycloak-api-rails 0.7 → 0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b298ef611dd538dad42613e80be8096b4b98ad2d
4
- data.tar.gz: fd2db99fb54de4316c05df4917e1ff8397cb51c9
3
+ metadata.gz: 1dccb3ffb713201d9f49eff3c27ad657b739b149
4
+ data.tar.gz: 2df036761b9f6f6c398d0c7efb562117ace84e26
5
5
  SHA512:
6
- metadata.gz: c1d734c4ac0143450b9705c0ab30db0ed0607a593e8cb5f0ccef16705f08b5dbd0b74b3814d0aacb51016d43b348e9e4242ae18814fd90dad0d388a6a032fe05
7
- data.tar.gz: 0c475bcd1964c1f519d35cba8dfc4be920d10e6e1bce8d5c13eaa64ea5728128399b8e3df9374cd15afc5d6080de1565627b4f4f536d741c76380c5d4be6a9e1
6
+ metadata.gz: 5c0fa11f8adf1de64b83232581a3f2e8f11985c73e4b4db47f36b3af9039fd0baf569deb176d40ee9b7c1e3f7a42ad7676ea8cb4e98f61918751940ed5e05e6b
7
+ data.tar.gz: 916976afd9cd7f77f5c587889a6ed01515a708216bf2bbc1ae4d01673b468f4cfd0d692d12d42a8d476718f4d621422afb6b1ad4cf88998d6d6771b3986b148c
data/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM ruby:2.3
1
+ FROM ruby:2.4
2
2
  RUN mkdir -p /usr/src/app/lib/keycloak-api-rails
3
3
  WORKDIR /usr/src/app
4
4
 
@@ -1,106 +1,114 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- keycloak-api-rails (0.7)
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.1.4)
12
- actionpack (= 5.1.4)
11
+ actioncable (5.2.0)
12
+ actionpack (= 5.2.0)
13
13
  nio4r (~> 2.0)
14
- websocket-driver (~> 0.6.1)
15
- actionmailer (5.1.4)
16
- actionpack (= 5.1.4)
17
- actionview (= 5.1.4)
18
- activejob (= 5.1.4)
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.1.4)
22
- actionview (= 5.1.4)
23
- activesupport (= 5.1.4)
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.1.4)
29
- activesupport (= 5.1.4)
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.1.4)
35
- activesupport (= 5.1.4)
34
+ activejob (5.2.0)
35
+ activesupport (= 5.2.0)
36
36
  globalid (>= 0.3.6)
37
- activemodel (5.1.4)
38
- activesupport (= 5.1.4)
39
- activerecord (5.1.4)
40
- activemodel (= 5.1.4)
41
- activesupport (= 5.1.4)
42
- arel (~> 8.0)
43
- activesupport (5.1.4)
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 (~> 0.7)
49
+ i18n (>= 0.7, < 2)
46
50
  minitest (~> 5.1)
47
51
  tzinfo (~> 1.1)
48
- arel (8.0.0)
49
- bindata (2.4.2)
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.3)
58
+ crass (1.0.4)
54
59
  diff-lcs (1.3)
55
- erubi (1.7.0)
60
+ erubi (1.7.1)
56
61
  globalid (0.4.1)
57
62
  activesupport (>= 4.2.0)
58
- i18n (0.9.3)
63
+ i18n (1.0.1)
59
64
  concurrent-ruby (~> 1.0)
60
- json-jwt (1.8.3)
65
+ json-jwt (1.9.4)
61
66
  activesupport
67
+ aes_key_wrap
62
68
  bindata
63
- securecompare
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.2.0)
81
+ nio4r (2.3.1)
75
82
  nokogiri (1.8.2)
76
83
  mini_portile2 (~> 2.3.0)
77
- rack (2.0.4)
78
- rack-test (0.8.2)
84
+ rack (2.0.5)
85
+ rack-test (1.0.0)
79
86
  rack (>= 1.0, < 3)
80
- rails (5.1.4)
81
- actioncable (= 5.1.4)
82
- actionmailer (= 5.1.4)
83
- actionpack (= 5.1.4)
84
- actionview (= 5.1.4)
85
- activejob (= 5.1.4)
86
- activemodel (= 5.1.4)
87
- activerecord (= 5.1.4)
88
- activesupport (= 5.1.4)
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.1.4)
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.3)
96
- loofah (~> 2.0)
97
- railties (5.1.4)
98
- actionpack (= 5.1.4)
99
- activesupport (= 5.1.4)
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.0)
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
- url_safe_base64 (0.2.2)
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
@@ -5,7 +5,7 @@ This gem aims at validates Keycloak JWT token in Ruby On Rails APIs.
5
5
  ## Install
6
6
 
7
7
  ```ruby
8
- gem "keycloak-api-rails", "0.7"
8
+ gem "keycloak-api-rails", "0.8"
9
9
  ```
10
10
 
11
11
  ## Token validation
@@ -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", "~> 1.8", ">= 1.8.3"
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"
@@ -1,3 +1,3 @@
1
1
  module Keycloak
2
- VERSION = "0.7"
2
+ VERSION = "0.8"
3
3
  end
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.7'
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-02-07 00:00:00.000000000 Z
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.8.3
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.8.3
40
+ version: 1.9.4
47
41
  - !ruby/object:Gem::Dependency
48
42
  name: rspec
49
43
  requirement: !ruby/object:Gem::Requirement