config_default 0.3.2 → 0.4.0

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: 9c957f780b6cc5bd9c0f02e4464bc39de39bef79e7ffe8aaf74a1c656013a271
4
- data.tar.gz: 3d74c4af84249765e0df536b80bd788a46df2e3572127560f308771bf0a987c5
3
+ metadata.gz: 92dd218f8a1be7a70e0db01df45c8fada10764d21630cc9f2c3d23f2e2d1f410
4
+ data.tar.gz: ebba8ce2e496548c2eab5654ae929843f1fec470e47e7dd5c4c5991443fdd436
5
5
  SHA512:
6
- metadata.gz: 7a87866e4a1fe147620ed030130398a08e746f8b9a860c690ecd63112cfa7d63928cd726ec784cf552ce586bddaaa900231760af4e645f44d2b4da2a2fefcfbd
7
- data.tar.gz: a5c8644094054c45a958654e7478649e918dec2133d7a91d12097455ac231f22c0491264cc4a445d2fff4610d7200c75d948a7091ebba87d62d54f01e1c8ef34
6
+ metadata.gz: 3200b3c18516614f756faab457fd7cef675874d0511edde29f4aacaf3348c2e1339222fbb6602a23ec923ba80598e23fca343fe61057dae9bab168bfc7b1492c
7
+ data.tar.gz: 6c238c29a8bc7343f13d71e07ee1da68b32263eabee089d8d8671f2d2d1f91ad9444a24bbd46d030a62475a72cb92bd24c07498f8a8ea3c70399924012f6292f
@@ -24,7 +24,7 @@ jobs:
24
24
 
25
25
  strategy:
26
26
  matrix:
27
- ruby: [3.0, 3.1, 3.2, 3.3]
27
+ ruby: [3.2, 3.3, 3.4, 4.0]
28
28
 
29
29
  steps:
30
30
  - uses: actions/checkout@v2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 0.3.3
2
+
3
+ - Upgrade to latest rails.
4
+ - Drop ruby < 3.2 support.
5
+
1
6
  ## 0.3.2
2
7
 
3
8
  - Move patches to RailsPatch Module.
data/Gemfile.lock CHANGED
@@ -1,268 +1,287 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- config_default (0.3.2)
4
+ config_default (0.4.0)
5
5
  activesupport (>= 6)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (7.1.3.3)
11
- actionpack (= 7.1.3.3)
12
- activesupport (= 7.1.3.3)
10
+ action_text-trix (2.1.15)
11
+ railties
12
+ actioncable (8.1.1)
13
+ actionpack (= 8.1.1)
14
+ activesupport (= 8.1.1)
13
15
  nio4r (~> 2.0)
14
16
  websocket-driver (>= 0.6.1)
15
17
  zeitwerk (~> 2.6)
16
- actionmailbox (7.1.3.3)
17
- actionpack (= 7.1.3.3)
18
- activejob (= 7.1.3.3)
19
- activerecord (= 7.1.3.3)
20
- activestorage (= 7.1.3.3)
21
- activesupport (= 7.1.3.3)
22
- mail (>= 2.7.1)
23
- net-imap
24
- net-pop
25
- net-smtp
26
- actionmailer (7.1.3.3)
27
- actionpack (= 7.1.3.3)
28
- actionview (= 7.1.3.3)
29
- activejob (= 7.1.3.3)
30
- activesupport (= 7.1.3.3)
31
- mail (~> 2.5, >= 2.5.4)
32
- net-imap
33
- net-pop
34
- net-smtp
18
+ actionmailbox (8.1.1)
19
+ actionpack (= 8.1.1)
20
+ activejob (= 8.1.1)
21
+ activerecord (= 8.1.1)
22
+ activestorage (= 8.1.1)
23
+ activesupport (= 8.1.1)
24
+ mail (>= 2.8.0)
25
+ actionmailer (8.1.1)
26
+ actionpack (= 8.1.1)
27
+ actionview (= 8.1.1)
28
+ activejob (= 8.1.1)
29
+ activesupport (= 8.1.1)
30
+ mail (>= 2.8.0)
35
31
  rails-dom-testing (~> 2.2)
36
- actionpack (7.1.3.3)
37
- actionview (= 7.1.3.3)
38
- activesupport (= 7.1.3.3)
32
+ actionpack (8.1.1)
33
+ actionview (= 8.1.1)
34
+ activesupport (= 8.1.1)
39
35
  nokogiri (>= 1.8.5)
40
- racc
41
36
  rack (>= 2.2.4)
42
37
  rack-session (>= 1.0.1)
43
38
  rack-test (>= 0.6.3)
44
39
  rails-dom-testing (~> 2.2)
45
40
  rails-html-sanitizer (~> 1.6)
46
- actiontext (7.1.3.3)
47
- actionpack (= 7.1.3.3)
48
- activerecord (= 7.1.3.3)
49
- activestorage (= 7.1.3.3)
50
- activesupport (= 7.1.3.3)
41
+ useragent (~> 0.16)
42
+ actiontext (8.1.1)
43
+ action_text-trix (~> 2.1.15)
44
+ actionpack (= 8.1.1)
45
+ activerecord (= 8.1.1)
46
+ activestorage (= 8.1.1)
47
+ activesupport (= 8.1.1)
51
48
  globalid (>= 0.6.0)
52
49
  nokogiri (>= 1.8.5)
53
- actionview (7.1.3.3)
54
- activesupport (= 7.1.3.3)
50
+ actionview (8.1.1)
51
+ activesupport (= 8.1.1)
55
52
  builder (~> 3.1)
56
53
  erubi (~> 1.11)
57
54
  rails-dom-testing (~> 2.2)
58
55
  rails-html-sanitizer (~> 1.6)
59
- activejob (7.1.3.3)
60
- activesupport (= 7.1.3.3)
56
+ activejob (8.1.1)
57
+ activesupport (= 8.1.1)
61
58
  globalid (>= 0.3.6)
62
- activemodel (7.1.3.3)
63
- activesupport (= 7.1.3.3)
64
- activerecord (7.1.3.3)
65
- activemodel (= 7.1.3.3)
66
- activesupport (= 7.1.3.3)
59
+ activemodel (8.1.1)
60
+ activesupport (= 8.1.1)
61
+ activerecord (8.1.1)
62
+ activemodel (= 8.1.1)
63
+ activesupport (= 8.1.1)
67
64
  timeout (>= 0.4.0)
68
- activestorage (7.1.3.3)
69
- actionpack (= 7.1.3.3)
70
- activejob (= 7.1.3.3)
71
- activerecord (= 7.1.3.3)
72
- activesupport (= 7.1.3.3)
65
+ activestorage (8.1.1)
66
+ actionpack (= 8.1.1)
67
+ activejob (= 8.1.1)
68
+ activerecord (= 8.1.1)
69
+ activesupport (= 8.1.1)
73
70
  marcel (~> 1.0)
74
- activesupport (7.1.3.3)
71
+ activesupport (8.1.1)
75
72
  base64
76
73
  bigdecimal
77
- concurrent-ruby (~> 1.0, >= 1.0.2)
74
+ concurrent-ruby (~> 1.0, >= 1.3.1)
78
75
  connection_pool (>= 2.2.5)
79
76
  drb
80
77
  i18n (>= 1.6, < 2)
78
+ json
79
+ logger (>= 1.4.2)
81
80
  minitest (>= 5.1)
82
- mutex_m
83
- tzinfo (~> 2.0)
84
- ast (2.4.2)
85
- base64 (0.2.0)
86
- bigdecimal (3.1.8)
87
- builder (3.2.4)
81
+ securerandom (>= 0.3)
82
+ tzinfo (~> 2.0, >= 2.0.5)
83
+ uri (>= 0.13.1)
84
+ ast (2.4.3)
85
+ base64 (0.3.0)
86
+ bigdecimal (4.0.1)
87
+ builder (3.3.0)
88
88
  coderay (1.1.3)
89
- concurrent-ruby (1.2.3)
90
- connection_pool (2.4.1)
89
+ concurrent-ruby (1.3.6)
90
+ connection_pool (3.0.2)
91
91
  crass (1.0.6)
92
- date (3.3.4)
93
- diff-lcs (1.5.1)
94
- drb (2.2.1)
95
- erubi (1.12.0)
96
- globalid (1.2.1)
92
+ date (3.5.1)
93
+ diff-lcs (1.6.2)
94
+ drb (2.2.3)
95
+ erb (6.0.1)
96
+ erubi (1.13.1)
97
+ globalid (1.3.0)
97
98
  activesupport (>= 6.1)
98
- i18n (1.14.5)
99
+ i18n (1.14.8)
99
100
  concurrent-ruby (~> 1.0)
100
- io-console (0.7.2)
101
- irb (1.13.1)
101
+ io-console (0.8.2)
102
+ irb (1.16.0)
103
+ pp (>= 0.6.0)
102
104
  rdoc (>= 4.0.0)
103
105
  reline (>= 0.4.2)
104
- json (2.7.2)
105
- language_server-protocol (3.17.0.3)
106
- loofah (2.22.0)
106
+ json (2.18.0)
107
+ language_server-protocol (3.17.0.5)
108
+ lint_roller (1.1.0)
109
+ logger (1.7.0)
110
+ loofah (2.25.0)
107
111
  crass (~> 1.0.2)
108
112
  nokogiri (>= 1.12.0)
109
- mail (2.8.1)
113
+ mail (2.9.0)
114
+ logger
110
115
  mini_mime (>= 0.1.1)
111
116
  net-imap
112
117
  net-pop
113
118
  net-smtp
114
- marcel (1.0.4)
119
+ marcel (1.1.0)
115
120
  method_source (1.1.0)
116
121
  mini_mime (1.1.5)
117
- minitest (5.23.1)
118
- mutex_m (0.2.0)
119
- net-imap (0.4.11)
122
+ mini_portile2 (2.8.9)
123
+ minitest (6.0.0)
124
+ prism (~> 1.5)
125
+ net-imap (0.6.2)
120
126
  date
121
127
  net-protocol
122
128
  net-pop (0.1.2)
123
129
  net-protocol
124
130
  net-protocol (0.2.2)
125
131
  timeout
126
- net-smtp (0.5.0)
132
+ net-smtp (0.5.1)
127
133
  net-protocol
128
- nio4r (2.7.3)
129
- nokogiri (1.16.5-arm64-darwin)
134
+ nio4r (2.7.5)
135
+ nokogiri (1.18.10)
136
+ mini_portile2 (~> 2.8.2)
137
+ racc (~> 1.4)
138
+ nokogiri (1.18.10-arm64-darwin)
130
139
  racc (~> 1.4)
131
- nokogiri (1.16.5-x86_64-darwin)
140
+ nokogiri (1.18.10-x86_64-darwin)
132
141
  racc (~> 1.4)
133
- nokogiri (1.16.5-x86_64-linux)
142
+ nokogiri (1.18.10-x86_64-linux-gnu)
134
143
  racc (~> 1.4)
135
- parallel (1.24.0)
136
- parser (3.3.1.0)
144
+ parallel (1.27.0)
145
+ parser (3.3.10.0)
137
146
  ast (~> 2.4.1)
138
147
  racc
139
- pry (0.14.2)
148
+ pp (0.6.3)
149
+ prettyprint
150
+ prettyprint (0.2.0)
151
+ prism (1.7.0)
152
+ pry (0.15.2)
140
153
  coderay (~> 1.1)
141
154
  method_source (~> 1.0)
142
- psych (5.1.2)
155
+ psych (5.3.1)
156
+ date
143
157
  stringio
144
- racc (1.8.0)
145
- rack (3.0.11)
146
- rack-session (2.0.0)
158
+ racc (1.8.1)
159
+ rack (3.2.4)
160
+ rack-session (2.1.1)
161
+ base64 (>= 0.1.0)
147
162
  rack (>= 3.0.0)
148
- rack-test (2.1.0)
163
+ rack-test (2.2.0)
149
164
  rack (>= 1.3)
150
- rackup (2.1.0)
165
+ rackup (2.3.1)
151
166
  rack (>= 3)
152
- webrick (~> 1.8)
153
- rails (7.1.3.3)
154
- actioncable (= 7.1.3.3)
155
- actionmailbox (= 7.1.3.3)
156
- actionmailer (= 7.1.3.3)
157
- actionpack (= 7.1.3.3)
158
- actiontext (= 7.1.3.3)
159
- actionview (= 7.1.3.3)
160
- activejob (= 7.1.3.3)
161
- activemodel (= 7.1.3.3)
162
- activerecord (= 7.1.3.3)
163
- activestorage (= 7.1.3.3)
164
- activesupport (= 7.1.3.3)
167
+ rails (8.1.1)
168
+ actioncable (= 8.1.1)
169
+ actionmailbox (= 8.1.1)
170
+ actionmailer (= 8.1.1)
171
+ actionpack (= 8.1.1)
172
+ actiontext (= 8.1.1)
173
+ actionview (= 8.1.1)
174
+ activejob (= 8.1.1)
175
+ activemodel (= 8.1.1)
176
+ activerecord (= 8.1.1)
177
+ activestorage (= 8.1.1)
178
+ activesupport (= 8.1.1)
165
179
  bundler (>= 1.15.0)
166
- railties (= 7.1.3.3)
167
- rails-dom-testing (2.2.0)
180
+ railties (= 8.1.1)
181
+ rails-dom-testing (2.3.0)
168
182
  activesupport (>= 5.0.0)
169
183
  minitest
170
184
  nokogiri (>= 1.6)
171
- rails-html-sanitizer (1.6.0)
185
+ rails-html-sanitizer (1.6.2)
172
186
  loofah (~> 2.21)
173
- nokogiri (~> 1.14)
174
- railties (7.1.3.3)
175
- actionpack (= 7.1.3.3)
176
- activesupport (= 7.1.3.3)
177
- irb
187
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
188
+ railties (8.1.1)
189
+ actionpack (= 8.1.1)
190
+ activesupport (= 8.1.1)
191
+ irb (~> 1.13)
178
192
  rackup (>= 1.0.0)
179
193
  rake (>= 12.2)
180
194
  thor (~> 1.0, >= 1.2.2)
195
+ tsort (>= 0.2)
181
196
  zeitwerk (~> 2.6)
182
197
  rainbow (3.1.1)
183
- rake (13.2.1)
184
- rdoc (6.7.0)
198
+ rake (13.3.1)
199
+ rdoc (7.0.3)
200
+ erb
185
201
  psych (>= 4.0.0)
186
- regexp_parser (2.9.2)
187
- reline (0.5.7)
202
+ tsort
203
+ regexp_parser (2.11.3)
204
+ reline (0.6.3)
188
205
  io-console (~> 0.5)
189
- rexml (3.2.8)
190
- strscan (>= 3.0.9)
191
- rspec (3.13.0)
206
+ rspec (3.13.2)
192
207
  rspec-core (~> 3.13.0)
193
208
  rspec-expectations (~> 3.13.0)
194
209
  rspec-mocks (~> 3.13.0)
195
- rspec-core (3.13.0)
210
+ rspec-core (3.13.6)
196
211
  rspec-support (~> 3.13.0)
197
- rspec-expectations (3.13.0)
212
+ rspec-expectations (3.13.5)
198
213
  diff-lcs (>= 1.2.0, < 2.0)
199
214
  rspec-support (~> 3.13.0)
200
- rspec-mocks (3.13.1)
215
+ rspec-mocks (3.13.7)
201
216
  diff-lcs (>= 1.2.0, < 2.0)
202
217
  rspec-support (~> 3.13.0)
203
- rspec-support (3.13.1)
204
- rubocop (1.63.5)
218
+ rspec-support (3.13.6)
219
+ rubocop (1.81.7)
205
220
  json (~> 2.3)
206
- language_server-protocol (>= 3.17.0)
221
+ language_server-protocol (~> 3.17.0.2)
222
+ lint_roller (~> 1.1.0)
207
223
  parallel (~> 1.10)
208
224
  parser (>= 3.3.0.2)
209
225
  rainbow (>= 2.2.2, < 4.0)
210
- regexp_parser (>= 1.8, < 3.0)
211
- rexml (>= 3.2.5, < 4.0)
212
- rubocop-ast (>= 1.31.1, < 2.0)
226
+ regexp_parser (>= 2.9.3, < 3.0)
227
+ rubocop-ast (>= 1.47.1, < 2.0)
213
228
  ruby-progressbar (~> 1.7)
214
- unicode-display_width (>= 2.4.0, < 3.0)
215
- rubocop-ast (1.31.3)
216
- parser (>= 3.3.1.0)
217
- rubocop-capybara (2.20.0)
218
- rubocop (~> 1.41)
219
- rubocop-config-umbrellio (1.63.0.93)
220
- rubocop (~> 1.63.0)
221
- rubocop-performance (~> 1.21.0)
222
- rubocop-rails (~> 2.24.0)
223
- rubocop-rake (~> 0.6.0)
224
- rubocop-rspec (~> 2.29.0)
225
- rubocop-sequel (~> 0.3.3)
226
- rubocop-factory_bot (2.25.1)
227
- rubocop (~> 1.41)
228
- rubocop-performance (1.21.0)
229
- rubocop (>= 1.48.1, < 2.0)
230
- rubocop-ast (>= 1.31.1, < 2.0)
231
- rubocop-rails (2.24.1)
229
+ unicode-display_width (>= 2.4.0, < 4.0)
230
+ rubocop-ast (1.48.0)
231
+ parser (>= 3.3.7.2)
232
+ prism (~> 1.4)
233
+ rubocop-config-umbrellio (1.81.109)
234
+ rubocop (~> 1.81.0)
235
+ rubocop-factory_bot (~> 2.27.0)
236
+ rubocop-performance (~> 1.26.0)
237
+ rubocop-rails (~> 2.33.0)
238
+ rubocop-rake (~> 0.7.0)
239
+ rubocop-rspec (~> 3.7.0)
240
+ rubocop-sequel (~> 0.4.0)
241
+ rubocop-factory_bot (2.27.1)
242
+ lint_roller (~> 1.1)
243
+ rubocop (~> 1.72, >= 1.72.1)
244
+ rubocop-performance (1.26.1)
245
+ lint_roller (~> 1.1)
246
+ rubocop (>= 1.75.0, < 2.0)
247
+ rubocop-ast (>= 1.47.1, < 2.0)
248
+ rubocop-rails (2.33.4)
232
249
  activesupport (>= 4.2.0)
250
+ lint_roller (~> 1.1)
233
251
  rack (>= 1.1)
234
- rubocop (>= 1.33.0, < 2.0)
235
- rubocop-ast (>= 1.31.1, < 2.0)
236
- rubocop-rake (0.6.0)
237
- rubocop (~> 1.0)
238
- rubocop-rspec (2.29.2)
239
- rubocop (~> 1.40)
240
- rubocop-capybara (~> 2.17)
241
- rubocop-factory_bot (~> 2.22)
242
- rubocop-rspec_rails (~> 2.28)
243
- rubocop-rspec_rails (2.28.3)
244
- rubocop (~> 1.40)
245
- rubocop-sequel (0.3.4)
246
- rubocop (~> 1.0)
252
+ rubocop (>= 1.75.0, < 2.0)
253
+ rubocop-ast (>= 1.44.0, < 2.0)
254
+ rubocop-rake (0.7.1)
255
+ lint_roller (~> 1.1)
256
+ rubocop (>= 1.72.1)
257
+ rubocop-rspec (3.7.0)
258
+ lint_roller (~> 1.1)
259
+ rubocop (~> 1.72, >= 1.72.1)
260
+ rubocop-sequel (0.4.1)
261
+ lint_roller (~> 1.1)
262
+ rubocop (>= 1.72.1, < 2)
247
263
  ruby-progressbar (1.13.0)
248
- stringio (3.1.0)
249
- strscan (3.1.0)
250
- thor (1.3.1)
251
- timeout (0.4.1)
264
+ securerandom (0.4.1)
265
+ stringio (3.2.0)
266
+ thor (1.4.0)
267
+ timeout (0.6.0)
268
+ tsort (0.2.0)
252
269
  tzinfo (2.0.6)
253
270
  concurrent-ruby (~> 1.0)
254
- unicode-display_width (2.5.0)
255
- webrick (1.8.1)
256
- websocket-driver (0.7.6)
271
+ unicode-display_width (3.2.0)
272
+ unicode-emoji (~> 4.1)
273
+ unicode-emoji (4.2.0)
274
+ uri (1.1.1)
275
+ useragent (0.16.11)
276
+ websocket-driver (0.8.0)
277
+ base64
257
278
  websocket-extensions (>= 0.1.0)
258
279
  websocket-extensions (0.1.5)
259
- zeitwerk (2.6.14)
280
+ zeitwerk (2.7.4)
260
281
 
261
282
  PLATFORMS
262
- arm64-darwin-22
263
- arm64-darwin-23
264
- x86_64-darwin-20
265
- x86_64-darwin-21
283
+ arm64-darwin
284
+ x86_64-darwin
266
285
  x86_64-linux
267
286
 
268
287
  DEPENDENCIES
@@ -274,4 +293,4 @@ DEPENDENCIES
274
293
  rubocop-config-umbrellio
275
294
 
276
295
  BUNDLED WITH
277
- 2.5.5
296
+ 4.0.3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ConfigDefault
4
- VERSION = "0.3.2"
4
+ VERSION = "0.4.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: config_default
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stepan Kirushkin
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-23 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: activesupport
@@ -56,7 +55,6 @@ metadata:
56
55
  homepage_uri: https://github.com/skirushkin/config_default
57
56
  source_code_uri: https://github.com/skirushkin/config_default
58
57
  changelog_uri: https://github.com/skirushkin/config_default/blob/master/CHANGELOG.md
59
- post_install_message:
60
58
  rdoc_options: []
61
59
  require_paths:
62
60
  - lib
@@ -71,8 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
69
  - !ruby/object:Gem::Version
72
70
  version: '0'
73
71
  requirements: []
74
- rubygems_version: 3.5.9
75
- signing_key:
72
+ rubygems_version: 4.0.3
76
73
  specification_version: 4
77
74
  summary: A simple way to manage default and env configuration in Rails.
78
75
  test_files: []