config_default 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ee450c0ba68badbd9918f55242afccc8c61368591c3f430cc42fc6ddc84d3ad
4
- data.tar.gz: a6d5aa218bdf39fd65a6b19c223b196e5358327aaf7011529c31673b236a8cd2
3
+ metadata.gz: 175dc5b4b199aaf4aae09af5ca3da95703a3a25d9699937cb0bd3b9a1c72868b
4
+ data.tar.gz: 11d65678fb73c61e856e71daf8e760e6437d12b0bb20008408354d91564adaf4
5
5
  SHA512:
6
- metadata.gz: be3a0b8ce4621dad804e5d767d9da31170c35044712caf503320d584b25fd1430c3fa6e7140f3a02a6cc161370dfa3397d306e2bdb00d73ab6c73a7fa7da2383
7
- data.tar.gz: b17ceb5c71b2c2dc054ced8496392cebcf9846ff72961ee1b3df2872f27cfed2ef1e2ca099b38e51ec036f3102a9eea5f512a61cd34382698f14709298e8b84c
6
+ metadata.gz: 1669e9cacd6e5dfd35d0adf2f7b86bde90a607fab534b99c227f83d35d1dd89ca1b55c403bd721dc79262dcc35dd769d8e464227e71a74045a9a81dd3fe4cc6f
7
+ data.tar.gz: 7014315c985528650a0b930a761664fe59c33dca909409456d5133470790635139aeabe4e6e7e9f4800328e4ab2a02df29a40ebe8fe3e4eff358315ed9632bf8
@@ -1,4 +1,4 @@
1
- name: Test
1
+ name: CI
2
2
 
3
3
  on:
4
4
  push:
@@ -24,7 +24,7 @@ jobs:
24
24
 
25
25
  strategy:
26
26
  matrix:
27
- ruby: [2.7, 3.0, 3.1, 3.2]
27
+ ruby: [3.0, 3.1, 3.2]
28
28
 
29
29
  steps:
30
30
  - uses: actions/checkout@v2
@@ -34,3 +34,20 @@ jobs:
34
34
  bundler-cache: true
35
35
  - name: Run rspec
36
36
  run: bundle exec rspec
37
+
38
+ release:
39
+ runs-on: ubuntu-latest
40
+
41
+ environment: release
42
+
43
+ if: github.event_name == 'push' && github.ref == 'refs/heads/master'
44
+
45
+ steps:
46
+ - uses: actions/checkout@v3
47
+
48
+ - name: Release Gem
49
+ uses: skirushkin/publish-rubygems-action@main
50
+ env:
51
+ RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}}
52
+ GIT_EMAIL: stepan.kirushkin@gmail.com
53
+ GIT_NAME: Stepan Kirushkin
data/Gemfile.lock CHANGED
@@ -1,76 +1,77 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- config_default (0.3.0)
4
+ config_default (0.3.1)
5
5
  activesupport (>= 6)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (7.1.1)
11
- actionpack (= 7.1.1)
12
- activesupport (= 7.1.1)
10
+ actioncable (7.1.3)
11
+ actionpack (= 7.1.3)
12
+ activesupport (= 7.1.3)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (>= 0.6.1)
15
15
  zeitwerk (~> 2.6)
16
- actionmailbox (7.1.1)
17
- actionpack (= 7.1.1)
18
- activejob (= 7.1.1)
19
- activerecord (= 7.1.1)
20
- activestorage (= 7.1.1)
21
- activesupport (= 7.1.1)
16
+ actionmailbox (7.1.3)
17
+ actionpack (= 7.1.3)
18
+ activejob (= 7.1.3)
19
+ activerecord (= 7.1.3)
20
+ activestorage (= 7.1.3)
21
+ activesupport (= 7.1.3)
22
22
  mail (>= 2.7.1)
23
23
  net-imap
24
24
  net-pop
25
25
  net-smtp
26
- actionmailer (7.1.1)
27
- actionpack (= 7.1.1)
28
- actionview (= 7.1.1)
29
- activejob (= 7.1.1)
30
- activesupport (= 7.1.1)
26
+ actionmailer (7.1.3)
27
+ actionpack (= 7.1.3)
28
+ actionview (= 7.1.3)
29
+ activejob (= 7.1.3)
30
+ activesupport (= 7.1.3)
31
31
  mail (~> 2.5, >= 2.5.4)
32
32
  net-imap
33
33
  net-pop
34
34
  net-smtp
35
35
  rails-dom-testing (~> 2.2)
36
- actionpack (7.1.1)
37
- actionview (= 7.1.1)
38
- activesupport (= 7.1.1)
36
+ actionpack (7.1.3)
37
+ actionview (= 7.1.3)
38
+ activesupport (= 7.1.3)
39
39
  nokogiri (>= 1.8.5)
40
+ racc
40
41
  rack (>= 2.2.4)
41
42
  rack-session (>= 1.0.1)
42
43
  rack-test (>= 0.6.3)
43
44
  rails-dom-testing (~> 2.2)
44
45
  rails-html-sanitizer (~> 1.6)
45
- actiontext (7.1.1)
46
- actionpack (= 7.1.1)
47
- activerecord (= 7.1.1)
48
- activestorage (= 7.1.1)
49
- activesupport (= 7.1.1)
46
+ actiontext (7.1.3)
47
+ actionpack (= 7.1.3)
48
+ activerecord (= 7.1.3)
49
+ activestorage (= 7.1.3)
50
+ activesupport (= 7.1.3)
50
51
  globalid (>= 0.6.0)
51
52
  nokogiri (>= 1.8.5)
52
- actionview (7.1.1)
53
- activesupport (= 7.1.1)
53
+ actionview (7.1.3)
54
+ activesupport (= 7.1.3)
54
55
  builder (~> 3.1)
55
56
  erubi (~> 1.11)
56
57
  rails-dom-testing (~> 2.2)
57
58
  rails-html-sanitizer (~> 1.6)
58
- activejob (7.1.1)
59
- activesupport (= 7.1.1)
59
+ activejob (7.1.3)
60
+ activesupport (= 7.1.3)
60
61
  globalid (>= 0.3.6)
61
- activemodel (7.1.1)
62
- activesupport (= 7.1.1)
63
- activerecord (7.1.1)
64
- activemodel (= 7.1.1)
65
- activesupport (= 7.1.1)
62
+ activemodel (7.1.3)
63
+ activesupport (= 7.1.3)
64
+ activerecord (7.1.3)
65
+ activemodel (= 7.1.3)
66
+ activesupport (= 7.1.3)
66
67
  timeout (>= 0.4.0)
67
- activestorage (7.1.1)
68
- actionpack (= 7.1.1)
69
- activejob (= 7.1.1)
70
- activerecord (= 7.1.1)
71
- activesupport (= 7.1.1)
68
+ activestorage (7.1.3)
69
+ actionpack (= 7.1.3)
70
+ activejob (= 7.1.3)
71
+ activerecord (= 7.1.3)
72
+ activesupport (= 7.1.3)
72
73
  marcel (~> 1.0)
73
- activesupport (7.1.1)
74
+ activesupport (7.1.3)
74
75
  base64
75
76
  bigdecimal
76
77
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -81,28 +82,28 @@ GEM
81
82
  mutex_m
82
83
  tzinfo (~> 2.0)
83
84
  ast (2.4.2)
84
- base64 (0.1.1)
85
- bigdecimal (3.1.4)
85
+ base64 (0.2.0)
86
+ bigdecimal (3.1.6)
86
87
  builder (3.2.4)
87
88
  coderay (1.1.3)
88
- concurrent-ruby (1.2.2)
89
+ concurrent-ruby (1.2.3)
89
90
  connection_pool (2.4.1)
90
91
  crass (1.0.6)
91
- date (3.3.3)
92
- diff-lcs (1.5.0)
93
- drb (2.1.1)
92
+ date (3.3.4)
93
+ diff-lcs (1.5.1)
94
+ drb (2.2.0)
94
95
  ruby2_keywords
95
96
  erubi (1.12.0)
96
97
  globalid (1.2.1)
97
98
  activesupport (>= 6.1)
98
99
  i18n (1.14.1)
99
100
  concurrent-ruby (~> 1.0)
100
- io-console (0.6.0)
101
- irb (1.8.3)
101
+ io-console (0.7.2)
102
+ irb (1.11.1)
102
103
  rdoc
103
- reline (>= 0.3.8)
104
- json (2.6.3)
105
- loofah (2.21.4)
104
+ reline (>= 0.4.2)
105
+ json (2.7.1)
106
+ loofah (2.22.0)
106
107
  crass (~> 1.0.2)
107
108
  nokogiri (>= 1.12.0)
108
109
  mail (2.8.1)
@@ -113,35 +114,35 @@ GEM
113
114
  marcel (1.0.2)
114
115
  method_source (1.0.0)
115
116
  mini_mime (1.1.5)
116
- minitest (5.20.0)
117
- mutex_m (0.1.2)
118
- net-imap (0.4.3)
117
+ minitest (5.22.0)
118
+ mutex_m (0.2.0)
119
+ net-imap (0.4.10)
119
120
  date
120
121
  net-protocol
121
122
  net-pop (0.1.2)
122
123
  net-protocol
123
- net-protocol (0.2.1)
124
+ net-protocol (0.2.2)
124
125
  timeout
125
- net-smtp (0.4.0)
126
+ net-smtp (0.4.0.1)
126
127
  net-protocol
127
- nio4r (2.5.9)
128
- nokogiri (1.15.4-arm64-darwin)
128
+ nio4r (2.7.0)
129
+ nokogiri (1.16.2-arm64-darwin)
129
130
  racc (~> 1.4)
130
- nokogiri (1.15.4-x86_64-darwin)
131
+ nokogiri (1.16.2-x86_64-darwin)
131
132
  racc (~> 1.4)
132
- nokogiri (1.15.4-x86_64-linux)
133
+ nokogiri (1.16.2-x86_64-linux)
133
134
  racc (~> 1.4)
134
- parallel (1.23.0)
135
- parser (3.2.2.4)
135
+ parallel (1.24.0)
136
+ parser (3.3.0.5)
136
137
  ast (~> 2.4.1)
137
138
  racc
138
139
  pry (0.14.2)
139
140
  coderay (~> 1.1)
140
141
  method_source (~> 1.0)
141
- psych (5.1.1.1)
142
+ psych (5.1.2)
142
143
  stringio
143
- racc (1.7.1)
144
- rack (3.0.8)
144
+ racc (1.7.3)
145
+ rack (3.0.9)
145
146
  rack-session (2.0.0)
146
147
  rack (>= 3.0.0)
147
148
  rack-test (2.1.0)
@@ -149,20 +150,20 @@ GEM
149
150
  rackup (2.1.0)
150
151
  rack (>= 3)
151
152
  webrick (~> 1.8)
152
- rails (7.1.1)
153
- actioncable (= 7.1.1)
154
- actionmailbox (= 7.1.1)
155
- actionmailer (= 7.1.1)
156
- actionpack (= 7.1.1)
157
- actiontext (= 7.1.1)
158
- actionview (= 7.1.1)
159
- activejob (= 7.1.1)
160
- activemodel (= 7.1.1)
161
- activerecord (= 7.1.1)
162
- activestorage (= 7.1.1)
163
- activesupport (= 7.1.1)
153
+ rails (7.1.3)
154
+ actioncable (= 7.1.3)
155
+ actionmailbox (= 7.1.3)
156
+ actionmailer (= 7.1.3)
157
+ actionpack (= 7.1.3)
158
+ actiontext (= 7.1.3)
159
+ actionview (= 7.1.3)
160
+ activejob (= 7.1.3)
161
+ activemodel (= 7.1.3)
162
+ activerecord (= 7.1.3)
163
+ activestorage (= 7.1.3)
164
+ activesupport (= 7.1.3)
164
165
  bundler (>= 1.15.0)
165
- railties (= 7.1.1)
166
+ railties (= 7.1.3)
166
167
  rails-dom-testing (2.2.0)
167
168
  activesupport (>= 5.0.0)
168
169
  minitest
@@ -170,9 +171,9 @@ GEM
170
171
  rails-html-sanitizer (1.6.0)
171
172
  loofah (~> 2.21)
172
173
  nokogiri (~> 1.14)
173
- railties (7.1.1)
174
- actionpack (= 7.1.1)
175
- activesupport (= 7.1.1)
174
+ railties (7.1.3)
175
+ actionpack (= 7.1.3)
176
+ activesupport (= 7.1.3)
176
177
  irb
177
178
  rackup (>= 1.0.0)
178
179
  rake (>= 12.2)
@@ -180,25 +181,25 @@ GEM
180
181
  zeitwerk (~> 2.6)
181
182
  rainbow (3.1.1)
182
183
  rake (13.1.0)
183
- rdoc (6.5.0)
184
+ rdoc (6.6.2)
184
185
  psych (>= 4.0.0)
185
- regexp_parser (2.8.2)
186
- reline (0.3.9)
186
+ regexp_parser (2.9.0)
187
+ reline (0.4.2)
187
188
  io-console (~> 0.5)
188
189
  rexml (3.2.6)
189
- rspec (3.12.0)
190
- rspec-core (~> 3.12.0)
191
- rspec-expectations (~> 3.12.0)
192
- rspec-mocks (~> 3.12.0)
193
- rspec-core (3.12.2)
194
- rspec-support (~> 3.12.0)
195
- rspec-expectations (3.12.3)
190
+ rspec (3.13.0)
191
+ rspec-core (~> 3.13.0)
192
+ rspec-expectations (~> 3.13.0)
193
+ rspec-mocks (~> 3.13.0)
194
+ rspec-core (3.13.0)
195
+ rspec-support (~> 3.13.0)
196
+ rspec-expectations (3.13.0)
196
197
  diff-lcs (>= 1.2.0, < 2.0)
197
- rspec-support (~> 3.12.0)
198
- rspec-mocks (3.12.6)
198
+ rspec-support (~> 3.13.0)
199
+ rspec-mocks (3.13.0)
199
200
  diff-lcs (>= 1.2.0, < 2.0)
200
- rspec-support (~> 3.12.0)
201
- rspec-support (3.12.1)
201
+ rspec-support (~> 3.13.0)
202
+ rspec-support (3.13.0)
202
203
  rubocop (1.50.2)
203
204
  json (~> 2.3)
204
205
  parallel (~> 1.10)
@@ -211,7 +212,7 @@ GEM
211
212
  unicode-display_width (>= 2.4.0, < 3.0)
212
213
  rubocop-ast (1.30.0)
213
214
  parser (>= 3.2.1.0)
214
- rubocop-capybara (2.19.0)
215
+ rubocop-capybara (2.20.0)
215
216
  rubocop (~> 1.41)
216
217
  rubocop-config-umbrellio (1.50.0.85)
217
218
  rubocop (~> 1.50.0)
@@ -236,9 +237,9 @@ GEM
236
237
  rubocop (~> 1.0)
237
238
  ruby-progressbar (1.13.0)
238
239
  ruby2_keywords (0.0.5)
239
- stringio (3.0.8)
240
+ stringio (3.1.0)
240
241
  thor (1.3.0)
241
- timeout (0.4.0)
242
+ timeout (0.4.1)
242
243
  tzinfo (2.0.6)
243
244
  concurrent-ruby (~> 1.0)
244
245
  unicode-display_width (2.5.0)
@@ -246,7 +247,7 @@ GEM
246
247
  websocket-driver (0.7.6)
247
248
  websocket-extensions (>= 0.1.0)
248
249
  websocket-extensions (0.1.5)
249
- zeitwerk (2.6.12)
250
+ zeitwerk (2.6.13)
250
251
 
251
252
  PLATFORMS
252
253
  arm64-darwin-22
@@ -263,4 +264,4 @@ DEPENDENCIES
263
264
  rubocop-config-umbrellio
264
265
 
265
266
  BUNDLED WITH
266
- 2.4.19
267
+ 2.5.5
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ConfigDefault
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: config_default
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stepan Kirushkin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-31 00:00:00.000000000 Z
11
+ date: 2024-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -33,7 +33,7 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - ".github/workflows/main.yml"
36
+ - ".github/workflows/ci.yml"
37
37
  - ".gitignore"
38
38
  - ".rubocop.yml"
39
39
  - CHANGELOG.md
@@ -71,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  - !ruby/object:Gem::Version
72
72
  version: '0'
73
73
  requirements: []
74
- rubygems_version: 3.4.19
74
+ rubygems_version: 3.5.3
75
75
  signing_key:
76
76
  specification_version: 4
77
77
  summary: A simple way to manage default and env configuration in Rails.