hydra-keycloak-client 0.1.19 → 0.1.21

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
  SHA256:
3
- metadata.gz: 53ac1a0505551350a5f1374aa7bd3fb390c68047b8be65e87ec00f6f36e6394a
4
- data.tar.gz: 050da3e0481a21c09aa00410dcaf19b514bf23d6dfc868261d8205120898cd2e
3
+ metadata.gz: a7eea78a660dcb738b8d9226b60d58be797351dbb779449c1687b531c43fbec4
4
+ data.tar.gz: 58bec73ee9d5e05c140db2b0eda6c98886517ffc17acb9f8c47cc706f26b94de
5
5
  SHA512:
6
- metadata.gz: c4ae1d7d6ce9deb7c39c7a4b82d3e3a2caf8fd9a05d9d4a089929e62a98081020699808c21745045461c30a70fa690a6706232126fa100137fe9e37a2bd183d5
7
- data.tar.gz: e7761077fd40bb285b57136fa6b800c5f393746a9e02aab44969f81bd19a9eb5ca3fd4aaefe31718680e987999688e217ec7f36fc14d2dd7c9f839f374522b83
6
+ metadata.gz: a779ae16ce0d142508bad3279d28fe90e6184b6b5a03dcfdacc243ac917b9dab8f24065ed7e9b42e3ed13f43278a9f87f47c58ac143e3158688bc6f147ca6bc9
7
+ data.tar.gz: 00370a26484a6d310b2e49a68d2c33f226eb0cf64c67a403914c7b5ccd5d8550eb4bb4c5b0a957f34244d861516aa6cfeb7a306c35b12b87e3c850c3b3b5b2a4
@@ -23,7 +23,7 @@ jobs:
23
23
  run: docker cp hkc_image:/app/coverage/coverage.xml coverage.xml
24
24
 
25
25
  - name: "Upload coverage report"
26
- run: pip install --user codecov==2.0.22 && python -m codecov --required --url="http://coverage.dev.latera.ru/api" --branch="${{ github.ref_name }}" --token="17989959" --slug="hydra-billing/hydra-keycloak-client"
26
+ run: pip install --user codecov==2.1.13 && python -m codecov --required --url="http://coverage.dev.latera.ru/api" --branch="${{ github.ref_name }}" --token="17989959" --slug="hydra-billing/hydra-keycloak-client"
27
27
 
28
28
  - name: Clean up container
29
29
  if: always()
data/Dockerfile.release CHANGED
@@ -1,5 +1,4 @@
1
- FROM ruby:3.2.0
2
-
1
+ FROM ruby:2.5.8
3
2
  COPY . /app
4
3
 
5
4
  WORKDIR /app
data/Dockerfile.test CHANGED
@@ -1,4 +1,4 @@
1
- FROM ruby:3.2.0
1
+ FROM ruby:2.5.8
2
2
 
3
3
  COPY . /app
4
4
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hydra-keycloak-client (0.1.19)
4
+ hydra-keycloak-client (0.1.21)
5
5
  dry-auto_inject
6
6
  dry-container
7
7
  dry-monads
@@ -12,13 +12,14 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- ast (2.4.2)
15
+ ast (2.4.3)
16
+ base64 (0.2.0)
16
17
  coderay (1.1.3)
17
- concurrent-ruby (1.2.0)
18
- connection_pool (2.3.0)
18
+ concurrent-ruby (1.3.5)
19
+ connection_pool (2.5.0)
19
20
  dalli (3.2.0)
20
- diff-lcs (1.5.0)
21
- docile (1.4.0)
21
+ diff-lcs (1.6.1)
22
+ docile (1.4.1)
22
23
  dry-auto_inject (0.7.0)
23
24
  dry-container (>= 0.3.4)
24
25
  dry-configurable (0.12.1)
@@ -57,47 +58,50 @@ GEM
57
58
  dry-inflector (~> 0.1, >= 0.1.2)
58
59
  dry-logic (~> 1.0, >= 1.0.2)
59
60
  ice_nine (0.11.2)
60
- jwt (2.7.0)
61
- method_source (1.0.0)
62
- parallel (1.21.0)
63
- parser (3.1.1.0)
61
+ jwt (2.10.1)
62
+ base64
63
+ method_source (1.1.0)
64
+ parallel (1.24.0)
65
+ parser (3.3.7.3)
64
66
  ast (~> 2.4.1)
65
- pry (0.14.2)
67
+ racc
68
+ pry (0.15.2)
66
69
  coderay (~> 1.1)
67
70
  method_source (~> 1.0)
71
+ racc (1.8.1)
68
72
  rainbow (3.1.1)
69
73
  rake (12.3.3)
70
- redis (5.0.6)
71
- redis-client (>= 0.9.0)
72
- redis-client (0.11.2)
74
+ redis (5.1.0)
75
+ redis-client (>= 0.17.0)
76
+ redis-client (0.19.1)
73
77
  connection_pool
74
- regexp_parser (2.2.1)
75
- rexml (3.2.5)
76
- rspec (3.10.0)
77
- rspec-core (~> 3.10.0)
78
- rspec-expectations (~> 3.10.0)
79
- rspec-mocks (~> 3.10.0)
80
- rspec-core (3.10.2)
81
- rspec-support (~> 3.10.0)
82
- rspec-expectations (3.10.2)
78
+ regexp_parser (2.10.0)
79
+ rexml (3.4.1)
80
+ rspec (3.13.0)
81
+ rspec-core (~> 3.13.0)
82
+ rspec-expectations (~> 3.13.0)
83
+ rspec-mocks (~> 3.13.0)
84
+ rspec-core (3.13.3)
85
+ rspec-support (~> 3.13.0)
86
+ rspec-expectations (3.13.3)
83
87
  diff-lcs (>= 1.2.0, < 2.0)
84
- rspec-support (~> 3.10.0)
85
- rspec-mocks (3.10.3)
88
+ rspec-support (~> 3.13.0)
89
+ rspec-mocks (3.13.2)
86
90
  diff-lcs (>= 1.2.0, < 2.0)
87
- rspec-support (~> 3.10.0)
88
- rspec-support (3.10.3)
89
- rubocop (1.27.0)
91
+ rspec-support (~> 3.13.0)
92
+ rspec-support (3.13.2)
93
+ rubocop (1.28.2)
90
94
  parallel (~> 1.10)
91
95
  parser (>= 3.1.0.0)
92
96
  rainbow (>= 2.2.2, < 4.0)
93
97
  regexp_parser (>= 1.8, < 3.0)
94
98
  rexml
95
- rubocop-ast (>= 1.16.0, < 2.0)
99
+ rubocop-ast (>= 1.17.0, < 2.0)
96
100
  ruby-progressbar (~> 1.7)
97
101
  unicode-display_width (>= 1.4.0, < 3.0)
98
- rubocop-ast (1.16.0)
102
+ rubocop-ast (1.17.0)
99
103
  parser (>= 3.1.1.0)
100
- ruby-progressbar (1.11.0)
104
+ ruby-progressbar (1.13.0)
101
105
  simplecov (0.22.0)
102
106
  docile (~> 1.1)
103
107
  simplecov-html (~> 0.11)
@@ -105,9 +109,9 @@ GEM
105
109
  simplecov-cobertura (2.1.0)
106
110
  rexml
107
111
  simplecov (~> 0.19)
108
- simplecov-html (0.12.3)
112
+ simplecov-html (0.13.1)
109
113
  simplecov_json_formatter (0.1.4)
110
- unicode-display_width (2.4.2)
114
+ unicode-display_width (2.6.0)
111
115
 
112
116
  PLATFORMS
113
117
  ruby
@@ -124,4 +128,4 @@ DEPENDENCIES
124
128
  simplecov-cobertura
125
129
 
126
130
  BUNDLED WITH
127
- 2.3.26
131
+ 1.17.3
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Hydra
4
4
  module Keycloak
5
- VERSION = '0.1.19'
5
+ VERSION = '0.1.21'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hydra-keycloak-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.19
4
+ version: 0.1.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fedor Kosolapov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-28 00:00:00.000000000 Z
11
+ date: 2025-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jwt
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  - !ruby/object:Gem::Version
155
155
  version: '0'
156
156
  requirements: []
157
- rubygems_version: 3.4.1
157
+ rubygems_version: 3.0.3
158
158
  signing_key:
159
159
  specification_version: 4
160
160
  summary: Keycloak client for SSO