edgestitch 0.4.0 → 0.5.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: e652616f7c5a52b0eaaac4fb67a2529ae1b62512d44673d87f4770002ffe89d8
4
- data.tar.gz: ed110218b891340f64f270d8cee9e8bda731518e86f308316ccac97b575fdec9
3
+ metadata.gz: 0b040192b09e4b218e0b7b8e6badce78ae4cf14c71cad6c0fa7d845bd6df0b2d
4
+ data.tar.gz: a4558d5a996d5b733e1f79a11e02b1dd966bd3a6e5ac391eeb91b426198ff241
5
5
  SHA512:
6
- metadata.gz: 60d57d68cd2f3c75f25f1383f1a8759b387f624088ff87f0dc5b8a1c9f417633be1c08af6727b6b939070d954da92ee6eafd69cafde26097a512503dcab8fe69
7
- data.tar.gz: c6db98b1240f661a96447cc1d315cf284e8e416e2585c2dccf2d9fe12311531a92165c49abba3c78aaa1fc8755150a9d372df675be60b02186e40b940458299c
6
+ metadata.gz: a648e6415fda065eed2bf2ceae65dee2e75e6c1965d99cd28fa81ffd106e6f1173c399681a00c23d33566d18ef9946c78923558807515b2d0c90ecba03f1bfed
7
+ data.tar.gz: fcdc7791f33e38f1564a74de0988fce9ec119ffc029bc90318fd42af0b9eebffdf655ab1fe3fce91c6f6473ffca706d70b41e9ae084e71b3a455e7d2594bbfe5
data/.rubocop.yml CHANGED
@@ -1,6 +1,31 @@
1
1
  require:
2
2
  - rubocop-powerhome
3
3
 
4
+ Rails/SchemaComment:
5
+ Enabled: false
6
+
7
+ Rails/ActionFilter:
8
+ Enabled: false
9
+
10
+ Rails/ActionOrder:
11
+ Enabled: false
12
+
13
+ Rails/FilePath:
14
+ Enabled: false
15
+
16
+ Rails/EnvironmentVariableAccess:
17
+ Exclude:
18
+ - 'spec/**/*'
19
+
20
+ Rails/HelperInstanceVariable:
21
+ Exclude:
22
+ - 'lib/edgestitch/**/*'
23
+
24
+ Performance/ChainArrayAllocation:
25
+ Exclude:
26
+ - 'lib/edgestitch/exporter.rb'
27
+ - 'lib/edgestitch/mysql/dump.rb'
28
+
4
29
  Style/FrozenStringLiteralComment:
5
30
  Exclude:
6
31
  - 'gemfiles/*'
data/Appraisals CHANGED
@@ -5,9 +5,13 @@ appraise "rails-6-0" do
5
5
  end
6
6
 
7
7
  appraise "rails-6-1" do
8
- gem "rails", "6.1.7.4"
8
+ gem "rails", "6.1.7.7"
9
9
  end
10
10
 
11
11
  appraise "rails-7-0" do
12
- gem "rails", "7.0.6"
12
+ gem "rails", "7.0.8.1"
13
+ end
14
+
15
+ appraise "rails-7-1" do
16
+ gem "rails", "7.1.3.3"
13
17
  end
data/Gemfile CHANGED
@@ -4,4 +4,6 @@ source "https://rubygems.org"
4
4
 
5
5
  gemspec
6
6
 
7
+ gem "net-imap", "< 0.5.0"
7
8
  gem "rubocop-powerhome", path: "../rubocop-powerhome"
9
+ gem "zeitwerk", "< 2.7.0"
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ../rubocop-powerhome
3
3
  specs:
4
- rubocop-powerhome (0.5.2)
5
- rubocop (~> 1.52.0)
4
+ rubocop-powerhome (0.5.5)
5
+ rubocop (= 1.74.0)
6
6
  rubocop-performance
7
7
  rubocop-rails
8
8
  rubocop-rake
@@ -11,101 +11,106 @@ PATH
11
11
  PATH
12
12
  remote: .
13
13
  specs:
14
- edgestitch (0.4.0)
14
+ edgestitch (0.5.0)
15
15
 
16
16
  GEM
17
17
  remote: https://rubygems.org/
18
18
  specs:
19
- actioncable (7.0.8)
20
- actionpack (= 7.0.8)
21
- activesupport (= 7.0.8)
19
+ actioncable (7.0.8.7)
20
+ actionpack (= 7.0.8.7)
21
+ activesupport (= 7.0.8.7)
22
22
  nio4r (~> 2.0)
23
23
  websocket-driver (>= 0.6.1)
24
- actionmailbox (7.0.8)
25
- actionpack (= 7.0.8)
26
- activejob (= 7.0.8)
27
- activerecord (= 7.0.8)
28
- activestorage (= 7.0.8)
29
- activesupport (= 7.0.8)
24
+ actionmailbox (7.0.8.7)
25
+ actionpack (= 7.0.8.7)
26
+ activejob (= 7.0.8.7)
27
+ activerecord (= 7.0.8.7)
28
+ activestorage (= 7.0.8.7)
29
+ activesupport (= 7.0.8.7)
30
30
  mail (>= 2.7.1)
31
31
  net-imap
32
32
  net-pop
33
33
  net-smtp
34
- actionmailer (7.0.8)
35
- actionpack (= 7.0.8)
36
- actionview (= 7.0.8)
37
- activejob (= 7.0.8)
38
- activesupport (= 7.0.8)
34
+ actionmailer (7.0.8.7)
35
+ actionpack (= 7.0.8.7)
36
+ actionview (= 7.0.8.7)
37
+ activejob (= 7.0.8.7)
38
+ activesupport (= 7.0.8.7)
39
39
  mail (~> 2.5, >= 2.5.4)
40
40
  net-imap
41
41
  net-pop
42
42
  net-smtp
43
43
  rails-dom-testing (~> 2.0)
44
- actionpack (7.0.8)
45
- actionview (= 7.0.8)
46
- activesupport (= 7.0.8)
44
+ actionpack (7.0.8.7)
45
+ actionview (= 7.0.8.7)
46
+ activesupport (= 7.0.8.7)
47
47
  rack (~> 2.0, >= 2.2.4)
48
48
  rack-test (>= 0.6.3)
49
49
  rails-dom-testing (~> 2.0)
50
50
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
51
- actiontext (7.0.8)
52
- actionpack (= 7.0.8)
53
- activerecord (= 7.0.8)
54
- activestorage (= 7.0.8)
55
- activesupport (= 7.0.8)
51
+ actiontext (7.0.8.7)
52
+ actionpack (= 7.0.8.7)
53
+ activerecord (= 7.0.8.7)
54
+ activestorage (= 7.0.8.7)
55
+ activesupport (= 7.0.8.7)
56
56
  globalid (>= 0.6.0)
57
57
  nokogiri (>= 1.8.5)
58
- actionview (7.0.8)
59
- activesupport (= 7.0.8)
58
+ actionview (7.0.8.7)
59
+ activesupport (= 7.0.8.7)
60
60
  builder (~> 3.1)
61
61
  erubi (~> 1.4)
62
62
  rails-dom-testing (~> 2.0)
63
63
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
64
- activejob (7.0.8)
65
- activesupport (= 7.0.8)
64
+ activejob (7.0.8.7)
65
+ activesupport (= 7.0.8.7)
66
66
  globalid (>= 0.3.6)
67
- activemodel (7.0.8)
68
- activesupport (= 7.0.8)
69
- activerecord (7.0.8)
70
- activemodel (= 7.0.8)
71
- activesupport (= 7.0.8)
72
- activestorage (7.0.8)
73
- actionpack (= 7.0.8)
74
- activejob (= 7.0.8)
75
- activerecord (= 7.0.8)
76
- activesupport (= 7.0.8)
67
+ activemodel (7.0.8.7)
68
+ activesupport (= 7.0.8.7)
69
+ activerecord (7.0.8.7)
70
+ activemodel (= 7.0.8.7)
71
+ activesupport (= 7.0.8.7)
72
+ activestorage (7.0.8.7)
73
+ actionpack (= 7.0.8.7)
74
+ activejob (= 7.0.8.7)
75
+ activerecord (= 7.0.8.7)
76
+ activesupport (= 7.0.8.7)
77
77
  marcel (~> 1.0)
78
78
  mini_mime (>= 1.1.0)
79
- activesupport (7.0.8)
79
+ activesupport (7.0.8.7)
80
80
  concurrent-ruby (~> 1.0, >= 1.0.2)
81
81
  i18n (>= 1.6, < 2)
82
82
  minitest (>= 5.1)
83
83
  tzinfo (~> 2.0)
84
- appraisal (2.4.1)
84
+ appraisal (2.5.0)
85
85
  bundler
86
86
  rake
87
87
  thor (>= 0.14.0)
88
88
  ast (2.4.2)
89
- builder (3.2.4)
90
- concurrent-ruby (1.2.2)
89
+ base64 (0.2.0)
90
+ builder (3.3.0)
91
+ concurrent-ruby (1.3.5)
91
92
  crass (1.0.6)
92
- date (3.3.4)
93
- diff-lcs (1.5.0)
93
+ csv (3.3.2)
94
+ date (3.4.1)
95
+ diff-lcs (1.5.1)
94
96
  docile (1.1.5)
95
- erubi (1.12.0)
97
+ erubi (1.13.1)
96
98
  globalid (1.2.1)
97
99
  activesupport (>= 6.1)
98
- i18n (1.14.1)
100
+ i18n (1.14.7)
99
101
  concurrent-ruby (~> 1.0)
100
- json (2.7.1)
101
- license_finder (7.1.0)
102
+ json (2.9.1)
103
+ language_server-protocol (3.17.0.3)
104
+ license_finder (7.2.1)
102
105
  bundler
106
+ csv (~> 3.2)
103
107
  rubyzip (>= 1, < 3)
104
108
  thor (~> 1.2)
105
109
  tomlrb (>= 1.3, < 2.1)
106
110
  with_env (= 1.1.0)
107
111
  xml-simple (~> 1.1.9)
108
- loofah (2.22.0)
112
+ lint_roller (1.1.0)
113
+ loofah (2.24.0)
109
114
  crass (~> 1.0.2)
110
115
  nokogiri (>= 1.12.0)
111
116
  mail (2.8.1)
@@ -113,77 +118,81 @@ GEM
113
118
  net-imap
114
119
  net-pop
115
120
  net-smtp
116
- marcel (1.0.2)
117
- method_source (1.0.0)
121
+ marcel (1.0.4)
122
+ method_source (1.1.0)
118
123
  mini_mime (1.1.5)
119
- minitest (5.20.0)
124
+ mini_portile2 (2.8.8)
125
+ minitest (5.25.4)
120
126
  mysql2 (0.5.5)
121
- net-imap (0.4.9.1)
127
+ net-imap (0.4.18)
122
128
  date
123
129
  net-protocol
124
130
  net-pop (0.1.2)
125
131
  net-protocol
126
132
  net-protocol (0.2.2)
127
133
  timeout
128
- net-smtp (0.4.0.1)
134
+ net-smtp (0.5.0)
129
135
  net-protocol
130
- nio4r (2.7.0)
131
- nokogiri (1.16.0-arm64-darwin)
136
+ nio4r (2.7.4)
137
+ nokogiri (1.18.2)
138
+ mini_portile2 (~> 2.8.2)
132
139
  racc (~> 1.4)
133
- nokogiri (1.16.0-x86_64-linux)
140
+ nokogiri (1.18.2-arm64-darwin)
134
141
  racc (~> 1.4)
135
- parallel (1.24.0)
136
- parser (3.3.0.2)
142
+ nokogiri (1.18.2-x86_64-linux-gnu)
143
+ racc (~> 1.4)
144
+ parallel (1.26.3)
145
+ parser (3.3.7.0)
137
146
  ast (~> 2.4.1)
138
147
  racc
139
- racc (1.7.3)
140
- rack (2.2.8)
141
- rack-test (2.1.0)
148
+ racc (1.8.1)
149
+ rack (2.2.10)
150
+ rack-test (2.2.0)
142
151
  rack (>= 1.3)
143
- rails (7.0.8)
144
- actioncable (= 7.0.8)
145
- actionmailbox (= 7.0.8)
146
- actionmailer (= 7.0.8)
147
- actionpack (= 7.0.8)
148
- actiontext (= 7.0.8)
149
- actionview (= 7.0.8)
150
- activejob (= 7.0.8)
151
- activemodel (= 7.0.8)
152
- activerecord (= 7.0.8)
153
- activestorage (= 7.0.8)
154
- activesupport (= 7.0.8)
152
+ rails (7.0.8.7)
153
+ actioncable (= 7.0.8.7)
154
+ actionmailbox (= 7.0.8.7)
155
+ actionmailer (= 7.0.8.7)
156
+ actionpack (= 7.0.8.7)
157
+ actiontext (= 7.0.8.7)
158
+ actionview (= 7.0.8.7)
159
+ activejob (= 7.0.8.7)
160
+ activemodel (= 7.0.8.7)
161
+ activerecord (= 7.0.8.7)
162
+ activestorage (= 7.0.8.7)
163
+ activesupport (= 7.0.8.7)
155
164
  bundler (>= 1.15.0)
156
- railties (= 7.0.8)
165
+ railties (= 7.0.8.7)
157
166
  rails-dom-testing (2.2.0)
158
167
  activesupport (>= 5.0.0)
159
168
  minitest
160
169
  nokogiri (>= 1.6)
161
- rails-html-sanitizer (1.6.0)
170
+ rails-html-sanitizer (1.6.2)
162
171
  loofah (~> 2.21)
163
- nokogiri (~> 1.14)
164
- railties (7.0.8)
165
- actionpack (= 7.0.8)
166
- activesupport (= 7.0.8)
172
+ 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)
173
+ railties (7.0.8.7)
174
+ actionpack (= 7.0.8.7)
175
+ activesupport (= 7.0.8.7)
167
176
  method_source
168
177
  rake (>= 12.2)
169
178
  thor (~> 1.0)
170
179
  zeitwerk (~> 2.5)
171
180
  rainbow (3.1.1)
172
- rake (13.1.0)
173
- regexp_parser (2.9.0)
174
- rexml (3.2.6)
175
- rspec (3.12.0)
176
- rspec-core (~> 3.12.0)
177
- rspec-expectations (~> 3.12.0)
178
- rspec-mocks (~> 3.12.0)
179
- rspec-core (3.12.2)
180
- rspec-support (~> 3.12.0)
181
- rspec-expectations (3.12.3)
181
+ rake (13.2.1)
182
+ regexp_parser (2.10.0)
183
+ rexml (3.4.0)
184
+ rspec (3.13.0)
185
+ rspec-core (~> 3.13.0)
186
+ rspec-expectations (~> 3.13.0)
187
+ rspec-mocks (~> 3.13.0)
188
+ rspec-core (3.13.2)
189
+ rspec-support (~> 3.13.0)
190
+ rspec-expectations (3.13.3)
182
191
  diff-lcs (>= 1.2.0, < 2.0)
183
- rspec-support (~> 3.12.0)
184
- rspec-mocks (3.12.6)
192
+ rspec-support (~> 3.13.0)
193
+ rspec-mocks (3.13.2)
185
194
  diff-lcs (>= 1.2.0, < 2.0)
186
- rspec-support (~> 3.12.0)
195
+ rspec-support (~> 3.13.0)
187
196
  rspec-rails (5.1.2)
188
197
  actionpack (>= 5.2)
189
198
  activesupport (>= 5.2)
@@ -192,76 +201,75 @@ GEM
192
201
  rspec-expectations (~> 3.10)
193
202
  rspec-mocks (~> 3.10)
194
203
  rspec-support (~> 3.10)
195
- rspec-support (3.12.1)
196
- rubocop (1.52.1)
204
+ rspec-support (3.13.2)
205
+ rubocop (1.74.0)
197
206
  json (~> 2.3)
207
+ language_server-protocol (~> 3.17.0.2)
208
+ lint_roller (~> 1.1.0)
198
209
  parallel (~> 1.10)
199
- parser (>= 3.2.2.3)
210
+ parser (>= 3.3.0.2)
200
211
  rainbow (>= 2.2.2, < 4.0)
201
- regexp_parser (>= 1.8, < 3.0)
202
- rexml (>= 3.2.5, < 4.0)
203
- rubocop-ast (>= 1.28.0, < 2.0)
212
+ regexp_parser (>= 2.9.3, < 3.0)
213
+ rubocop-ast (>= 1.38.0, < 2.0)
204
214
  ruby-progressbar (~> 1.7)
205
- unicode-display_width (>= 2.4.0, < 3.0)
206
- rubocop-ast (1.30.0)
207
- parser (>= 3.2.1.0)
208
- rubocop-capybara (2.20.0)
209
- rubocop (~> 1.41)
210
- rubocop-factory_bot (2.25.0)
211
- rubocop (~> 1.33)
212
- rubocop-performance (1.20.1)
215
+ unicode-display_width (>= 2.4.0, < 4.0)
216
+ rubocop-ast (1.39.0)
217
+ parser (>= 3.3.1.0)
218
+ rubocop-performance (1.23.1)
213
219
  rubocop (>= 1.48.1, < 2.0)
214
- rubocop-ast (>= 1.30.0, < 2.0)
215
- rubocop-rails (2.23.1)
220
+ rubocop-ast (>= 1.31.1, < 2.0)
221
+ rubocop-rails (2.29.1)
216
222
  activesupport (>= 4.2.0)
217
223
  rack (>= 1.1)
218
- rubocop (>= 1.33.0, < 2.0)
219
- rubocop-ast (>= 1.30.0, < 2.0)
224
+ rubocop (>= 1.52.0, < 2.0)
225
+ rubocop-ast (>= 1.31.1, < 2.0)
220
226
  rubocop-rake (0.6.0)
221
227
  rubocop (~> 1.0)
222
- rubocop-rspec (2.26.1)
223
- rubocop (~> 1.40)
224
- rubocop-capybara (~> 2.17)
225
- rubocop-factory_bot (~> 2.22)
228
+ rubocop-rspec (3.4.0)
229
+ rubocop (~> 1.61)
226
230
  ruby-progressbar (1.13.0)
227
- rubyzip (2.3.2)
231
+ rubyzip (2.4.1)
228
232
  simplecov (0.15.1)
229
233
  docile (~> 1.1.0)
230
234
  json (>= 1.8, < 3)
231
235
  simplecov-html (~> 0.10.0)
232
236
  simplecov-html (0.10.2)
233
- thor (1.3.0)
234
- timeout (0.4.1)
237
+ thor (1.3.2)
238
+ timeout (0.4.3)
235
239
  tomlrb (2.0.3)
236
240
  tzinfo (2.0.6)
237
241
  concurrent-ruby (~> 1.0)
238
- unicode-display_width (2.5.0)
239
- websocket-driver (0.7.6)
242
+ unicode-display_width (2.6.0)
243
+ websocket-driver (0.7.7)
244
+ base64
240
245
  websocket-extensions (>= 0.1.0)
241
246
  websocket-extensions (0.1.5)
242
247
  with_env (1.1.0)
243
248
  xml-simple (1.1.9)
244
249
  rexml
245
250
  yard (0.9.21)
246
- zeitwerk (2.6.12)
251
+ zeitwerk (2.6.18)
247
252
 
248
253
  PLATFORMS
249
254
  arm64-darwin-22
255
+ ruby
250
256
  x86_64-linux
251
257
 
252
258
  DEPENDENCIES
253
- appraisal (~> 2.4.1)
259
+ appraisal (~> 2.5.0)
254
260
  bundler (~> 2.1)
255
261
  edgestitch!
256
262
  license_finder (>= 7.0)
257
263
  mysql2 (= 0.5.5)
258
- rails (>= 6.0.6.1, < 7.1)
264
+ net-imap (< 0.5.0)
265
+ rails (>= 6.0.6.1, < 7.2)
259
266
  rake (~> 13.0)
260
267
  rspec (~> 3.0)
261
268
  rspec-rails (~> 5.1.2)
262
269
  rubocop-powerhome!
263
270
  simplecov (= 0.15.1)
264
271
  yard (= 0.9.21)
272
+ zeitwerk (< 2.7.0)
265
273
 
266
274
  BUNDLED WITH
267
- 2.3.26
275
+ 2.5.23
data/Rakefile CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  # frozen_string_literal: true
4
4
 
5
+ require "logger"
5
6
  require "bundler/setup"
6
7
  Bundler::GemHelper.install_tasks
7
8
 
data/docs/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.5.0] - 2025-08-14
2
+
3
+ - Add enhance configuration for Edgestitch railtie [#355](https://github.com/powerhome/power-tools/pull/355)
4
+
1
5
  ## [0.4.0] - 2023-01-25
2
6
 
3
7
  - Minimize merge conflcits on structure-self.sql [#240](https://github.com/powerhome/power-tools/pull/240)
data/edgestitch.gemspec CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  "stitched into a single structure.sql file by the umbrella application."
13
13
  spec.homepage = "https://github.com/powerhome/power-tools"
14
14
  spec.license = "MIT"
15
- spec.required_ruby_version = ">= 2.7"
15
+ spec.required_ruby_version = ">= 3.0"
16
16
 
17
17
  spec.metadata["rubygems_mfa_required"] = "true"
18
18
  spec.metadata["homepage_uri"] = spec.homepage
@@ -30,11 +30,11 @@ Gem::Specification.new do |spec|
30
30
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
31
31
  spec.require_paths = ["lib"]
32
32
 
33
- spec.add_development_dependency "appraisal", "~> 2.4.1"
33
+ spec.add_development_dependency "appraisal", "~> 2.5.0"
34
34
  spec.add_development_dependency "bundler", "~> 2.1"
35
35
  spec.add_development_dependency "license_finder", ">= 7.0"
36
36
  spec.add_development_dependency "mysql2", "0.5.5"
37
- spec.add_development_dependency "rails", ">= 6.0.6.1", "< 7.1"
37
+ spec.add_development_dependency "rails", ">= 6.0.6.1", "< 7.2"
38
38
  spec.add_development_dependency "rake", "~> 13.0"
39
39
  spec.add_development_dependency "rspec", "~> 3.0"
40
40
  spec.add_development_dependency "rspec-rails", "~> 5.1.2"
@@ -2,7 +2,9 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
+ gem "net-imap", "< 0.5.0"
5
6
  gem "rubocop-powerhome", path: "../../rubocop-powerhome"
7
+ gem "zeitwerk", "< 2.7.0"
6
8
  gem "rails", "6.0.6.1"
7
9
 
8
10
  gemspec path: "../"