proxified 1.0.3 → 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 +38 -37
- data/lib/proxified/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: '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,20 +1,20 @@
|
|
|
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.
|
|
10
|
+
activesupport (8.1.3)
|
|
11
11
|
base64
|
|
12
|
-
benchmark (>= 0.3)
|
|
13
12
|
bigdecimal
|
|
14
13
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
15
14
|
connection_pool (>= 2.2.5)
|
|
16
15
|
drb
|
|
17
16
|
i18n (>= 1.6, < 2)
|
|
17
|
+
json
|
|
18
18
|
logger (>= 1.4.2)
|
|
19
19
|
minitest (>= 5.1)
|
|
20
20
|
securerandom (>= 0.3)
|
|
@@ -22,24 +22,22 @@ GEM
|
|
|
22
22
|
uri (>= 0.13.1)
|
|
23
23
|
ast (2.4.3)
|
|
24
24
|
base64 (0.3.0)
|
|
25
|
-
|
|
26
|
-
bigdecimal (3.2.3)
|
|
25
|
+
bigdecimal (4.1.2)
|
|
27
26
|
coderay (1.1.3)
|
|
28
|
-
concurrent-ruby (1.3.
|
|
29
|
-
connection_pool (
|
|
27
|
+
concurrent-ruby (1.3.6)
|
|
28
|
+
connection_pool (3.0.2)
|
|
30
29
|
diff-lcs (1.6.2)
|
|
31
30
|
drb (2.2.3)
|
|
32
|
-
ffi (1.17.
|
|
33
|
-
formatador (1.2.
|
|
31
|
+
ffi (1.17.4-x86_64-linux-gnu)
|
|
32
|
+
formatador (1.2.3)
|
|
34
33
|
reline
|
|
35
|
-
guard (2.
|
|
34
|
+
guard (2.20.1)
|
|
36
35
|
formatador (>= 0.2.4)
|
|
37
36
|
listen (>= 2.7, < 4.0)
|
|
38
37
|
logger (~> 1.6)
|
|
39
38
|
lumberjack (>= 1.0.12, < 2.0)
|
|
40
39
|
nenv (~> 0.1)
|
|
41
40
|
notiffany (~> 0.0)
|
|
42
|
-
ostruct (~> 0.6)
|
|
43
41
|
pry (>= 0.13.0)
|
|
44
42
|
shellany (~> 0.0)
|
|
45
43
|
thor (>= 0.18.1)
|
|
@@ -55,78 +53,81 @@ GEM
|
|
|
55
53
|
guard-rubocop (1.5.0)
|
|
56
54
|
guard (~> 2.0)
|
|
57
55
|
rubocop (< 2.0)
|
|
58
|
-
i18n (1.14.
|
|
56
|
+
i18n (1.14.8)
|
|
59
57
|
concurrent-ruby (~> 1.0)
|
|
60
|
-
io-console (0.8.
|
|
61
|
-
json (2.
|
|
58
|
+
io-console (0.8.2)
|
|
59
|
+
json (2.19.4)
|
|
62
60
|
language_server-protocol (3.17.0.5)
|
|
63
61
|
lint_roller (1.1.0)
|
|
64
|
-
listen (3.
|
|
62
|
+
listen (3.10.0)
|
|
63
|
+
logger
|
|
65
64
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
|
66
65
|
rb-inotify (~> 0.9, >= 0.9.10)
|
|
67
66
|
logger (1.7.0)
|
|
68
|
-
lumberjack (1.4.
|
|
67
|
+
lumberjack (1.4.2)
|
|
69
68
|
method_source (1.1.0)
|
|
70
|
-
minitest (
|
|
69
|
+
minitest (6.0.5)
|
|
70
|
+
drb (~> 2.0)
|
|
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.9.0)
|
|
76
|
+
parallel (2.1.0)
|
|
77
|
+
parser (3.3.11.1)
|
|
78
78
|
ast (~> 2.4.1)
|
|
79
79
|
racc
|
|
80
|
-
prism (1.
|
|
81
|
-
pry (0.
|
|
80
|
+
prism (1.9.0)
|
|
81
|
+
pry (0.16.0)
|
|
82
82
|
coderay (~> 1.1)
|
|
83
83
|
method_source (~> 1.0)
|
|
84
|
+
reline (>= 0.6.0)
|
|
84
85
|
racc (1.8.1)
|
|
85
86
|
rainbow (3.1.1)
|
|
86
87
|
rake (12.3.3)
|
|
87
88
|
rb-fsevent (0.11.2)
|
|
88
89
|
rb-inotify (0.11.1)
|
|
89
90
|
ffi (~> 1.0)
|
|
90
|
-
regexp_parser (2.
|
|
91
|
-
reline (0.6.
|
|
91
|
+
regexp_parser (2.12.0)
|
|
92
|
+
reline (0.6.3)
|
|
92
93
|
io-console (~> 0.5)
|
|
93
|
-
rspec (3.13.
|
|
94
|
+
rspec (3.13.2)
|
|
94
95
|
rspec-core (~> 3.13.0)
|
|
95
96
|
rspec-expectations (~> 3.13.0)
|
|
96
97
|
rspec-mocks (~> 3.13.0)
|
|
97
|
-
rspec-core (3.13.
|
|
98
|
+
rspec-core (3.13.6)
|
|
98
99
|
rspec-support (~> 3.13.0)
|
|
99
100
|
rspec-expectations (3.13.5)
|
|
100
101
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
101
102
|
rspec-support (~> 3.13.0)
|
|
102
|
-
rspec-mocks (3.13.
|
|
103
|
+
rspec-mocks (3.13.8)
|
|
103
104
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
104
105
|
rspec-support (~> 3.13.0)
|
|
105
|
-
rspec-support (3.13.
|
|
106
|
-
rubocop (1.
|
|
106
|
+
rspec-support (3.13.7)
|
|
107
|
+
rubocop (1.86.1)
|
|
107
108
|
json (~> 2.3)
|
|
108
109
|
language_server-protocol (~> 3.17.0.2)
|
|
109
110
|
lint_roller (~> 1.1.0)
|
|
110
|
-
parallel (
|
|
111
|
+
parallel (>= 1.10)
|
|
111
112
|
parser (>= 3.3.0.2)
|
|
112
113
|
rainbow (>= 2.2.2, < 4.0)
|
|
113
114
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
114
|
-
rubocop-ast (>= 1.
|
|
115
|
+
rubocop-ast (>= 1.49.0, < 2.0)
|
|
115
116
|
ruby-progressbar (~> 1.7)
|
|
116
117
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
117
|
-
rubocop-ast (1.
|
|
118
|
+
rubocop-ast (1.49.1)
|
|
118
119
|
parser (>= 3.3.7.2)
|
|
119
|
-
prism (~> 1.
|
|
120
|
+
prism (~> 1.7)
|
|
120
121
|
ruby-progressbar (1.13.0)
|
|
121
122
|
securerandom (0.4.1)
|
|
122
123
|
shellany (0.0.1)
|
|
123
|
-
thor (1.
|
|
124
|
+
thor (1.5.0)
|
|
124
125
|
tzinfo (2.0.6)
|
|
125
126
|
concurrent-ruby (~> 1.0)
|
|
126
127
|
unicode-display_width (3.2.0)
|
|
127
128
|
unicode-emoji (~> 4.1)
|
|
128
|
-
unicode-emoji (4.
|
|
129
|
-
uri (1.
|
|
129
|
+
unicode-emoji (4.2.0)
|
|
130
|
+
uri (1.1.1)
|
|
130
131
|
|
|
131
132
|
PLATFORMS
|
|
132
133
|
x86_64-linux-gnu
|
|
@@ -142,4 +143,4 @@ DEPENDENCIES
|
|
|
142
143
|
rspec (~> 3.8)
|
|
143
144
|
|
|
144
145
|
BUNDLED WITH
|
|
145
|
-
2.
|
|
146
|
+
2.6.9
|
data/lib/proxified/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: proxified
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Valerio Licata
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: bundler
|
|
@@ -185,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
185
185
|
- !ruby/object:Gem::Version
|
|
186
186
|
version: '0'
|
|
187
187
|
requirements: []
|
|
188
|
-
rubygems_version: 3.6.
|
|
188
|
+
rubygems_version: 3.6.9
|
|
189
189
|
specification_version: 4
|
|
190
190
|
summary: Proxify any object with a few lines of code.
|
|
191
191
|
test_files: []
|