omniauth-liblynx 1.3.3 → 1.3.4
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/Gemfile.lock +34 -24
- data/lib/omniauth-liblynx/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c353a9db80ac9a381785c8165d1776fe77d0e3db2b92335cc6f825a579bbe5e1
|
|
4
|
+
data.tar.gz: 5af92a59104862ff1bbd6b1362cf494315118361113debfcfd01bd1010791380
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7568ceeba6d6a06726d4f5de8d8cf9ad478ded4b7e752fea342825a3efaff61dbdfb8cd94f9df48c028b9115bd6e9a50fc71d80731f3cce0720e352b02117de
|
|
7
|
+
data.tar.gz: 0b9603caa05457fa599be2bb17aec104541b1b0a8946c6ff1e96cb1333fea3355df03632e75d6f275e59b4997d478fdedb191bd2c5b5e7446e831c9ea671e454
|
data/Gemfile.lock
CHANGED
|
@@ -1,34 +1,42 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
omniauth-liblynx (1.3.
|
|
4
|
+
omniauth-liblynx (1.3.4)
|
|
5
5
|
omniauth (>= 1.9, < 3.0)
|
|
6
6
|
omniauth-oauth2 (>= 1.4.0, < 2.0)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
|
+
addressable (2.8.9)
|
|
12
|
+
public_suffix (>= 2.0.2, < 8.0)
|
|
11
13
|
ast (2.4.3)
|
|
12
14
|
base64 (0.3.0)
|
|
13
|
-
bigdecimal (
|
|
14
|
-
faraday (2.14.
|
|
15
|
+
bigdecimal (4.0.1)
|
|
16
|
+
faraday (2.14.1)
|
|
15
17
|
faraday-net_http (>= 2.0, < 3.5)
|
|
16
18
|
json
|
|
17
19
|
logger
|
|
18
|
-
faraday-net_http (3.4.
|
|
19
|
-
net-http (
|
|
20
|
-
hashie (5.
|
|
21
|
-
|
|
20
|
+
faraday-net_http (3.4.2)
|
|
21
|
+
net-http (~> 0.5)
|
|
22
|
+
hashie (5.1.0)
|
|
23
|
+
logger
|
|
24
|
+
json (2.19.2)
|
|
25
|
+
json-schema (6.2.0)
|
|
26
|
+
addressable (~> 2.8)
|
|
27
|
+
bigdecimal (>= 3.1, < 5)
|
|
22
28
|
jwt (3.1.2)
|
|
23
29
|
base64
|
|
24
30
|
language_server-protocol (3.17.0.5)
|
|
25
31
|
lint_roller (1.1.0)
|
|
26
32
|
logger (1.7.0)
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
33
|
+
mcp (0.8.0)
|
|
34
|
+
json-schema (>= 4.1)
|
|
35
|
+
multi_xml (0.8.1)
|
|
36
|
+
bigdecimal (>= 3.1, < 5)
|
|
37
|
+
net-http (0.9.1)
|
|
38
|
+
uri (>= 0.11.1)
|
|
39
|
+
oauth2 (2.0.18)
|
|
32
40
|
faraday (>= 0.17.3, < 4.0)
|
|
33
41
|
jwt (>= 1.0, < 4.0)
|
|
34
42
|
logger (~> 1.2)
|
|
@@ -41,45 +49,47 @@ GEM
|
|
|
41
49
|
logger
|
|
42
50
|
rack (>= 2.2.3)
|
|
43
51
|
rack-protection
|
|
44
|
-
omniauth-oauth2 (1.
|
|
45
|
-
oauth2 (>=
|
|
52
|
+
omniauth-oauth2 (1.9.0)
|
|
53
|
+
oauth2 (>= 2.0.2, < 3)
|
|
46
54
|
omniauth (~> 2.0)
|
|
47
55
|
parallel (1.27.0)
|
|
48
|
-
parser (3.3.
|
|
56
|
+
parser (3.3.10.2)
|
|
49
57
|
ast (~> 2.4.1)
|
|
50
58
|
racc
|
|
51
|
-
prism (1.
|
|
59
|
+
prism (1.9.0)
|
|
60
|
+
public_suffix (7.0.5)
|
|
52
61
|
racc (1.8.1)
|
|
53
62
|
rack (3.2.5)
|
|
54
|
-
rack-protection (4.
|
|
63
|
+
rack-protection (4.2.1)
|
|
55
64
|
base64 (>= 0.1.0)
|
|
56
65
|
logger (>= 1.6.0)
|
|
57
66
|
rack (>= 3.0.0, < 4)
|
|
58
67
|
rainbow (3.1.1)
|
|
59
|
-
rake (13.3.
|
|
68
|
+
rake (13.3.1)
|
|
60
69
|
regexp_parser (2.11.3)
|
|
61
|
-
rubocop (1.
|
|
70
|
+
rubocop (1.85.1)
|
|
62
71
|
json (~> 2.3)
|
|
63
72
|
language_server-protocol (~> 3.17.0.2)
|
|
64
73
|
lint_roller (~> 1.1.0)
|
|
74
|
+
mcp (~> 0.6)
|
|
65
75
|
parallel (~> 1.10)
|
|
66
76
|
parser (>= 3.3.0.2)
|
|
67
77
|
rainbow (>= 2.2.2, < 4.0)
|
|
68
78
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
69
|
-
rubocop-ast (>= 1.
|
|
79
|
+
rubocop-ast (>= 1.49.0, < 2.0)
|
|
70
80
|
ruby-progressbar (~> 1.7)
|
|
71
81
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
72
|
-
rubocop-ast (1.
|
|
82
|
+
rubocop-ast (1.49.1)
|
|
73
83
|
parser (>= 3.3.7.2)
|
|
74
|
-
prism (~> 1.
|
|
84
|
+
prism (~> 1.7)
|
|
75
85
|
ruby-progressbar (1.13.0)
|
|
76
86
|
snaky_hash (2.0.3)
|
|
77
87
|
hashie (>= 0.1.0, < 6)
|
|
78
88
|
version_gem (>= 1.1.8, < 3)
|
|
79
89
|
unicode-display_width (3.2.0)
|
|
80
90
|
unicode-emoji (~> 4.1)
|
|
81
|
-
unicode-emoji (4.
|
|
82
|
-
uri (1.
|
|
91
|
+
unicode-emoji (4.2.0)
|
|
92
|
+
uri (1.1.1)
|
|
83
93
|
version_gem (1.1.9)
|
|
84
94
|
|
|
85
95
|
PLATFORMS
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-liblynx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Denis Sablic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-03-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|