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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +20 -20
  3. data/lib/proxified/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d9916ce8bd0ec65e233b552d82c019cce10f94b006f7faff8798e61579e8c14
4
- data.tar.gz: 7941b08154cef8b8ba63e721a75de6d1b4c04462dab2f628a01c20473c2f963d
3
+ metadata.gz: '0874bee749b8a68ee6db59512a8c7c8ee49a57b2521fdd583962e127e73d75a3'
4
+ data.tar.gz: 6e72bd40591a589afeb3ec5a3e12e4556d13c4fe59a55edf6fefbacd63edbf14
5
5
  SHA512:
6
- metadata.gz: ebf98ae7fd33599e0761338dca72e8031c03f83de1551ca646cc4ef5a273b62b0cda8872c42c3154ee93f34b69a0b98a5c121940175242b4daa52e31ee57b3fe
7
- data.tar.gz: a977336c258412a267d23b007354f582118405ee676daa3360e3237bc303223ee0344719c0779e5c5931f7db1d1ac3ed721510bd95fbfd683c4482db2fc9533f
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)
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.2)
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.0.1)
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.3-x86_64-linux-gnu)
31
+ ffi (1.17.4-x86_64-linux-gnu)
32
32
  formatador (1.2.3)
33
33
  reline
34
- guard (2.19.1)
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.18.0)
59
+ json (2.19.4)
61
60
  language_server-protocol (3.17.0.5)
62
61
  lint_roller (1.1.0)
63
- listen (3.9.0)
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.1)
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
- ostruct (0.6.3)
76
- parallel (1.27.0)
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.8.0)
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.11.3)
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.7)
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.6)
107
- rubocop (1.82.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 (~> 1.10)
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.48.0, < 2.0)
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.0)
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)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Proxified
4
- VERSION = '1.0.4'
4
+ VERSION = '1.0.5'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proxified
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Valerio Licata