proxified 1.0.1 → 1.0.3
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 +67 -39
- data/lib/proxified/version.rb +1 -1
- data/proxified.gemspec +1 -1
- metadata +11 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ea937106dd5974260a19b27bea4025fff9e32c90ce797b5349a97b174eb8bfb
|
4
|
+
data.tar.gz: 356403c557734aeff9a927966c3f540d88858f43578d2818d654aecbff13bc4d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 408c0e2e78dfa8ec4d61d08462512c5d9219ab882fd718601074c74cde8451b87b7bbe1fdbb12684c7dda2e3cdaf22f8986cb0a67bec384b57aefe7500ca8e95
|
7
|
+
data.tar.gz: fca7e433cdc447060adb4dd17051ec88d062286f5b8dc502c275ec6203db046274d54315c3ad0ad2fcb7c5abe69971d47e92e0bbf5dc4138efee4d4a9db2d3c9
|
data/Gemfile.lock
CHANGED
@@ -1,29 +1,45 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
proxified (1.0.
|
5
|
-
activesupport (~>
|
4
|
+
proxified (1.0.3)
|
5
|
+
activesupport (~> 8.0, >= 8.0.1)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activesupport (
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
10
|
+
activesupport (8.0.2.1)
|
11
|
+
base64
|
12
|
+
benchmark (>= 0.3)
|
13
|
+
bigdecimal
|
14
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
15
|
+
connection_pool (>= 2.2.5)
|
16
|
+
drb
|
17
|
+
i18n (>= 1.6, < 2)
|
18
|
+
logger (>= 1.4.2)
|
19
|
+
minitest (>= 5.1)
|
20
|
+
securerandom (>= 0.3)
|
21
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
22
|
+
uri (>= 0.13.1)
|
23
|
+
ast (2.4.3)
|
24
|
+
base64 (0.3.0)
|
25
|
+
benchmark (0.4.1)
|
26
|
+
bigdecimal (3.2.3)
|
16
27
|
coderay (1.1.3)
|
17
|
-
concurrent-ruby (1.3.
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
28
|
+
concurrent-ruby (1.3.5)
|
29
|
+
connection_pool (2.5.4)
|
30
|
+
diff-lcs (1.6.2)
|
31
|
+
drb (2.2.3)
|
32
|
+
ffi (1.17.2-x86_64-linux-gnu)
|
33
|
+
formatador (1.2.0)
|
34
|
+
reline
|
35
|
+
guard (2.19.1)
|
22
36
|
formatador (>= 0.2.4)
|
23
37
|
listen (>= 2.7, < 4.0)
|
38
|
+
logger (~> 1.6)
|
24
39
|
lumberjack (>= 1.0.12, < 2.0)
|
25
40
|
nenv (~> 0.1)
|
26
41
|
notiffany (~> 0.0)
|
42
|
+
ostruct (~> 0.6)
|
27
43
|
pry (>= 0.13.0)
|
28
44
|
shellany (~> 0.0)
|
29
45
|
thor (>= 0.18.1)
|
@@ -39,25 +55,30 @@ GEM
|
|
39
55
|
guard-rubocop (1.5.0)
|
40
56
|
guard (~> 2.0)
|
41
57
|
rubocop (< 2.0)
|
42
|
-
i18n (1.14.
|
58
|
+
i18n (1.14.7)
|
43
59
|
concurrent-ruby (~> 1.0)
|
44
|
-
|
45
|
-
|
60
|
+
io-console (0.8.1)
|
61
|
+
json (2.13.2)
|
62
|
+
language_server-protocol (3.17.0.5)
|
63
|
+
lint_roller (1.1.0)
|
46
64
|
listen (3.9.0)
|
47
65
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
48
66
|
rb-inotify (~> 0.9, >= 0.9.10)
|
49
|
-
|
67
|
+
logger (1.7.0)
|
68
|
+
lumberjack (1.4.1)
|
50
69
|
method_source (1.1.0)
|
51
|
-
minitest (5.25.
|
70
|
+
minitest (5.25.5)
|
52
71
|
nenv (0.3.0)
|
53
72
|
notiffany (0.1.3)
|
54
73
|
nenv (~> 0.1)
|
55
74
|
shellany (~> 0.0)
|
56
|
-
|
57
|
-
|
75
|
+
ostruct (0.6.3)
|
76
|
+
parallel (1.27.0)
|
77
|
+
parser (3.3.9.0)
|
58
78
|
ast (~> 2.4.1)
|
59
79
|
racc
|
60
|
-
|
80
|
+
prism (1.4.0)
|
81
|
+
pry (0.15.2)
|
61
82
|
coderay (~> 1.1)
|
62
83
|
method_source (~> 1.0)
|
63
84
|
racc (1.8.1)
|
@@ -66,39 +87,46 @@ GEM
|
|
66
87
|
rb-fsevent (0.11.2)
|
67
88
|
rb-inotify (0.11.1)
|
68
89
|
ffi (~> 1.0)
|
69
|
-
regexp_parser (2.
|
70
|
-
|
90
|
+
regexp_parser (2.11.2)
|
91
|
+
reline (0.6.2)
|
92
|
+
io-console (~> 0.5)
|
93
|
+
rspec (3.13.1)
|
71
94
|
rspec-core (~> 3.13.0)
|
72
95
|
rspec-expectations (~> 3.13.0)
|
73
96
|
rspec-mocks (~> 3.13.0)
|
74
|
-
rspec-core (3.13.
|
97
|
+
rspec-core (3.13.5)
|
75
98
|
rspec-support (~> 3.13.0)
|
76
|
-
rspec-expectations (3.13.
|
99
|
+
rspec-expectations (3.13.5)
|
77
100
|
diff-lcs (>= 1.2.0, < 2.0)
|
78
101
|
rspec-support (~> 3.13.0)
|
79
|
-
rspec-mocks (3.13.
|
102
|
+
rspec-mocks (3.13.5)
|
80
103
|
diff-lcs (>= 1.2.0, < 2.0)
|
81
104
|
rspec-support (~> 3.13.0)
|
82
|
-
rspec-support (3.13.
|
83
|
-
rubocop (1.
|
105
|
+
rspec-support (3.13.5)
|
106
|
+
rubocop (1.80.2)
|
84
107
|
json (~> 2.3)
|
85
|
-
language_server-protocol (
|
108
|
+
language_server-protocol (~> 3.17.0.2)
|
109
|
+
lint_roller (~> 1.1.0)
|
86
110
|
parallel (~> 1.10)
|
87
111
|
parser (>= 3.3.0.2)
|
88
112
|
rainbow (>= 2.2.2, < 4.0)
|
89
|
-
regexp_parser (>= 2.
|
90
|
-
rubocop-ast (>= 1.
|
113
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
114
|
+
rubocop-ast (>= 1.46.0, < 2.0)
|
91
115
|
ruby-progressbar (~> 1.7)
|
92
|
-
unicode-display_width (>= 2.4.0, <
|
93
|
-
rubocop-ast (1.
|
94
|
-
parser (>= 3.3.
|
116
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
117
|
+
rubocop-ast (1.46.0)
|
118
|
+
parser (>= 3.3.7.2)
|
119
|
+
prism (~> 1.4)
|
95
120
|
ruby-progressbar (1.13.0)
|
121
|
+
securerandom (0.4.1)
|
96
122
|
shellany (0.0.1)
|
97
|
-
thor (1.
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
123
|
+
thor (1.4.0)
|
124
|
+
tzinfo (2.0.6)
|
125
|
+
concurrent-ruby (~> 1.0)
|
126
|
+
unicode-display_width (3.2.0)
|
127
|
+
unicode-emoji (~> 4.1)
|
128
|
+
unicode-emoji (4.1.0)
|
129
|
+
uri (1.0.3)
|
102
130
|
|
103
131
|
PLATFORMS
|
104
132
|
x86_64-linux-gnu
|
data/lib/proxified/version.rb
CHANGED
data/proxified.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +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.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Valerio Licata
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-09-10 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: bundler
|
@@ -126,14 +125,20 @@ dependencies:
|
|
126
125
|
requirements:
|
127
126
|
- - "~>"
|
128
127
|
- !ruby/object:Gem::Version
|
129
|
-
version:
|
128
|
+
version: '8.0'
|
129
|
+
- - ">="
|
130
|
+
- !ruby/object:Gem::Version
|
131
|
+
version: 8.0.1
|
130
132
|
type: :runtime
|
131
133
|
prerelease: false
|
132
134
|
version_requirements: !ruby/object:Gem::Requirement
|
133
135
|
requirements:
|
134
136
|
- - "~>"
|
135
137
|
- !ruby/object:Gem::Version
|
136
|
-
version:
|
138
|
+
version: '8.0'
|
139
|
+
- - ">="
|
140
|
+
- !ruby/object:Gem::Version
|
141
|
+
version: 8.0.1
|
137
142
|
description: A simple way to put a proxy in front of any object, at any time.
|
138
143
|
email:
|
139
144
|
- valerio.licata.dev@gmail.com
|
@@ -166,7 +171,6 @@ homepage: https://github.com/vtsl01/proxified
|
|
166
171
|
licenses:
|
167
172
|
- MIT
|
168
173
|
metadata: {}
|
169
|
-
post_install_message:
|
170
174
|
rdoc_options: []
|
171
175
|
require_paths:
|
172
176
|
- lib
|
@@ -181,8 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
181
185
|
- !ruby/object:Gem::Version
|
182
186
|
version: '0'
|
183
187
|
requirements: []
|
184
|
-
rubygems_version: 3.
|
185
|
-
signing_key:
|
188
|
+
rubygems_version: 3.6.2
|
186
189
|
specification_version: 4
|
187
190
|
summary: Proxify any object with a few lines of code.
|
188
191
|
test_files: []
|