proxified 1.0.4 → 1.0.5
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 +20 -20
- data/lib/proxified/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0874bee749b8a68ee6db59512a8c7c8ee49a57b2521fdd583962e127e73d75a3'
|
|
4
|
+
data.tar.gz: 6e72bd40591a589afeb3ec5a3e12e4556d13c4fe59a55edf6fefbacd63edbf14
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee7882228b4baff0891d59c982fc8bd56fdb93afb91612b584823c1b42503d269f9791705a6ffc8ed0a915604d54787faf0bfc6894aa87c1d549131c6fa07d03
|
|
7
|
+
data.tar.gz: d8f71e1af3607c5b17dfe818110aac6ca443e477a0a0527beee66675032feaa1a23ee74482a3977dad4b7cb50deb02be33343aed433b31219fa53975d006d57f
|
data/Gemfile.lock
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
proxified (1.0.
|
|
4
|
+
proxified (1.0.5)
|
|
5
5
|
activesupport (~> 8.0, >= 8.0.1)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
activesupport (8.1.
|
|
10
|
+
activesupport (8.1.3)
|
|
11
11
|
base64
|
|
12
12
|
bigdecimal
|
|
13
13
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
@@ -22,23 +22,22 @@ GEM
|
|
|
22
22
|
uri (>= 0.13.1)
|
|
23
23
|
ast (2.4.3)
|
|
24
24
|
base64 (0.3.0)
|
|
25
|
-
bigdecimal (4.
|
|
25
|
+
bigdecimal (4.1.2)
|
|
26
26
|
coderay (1.1.3)
|
|
27
27
|
concurrent-ruby (1.3.6)
|
|
28
28
|
connection_pool (3.0.2)
|
|
29
29
|
diff-lcs (1.6.2)
|
|
30
30
|
drb (2.2.3)
|
|
31
|
-
ffi (1.17.
|
|
31
|
+
ffi (1.17.4-x86_64-linux-gnu)
|
|
32
32
|
formatador (1.2.3)
|
|
33
33
|
reline
|
|
34
|
-
guard (2.
|
|
34
|
+
guard (2.20.1)
|
|
35
35
|
formatador (>= 0.2.4)
|
|
36
36
|
listen (>= 2.7, < 4.0)
|
|
37
37
|
logger (~> 1.6)
|
|
38
38
|
lumberjack (>= 1.0.12, < 2.0)
|
|
39
39
|
nenv (~> 0.1)
|
|
40
40
|
notiffany (~> 0.0)
|
|
41
|
-
ostruct (~> 0.6)
|
|
42
41
|
pry (>= 0.13.0)
|
|
43
42
|
shellany (~> 0.0)
|
|
44
43
|
thor (>= 0.18.1)
|
|
@@ -57,27 +56,28 @@ GEM
|
|
|
57
56
|
i18n (1.14.8)
|
|
58
57
|
concurrent-ruby (~> 1.0)
|
|
59
58
|
io-console (0.8.2)
|
|
60
|
-
json (2.
|
|
59
|
+
json (2.19.4)
|
|
61
60
|
language_server-protocol (3.17.0.5)
|
|
62
61
|
lint_roller (1.1.0)
|
|
63
|
-
listen (3.
|
|
62
|
+
listen (3.10.0)
|
|
63
|
+
logger
|
|
64
64
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
|
65
65
|
rb-inotify (~> 0.9, >= 0.9.10)
|
|
66
66
|
logger (1.7.0)
|
|
67
67
|
lumberjack (1.4.2)
|
|
68
68
|
method_source (1.1.0)
|
|
69
|
-
minitest (6.0.
|
|
69
|
+
minitest (6.0.5)
|
|
70
|
+
drb (~> 2.0)
|
|
70
71
|
prism (~> 1.5)
|
|
71
72
|
nenv (0.3.0)
|
|
72
73
|
notiffany (0.1.3)
|
|
73
74
|
nenv (~> 0.1)
|
|
74
75
|
shellany (~> 0.0)
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
parser (3.3.10.0)
|
|
76
|
+
parallel (2.1.0)
|
|
77
|
+
parser (3.3.11.1)
|
|
78
78
|
ast (~> 2.4.1)
|
|
79
79
|
racc
|
|
80
|
-
prism (1.
|
|
80
|
+
prism (1.9.0)
|
|
81
81
|
pry (0.16.0)
|
|
82
82
|
coderay (~> 1.1)
|
|
83
83
|
method_source (~> 1.0)
|
|
@@ -88,7 +88,7 @@ GEM
|
|
|
88
88
|
rb-fsevent (0.11.2)
|
|
89
89
|
rb-inotify (0.11.1)
|
|
90
90
|
ffi (~> 1.0)
|
|
91
|
-
regexp_parser (2.
|
|
91
|
+
regexp_parser (2.12.0)
|
|
92
92
|
reline (0.6.3)
|
|
93
93
|
io-console (~> 0.5)
|
|
94
94
|
rspec (3.13.2)
|
|
@@ -100,22 +100,22 @@ GEM
|
|
|
100
100
|
rspec-expectations (3.13.5)
|
|
101
101
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
102
102
|
rspec-support (~> 3.13.0)
|
|
103
|
-
rspec-mocks (3.13.
|
|
103
|
+
rspec-mocks (3.13.8)
|
|
104
104
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
105
105
|
rspec-support (~> 3.13.0)
|
|
106
|
-
rspec-support (3.13.
|
|
107
|
-
rubocop (1.
|
|
106
|
+
rspec-support (3.13.7)
|
|
107
|
+
rubocop (1.86.1)
|
|
108
108
|
json (~> 2.3)
|
|
109
109
|
language_server-protocol (~> 3.17.0.2)
|
|
110
110
|
lint_roller (~> 1.1.0)
|
|
111
|
-
parallel (
|
|
111
|
+
parallel (>= 1.10)
|
|
112
112
|
parser (>= 3.3.0.2)
|
|
113
113
|
rainbow (>= 2.2.2, < 4.0)
|
|
114
114
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
115
|
-
rubocop-ast (>= 1.
|
|
115
|
+
rubocop-ast (>= 1.49.0, < 2.0)
|
|
116
116
|
ruby-progressbar (~> 1.7)
|
|
117
117
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
118
|
-
rubocop-ast (1.49.
|
|
118
|
+
rubocop-ast (1.49.1)
|
|
119
119
|
parser (>= 3.3.7.2)
|
|
120
120
|
prism (~> 1.7)
|
|
121
121
|
ruby-progressbar (1.13.0)
|
data/lib/proxified/version.rb
CHANGED