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 +4 -4
- data/.github/workflows/main.yml +1 -1
- data/Dockerfile.release +1 -2
- data/Dockerfile.test +1 -1
- data/Gemfile.lock +38 -34
- data/lib/hydra/keycloak/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7eea78a660dcb738b8d9226b60d58be797351dbb779449c1687b531c43fbec4
|
4
|
+
data.tar.gz: 58bec73ee9d5e05c140db2b0eda6c98886517ffc17acb9f8c47cc706f26b94de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a779ae16ce0d142508bad3279d28fe90e6184b6b5a03dcfdacc243ac917b9dab8f24065ed7e9b42e3ed13f43278a9f87f47c58ac143e3158688bc6f147ca6bc9
|
7
|
+
data.tar.gz: 00370a26484a6d310b2e49a68d2c33f226eb0cf64c67a403914c7b5ccd5d8550eb4bb4c5b0a957f34244d861516aa6cfeb7a306c35b12b87e3c850c3b3b5b2a4
|
data/.github/workflows/main.yml
CHANGED
@@ -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.
|
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
data/Dockerfile.test
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
hydra-keycloak-client (0.1.
|
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.
|
15
|
+
ast (2.4.3)
|
16
|
+
base64 (0.2.0)
|
16
17
|
coderay (1.1.3)
|
17
|
-
concurrent-ruby (1.
|
18
|
-
connection_pool (2.
|
18
|
+
concurrent-ruby (1.3.5)
|
19
|
+
connection_pool (2.5.0)
|
19
20
|
dalli (3.2.0)
|
20
|
-
diff-lcs (1.
|
21
|
-
docile (1.4.
|
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.
|
61
|
-
|
62
|
-
|
63
|
-
|
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
|
-
|
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
|
71
|
-
redis-client (>= 0.
|
72
|
-
redis-client (0.
|
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.
|
75
|
-
rexml (3.
|
76
|
-
rspec (3.
|
77
|
-
rspec-core (~> 3.
|
78
|
-
rspec-expectations (~> 3.
|
79
|
-
rspec-mocks (~> 3.
|
80
|
-
rspec-core (3.
|
81
|
-
rspec-support (~> 3.
|
82
|
-
rspec-expectations (3.
|
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.
|
85
|
-
rspec-mocks (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.
|
88
|
-
rspec-support (3.
|
89
|
-
rubocop (1.
|
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.
|
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.
|
102
|
+
rubocop-ast (1.17.0)
|
99
103
|
parser (>= 3.1.1.0)
|
100
|
-
ruby-progressbar (1.
|
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.
|
112
|
+
simplecov-html (0.13.1)
|
109
113
|
simplecov_json_formatter (0.1.4)
|
110
|
-
unicode-display_width (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
|
-
|
131
|
+
1.17.3
|
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.
|
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:
|
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.
|
157
|
+
rubygems_version: 3.0.3
|
158
158
|
signing_key:
|
159
159
|
specification_version: 4
|
160
160
|
summary: Keycloak client for SSO
|