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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: db679149f605d627c1f13b11feb5911db64c080446fdfb79e026f17f54026610
4
- data.tar.gz: 0d49c35b8b93dc08174945e2d3c725fc112ed16b776f7c068937f35fc5bceb68
3
+ metadata.gz: 0ea937106dd5974260a19b27bea4025fff9e32c90ce797b5349a97b174eb8bfb
4
+ data.tar.gz: 356403c557734aeff9a927966c3f540d88858f43578d2818d654aecbff13bc4d
5
5
  SHA512:
6
- metadata.gz: 259fb1d8f0107a193f453e0b8cdd73fc93d37fcd96c604655ff64f89988aa5e39bc05466caa9c7635e8cbf62ff4cf18a1aaa97c37aea0c62862c46202b8f5bb3
7
- data.tar.gz: 2a98c2d904564d26e90c69abd96ac303a89a6e5b60cb37869a38906e1b6f0d0773ddc364f2a4d7af84d0e3a09c35452c173c20f878db9456e2822a9b35f4b113
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.1)
5
- activesupport (~> 5.2.4)
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 (5.2.8.1)
11
- concurrent-ruby (~> 1.0, >= 1.0.2)
12
- i18n (>= 0.7, < 2)
13
- minitest (~> 5.1)
14
- tzinfo (~> 1.1)
15
- ast (2.4.2)
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.4)
18
- diff-lcs (1.5.1)
19
- ffi (1.17.0-x86_64-linux-gnu)
20
- formatador (1.1.0)
21
- guard (2.18.1)
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.6)
58
+ i18n (1.14.7)
43
59
  concurrent-ruby (~> 1.0)
44
- json (2.7.2)
45
- language_server-protocol (3.17.0.3)
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
- lumberjack (1.2.10)
67
+ logger (1.7.0)
68
+ lumberjack (1.4.1)
50
69
  method_source (1.1.0)
51
- minitest (5.25.1)
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
- parallel (1.26.3)
57
- parser (3.3.5.0)
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
- pry (0.14.2)
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.9.2)
70
- rspec (3.13.0)
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.1)
97
+ rspec-core (3.13.5)
75
98
  rspec-support (~> 3.13.0)
76
- rspec-expectations (3.13.3)
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.1)
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.1)
83
- rubocop (1.66.1)
105
+ rspec-support (3.13.5)
106
+ rubocop (1.80.2)
84
107
  json (~> 2.3)
85
- language_server-protocol (>= 3.17.0)
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.4, < 3.0)
90
- rubocop-ast (>= 1.32.2, < 2.0)
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, < 3.0)
93
- rubocop-ast (1.32.3)
94
- parser (>= 3.3.1.0)
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.3.2)
98
- thread_safe (0.3.6)
99
- tzinfo (1.2.11)
100
- thread_safe (~> 0.1)
101
- unicode-display_width (2.6.0)
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Proxified
4
- VERSION = '1.0.1'
4
+ VERSION = '1.0.3'
5
5
  end
data/proxified.gemspec CHANGED
@@ -52,5 +52,5 @@ Gem::Specification.new do |spec|
52
52
  spec.add_development_dependency 'rake', '~> 12.3.3'
53
53
  spec.add_development_dependency 'rspec', '~> 3.8'
54
54
 
55
- spec.add_dependency 'activesupport', '~> 5.2.4'
55
+ spec.add_dependency 'activesupport', '~> 8.0', '>= 8.0.1'
56
56
  end
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.1
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: 2024-10-02 00:00:00.000000000 Z
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: 5.2.4
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: 5.2.4
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.5.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: []