nonschema_migrations 6.6 → 6.8

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.
@@ -0,0 +1,266 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ nonschema_migrations (6.6)
5
+ rails (~> 7.1, >= 7.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (7.1.0)
11
+ actionpack (= 7.1.0)
12
+ activesupport (= 7.1.0)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (>= 0.6.1)
15
+ zeitwerk (~> 2.6)
16
+ actionmailbox (7.1.0)
17
+ actionpack (= 7.1.0)
18
+ activejob (= 7.1.0)
19
+ activerecord (= 7.1.0)
20
+ activestorage (= 7.1.0)
21
+ activesupport (= 7.1.0)
22
+ mail (>= 2.7.1)
23
+ net-imap
24
+ net-pop
25
+ net-smtp
26
+ actionmailer (7.1.0)
27
+ actionpack (= 7.1.0)
28
+ actionview (= 7.1.0)
29
+ activejob (= 7.1.0)
30
+ activesupport (= 7.1.0)
31
+ mail (~> 2.5, >= 2.5.4)
32
+ net-imap
33
+ net-pop
34
+ net-smtp
35
+ rails-dom-testing (~> 2.2)
36
+ actionpack (7.1.0)
37
+ actionview (= 7.1.0)
38
+ activesupport (= 7.1.0)
39
+ nokogiri (>= 1.8.5)
40
+ rack (>= 2.2.4)
41
+ rack-session (>= 1.0.1)
42
+ rack-test (>= 0.6.3)
43
+ rails-dom-testing (~> 2.2)
44
+ rails-html-sanitizer (~> 1.6)
45
+ actiontext (7.1.0)
46
+ actionpack (= 7.1.0)
47
+ activerecord (= 7.1.0)
48
+ activestorage (= 7.1.0)
49
+ activesupport (= 7.1.0)
50
+ globalid (>= 0.6.0)
51
+ nokogiri (>= 1.8.5)
52
+ actionview (7.1.0)
53
+ activesupport (= 7.1.0)
54
+ builder (~> 3.1)
55
+ erubi (~> 1.11)
56
+ rails-dom-testing (~> 2.2)
57
+ rails-html-sanitizer (~> 1.6)
58
+ activejob (7.1.0)
59
+ activesupport (= 7.1.0)
60
+ globalid (>= 0.3.6)
61
+ activemodel (7.1.0)
62
+ activesupport (= 7.1.0)
63
+ activerecord (7.1.0)
64
+ activemodel (= 7.1.0)
65
+ activesupport (= 7.1.0)
66
+ timeout (>= 0.4.0)
67
+ activestorage (7.1.0)
68
+ actionpack (= 7.1.0)
69
+ activejob (= 7.1.0)
70
+ activerecord (= 7.1.0)
71
+ activesupport (= 7.1.0)
72
+ marcel (~> 1.0)
73
+ activesupport (7.1.0)
74
+ base64
75
+ bigdecimal
76
+ concurrent-ruby (~> 1.0, >= 1.0.2)
77
+ connection_pool (>= 2.2.5)
78
+ drb
79
+ i18n (>= 1.6, < 2)
80
+ minitest (>= 5.1)
81
+ mutex_m
82
+ tzinfo (~> 2.0)
83
+ appraisal (2.5.0)
84
+ bundler
85
+ rake
86
+ thor (>= 0.14.0)
87
+ base64 (0.2.0)
88
+ bigdecimal (3.1.5)
89
+ builder (3.2.4)
90
+ byebug (11.1.3)
91
+ coderay (1.1.3)
92
+ concurrent-ruby (1.2.2)
93
+ connection_pool (2.4.1)
94
+ crass (1.0.6)
95
+ date (3.3.4)
96
+ diff-lcs (1.5.0)
97
+ docile (1.4.0)
98
+ drb (2.2.0)
99
+ ruby2_keywords
100
+ erubi (1.12.0)
101
+ ffi (1.16.3)
102
+ formatador (1.1.0)
103
+ globalid (1.2.1)
104
+ activesupport (>= 6.1)
105
+ guard (2.18.1)
106
+ formatador (>= 0.2.4)
107
+ listen (>= 2.7, < 4.0)
108
+ lumberjack (>= 1.0.12, < 2.0)
109
+ nenv (~> 0.1)
110
+ notiffany (~> 0.0)
111
+ pry (>= 0.13.0)
112
+ shellany (~> 0.0)
113
+ thor (>= 0.18.1)
114
+ guard-compat (1.2.1)
115
+ guard-rspec (4.7.3)
116
+ guard (~> 2.1)
117
+ guard-compat (~> 1.1)
118
+ rspec (>= 2.99.0, < 4.0)
119
+ i18n (1.14.1)
120
+ concurrent-ruby (~> 1.0)
121
+ io-console (0.7.1)
122
+ irb (1.11.1)
123
+ rdoc
124
+ reline (>= 0.4.2)
125
+ listen (3.8.0)
126
+ rb-fsevent (~> 0.10, >= 0.10.3)
127
+ rb-inotify (~> 0.9, >= 0.9.10)
128
+ loofah (2.22.0)
129
+ crass (~> 1.0.2)
130
+ nokogiri (>= 1.12.0)
131
+ lumberjack (1.2.10)
132
+ mail (2.8.1)
133
+ mini_mime (>= 0.1.1)
134
+ net-imap
135
+ net-pop
136
+ net-smtp
137
+ marcel (1.0.2)
138
+ method_source (1.0.0)
139
+ mini_mime (1.1.5)
140
+ mini_portile2 (2.8.5)
141
+ minitest (5.20.0)
142
+ minitest-rg (5.3.0)
143
+ minitest (~> 5.0)
144
+ mocha (2.1.0)
145
+ ruby2_keywords (>= 0.0.5)
146
+ mutex_m (0.2.0)
147
+ nenv (0.3.0)
148
+ net-imap (0.4.9.1)
149
+ date
150
+ net-protocol
151
+ net-pop (0.1.2)
152
+ net-protocol
153
+ net-protocol (0.2.2)
154
+ timeout
155
+ net-smtp (0.4.0.1)
156
+ net-protocol
157
+ nio4r (2.7.0)
158
+ nokogiri (1.15.5)
159
+ mini_portile2 (~> 2.8.2)
160
+ racc (~> 1.4)
161
+ notiffany (0.1.3)
162
+ nenv (~> 0.1)
163
+ shellany (~> 0.0)
164
+ pry (0.14.2)
165
+ coderay (~> 1.1)
166
+ method_source (~> 1.0)
167
+ psych (5.1.2)
168
+ stringio
169
+ racc (1.7.3)
170
+ rack (3.0.8)
171
+ rack-session (2.0.0)
172
+ rack (>= 3.0.0)
173
+ rack-test (2.1.0)
174
+ rack (>= 1.3)
175
+ rackup (2.1.0)
176
+ rack (>= 3)
177
+ webrick (~> 1.8)
178
+ rails (7.1.0)
179
+ actioncable (= 7.1.0)
180
+ actionmailbox (= 7.1.0)
181
+ actionmailer (= 7.1.0)
182
+ actionpack (= 7.1.0)
183
+ actiontext (= 7.1.0)
184
+ actionview (= 7.1.0)
185
+ activejob (= 7.1.0)
186
+ activemodel (= 7.1.0)
187
+ activerecord (= 7.1.0)
188
+ activestorage (= 7.1.0)
189
+ activesupport (= 7.1.0)
190
+ bundler (>= 1.15.0)
191
+ railties (= 7.1.0)
192
+ rails-dom-testing (2.2.0)
193
+ activesupport (>= 5.0.0)
194
+ minitest
195
+ nokogiri (>= 1.6)
196
+ rails-html-sanitizer (1.6.0)
197
+ loofah (~> 2.21)
198
+ nokogiri (~> 1.14)
199
+ railties (7.1.0)
200
+ actionpack (= 7.1.0)
201
+ activesupport (= 7.1.0)
202
+ irb
203
+ rackup (>= 1.0.0)
204
+ rake (>= 12.2)
205
+ thor (~> 1.0, >= 1.2.2)
206
+ zeitwerk (~> 2.6)
207
+ rake (13.1.0)
208
+ rb-fsevent (0.11.2)
209
+ rb-inotify (0.10.1)
210
+ ffi (~> 1.0)
211
+ rdoc (6.6.2)
212
+ psych (>= 4.0.0)
213
+ reline (0.4.2)
214
+ io-console (~> 0.5)
215
+ rspec (3.12.0)
216
+ rspec-core (~> 3.12.0)
217
+ rspec-expectations (~> 3.12.0)
218
+ rspec-mocks (~> 3.12.0)
219
+ rspec-core (3.12.2)
220
+ rspec-support (~> 3.12.0)
221
+ rspec-expectations (3.12.3)
222
+ diff-lcs (>= 1.2.0, < 2.0)
223
+ rspec-support (~> 3.12.0)
224
+ rspec-mocks (3.12.6)
225
+ diff-lcs (>= 1.2.0, < 2.0)
226
+ rspec-support (~> 3.12.0)
227
+ rspec-support (3.12.1)
228
+ ruby2_keywords (0.0.5)
229
+ shellany (0.0.1)
230
+ simplecov (0.22.0)
231
+ docile (~> 1.1)
232
+ simplecov-html (~> 0.11)
233
+ simplecov_json_formatter (~> 0.1)
234
+ simplecov-html (0.12.3)
235
+ simplecov_json_formatter (0.1.4)
236
+ sqlite3 (1.7.0)
237
+ mini_portile2 (~> 2.8.0)
238
+ stringio (3.1.0)
239
+ thor (1.3.0)
240
+ timeout (0.4.1)
241
+ tzinfo (2.0.6)
242
+ concurrent-ruby (~> 1.0)
243
+ webrick (1.8.1)
244
+ websocket-driver (0.7.6)
245
+ websocket-extensions (>= 0.1.0)
246
+ websocket-extensions (0.1.5)
247
+ zeitwerk (2.6.12)
248
+
249
+ PLATFORMS
250
+ ruby
251
+
252
+ DEPENDENCIES
253
+ appraisal
254
+ byebug
255
+ guard
256
+ guard-rspec
257
+ minitest-rg
258
+ mocha
259
+ nonschema_migrations!
260
+ rails (= 7.1)
261
+ rake
262
+ simplecov
263
+ sqlite3
264
+
265
+ BUNDLED WITH
266
+ 2.4.22
@@ -1,3 +1,3 @@
1
1
  module NonSchemaMigrations
2
- VERSION = "6.6"
2
+ VERSION = "6.8"
3
3
  end
data/release-tasks.sh ADDED
@@ -0,0 +1,9 @@
1
+ # Step to execute
2
+ bundle exec rails db:migrate data:migrate
3
+ # check for a good exit
4
+ if [ 0 -ne 0 ]
5
+ then
6
+ puts '*** RELEASE COMMAND FAILED'
7
+ # something went wrong; convey that and exit
8
+ exit 1
9
+ fi
metadata CHANGED
@@ -1,35 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nonschema_migrations
3
3
  version: !ruby/object:Gem::Version
4
- version: '6.6'
4
+ version: '6.8'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Fleetwood-Boldt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-08 00:00:00.000000000 Z
11
+ date: 2025-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: '7.1'
20
17
  - - ">="
21
18
  - !ruby/object:Gem::Version
22
- version: '7.1'
19
+ version: '7.0'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '8.1'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - "~>"
28
- - !ruby/object:Gem::Version
29
- version: '7.1'
30
27
  - - ">="
31
28
  - !ruby/object:Gem::Version
32
- version: '7.1'
29
+ version: '7.0'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '8.1'
33
33
  description: Separate schema-only migrations from nonschema (data) migrations in your
34
34
  Rails app
35
35
  email: code@jasonfb.net
@@ -39,28 +39,20 @@ extra_rdoc_files: []
39
39
  files:
40
40
  - ".bundle/config"
41
41
  - ".github/FUNDING.yml"
42
+ - ".github/workflows/test.yml"
42
43
  - ".gitignore"
43
44
  - ".travis.yml"
44
45
  - Appraisals
46
+ - CONTRIBUTING.md
45
47
  - Gemfile
46
48
  - Gemfile.lock
47
49
  - LICENCE.md
50
+ - Procfile
48
51
  - README.md
49
52
  - Rakefile
50
53
  - gemfiles/.bundle/config
51
- - gemfiles/rails_4_0.gemfile
52
- - gemfiles/rails_4_0.gemfile.lock
53
- - gemfiles/rails_4_1.gemfile
54
- - gemfiles/rails_4_1.gemfile.lock
55
- - gemfiles/rails_4_2.gemfile
56
- - gemfiles/rails_4_2.gemfile.lock
57
- - gemfiles/rails_5_0.gemfile
58
- - gemfiles/rails_5_0.gemfile.lock
59
- - gemfiles/rails_5_1.gemfile
60
- - gemfiles/rails_5_1.gemfile.lock
61
- - gemfiles/rails_5_2.gemfile
62
- - gemfiles/rails_5_2.gemfile.lock
63
- - gemfiles/rails_6_0.gemfile
54
+ - gemfiles/rails_7_1.gemfile
55
+ - gemfiles/rails_7_1.gemfile.lock
64
56
  - lib/active_record/data_migration.rb
65
57
  - lib/active_record/data_tasks.rb
66
58
  - lib/generators/data_migration_generator.rb
@@ -72,6 +64,7 @@ files:
72
64
  - lib/nonschema_migrations/version.rb
73
65
  - lib/nonschema_migrator.rb
74
66
  - lib/tasks/data.rb
67
+ - release-tasks.sh
75
68
  homepage: https://github.com/jasonfb/nonschema_migrations
76
69
  licenses:
77
70
  - MIT
@@ -98,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
91
  - !ruby/object:Gem::Version
99
92
  version: '0'
100
93
  requirements: []
101
- rubygems_version: 3.4.10
94
+ rubygems_version: 3.5.7
102
95
  signing_key:
103
96
  specification_version: 4
104
97
  summary: Nonschema(data-only) migrations for your Rails app
@@ -1,22 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "appraisal"
6
- gem "guard"
7
- gem "guard-rspec"
8
- gem "rake"
9
- gem "byebug", platform: :mri_21
10
- gem "sqlite3"
11
- gem "mysql2"
12
- gem "mocha"
13
- gem "rails", "4.0.10"
14
- gem "minitest-rg"
15
- gem "minitest-rails", "~> 1.0"
16
- gem "nondestructive_migrations", "1.1"
17
-
18
- group :test do
19
- gem "simplecov", require: false
20
- end
21
-
22
- gemspec path: "../"
File without changes
@@ -1,21 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "appraisal"
6
- gem "guard"
7
- gem "guard-rspec"
8
- gem "rake"
9
- gem "byebug", platform: :mri_21
10
- gem "sqlite3"
11
- gem "mysql2"
12
- gem "mocha"
13
- gem "rails", "4.1.6"
14
- gem "minitest-rg"
15
- gem "minitest"
16
-
17
- group :test do
18
- gem "simplecov", require: false
19
- end
20
-
21
- gemspec path: "../"
@@ -1,164 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- nondestructive_migrations (1.1)
5
- activerecord (>= 4.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actionmailer (4.1.6)
11
- actionpack (= 4.1.6)
12
- actionview (= 4.1.6)
13
- mail (~> 2.5, >= 2.5.4)
14
- actionpack (4.1.6)
15
- actionview (= 4.1.6)
16
- activesupport (= 4.1.6)
17
- rack (~> 1.5.2)
18
- rack-test (~> 0.6.2)
19
- actionview (4.1.6)
20
- activesupport (= 4.1.6)
21
- builder (~> 3.1)
22
- erubis (~> 2.7.0)
23
- activemodel (4.1.6)
24
- activesupport (= 4.1.6)
25
- builder (~> 3.1)
26
- activerecord (4.1.6)
27
- activemodel (= 4.1.6)
28
- activesupport (= 4.1.6)
29
- arel (~> 5.0.0)
30
- activesupport (4.1.6)
31
- i18n (~> 0.6, >= 0.6.9)
32
- json (~> 1.7, >= 1.7.7)
33
- minitest (~> 5.1)
34
- thread_safe (~> 0.1)
35
- tzinfo (~> 1.1)
36
- appraisal (1.0.2)
37
- bundler
38
- rake
39
- thor (>= 0.14.0)
40
- arel (5.0.1.20140414130214)
41
- builder (3.2.2)
42
- byebug (3.5.1)
43
- columnize (~> 0.8)
44
- debugger-linecache (~> 1.2)
45
- slop (~> 3.6)
46
- celluloid (0.16.0)
47
- timers (~> 4.0.0)
48
- coderay (1.1.0)
49
- columnize (0.8.9)
50
- debugger-linecache (1.2.0)
51
- diff-lcs (1.2.5)
52
- docile (1.1.5)
53
- erubis (2.7.0)
54
- ffi (1.9.5)
55
- formatador (0.2.5)
56
- guard (2.6.1)
57
- formatador (>= 0.2.4)
58
- listen (~> 2.7)
59
- lumberjack (~> 1.0)
60
- pry (>= 0.9.12)
61
- thor (>= 0.18.1)
62
- guard-rspec (4.3.1)
63
- guard (~> 2.1)
64
- rspec (>= 2.14, < 4.0)
65
- hike (1.2.3)
66
- hitimes (1.2.2)
67
- i18n (0.6.11)
68
- json (1.8.1)
69
- listen (2.7.11)
70
- celluloid (>= 0.15.2)
71
- rb-fsevent (>= 0.9.3)
72
- rb-inotify (>= 0.9)
73
- lumberjack (1.0.9)
74
- mail (2.6.1)
75
- mime-types (>= 1.16, < 3)
76
- metaclass (0.0.4)
77
- method_source (0.8.2)
78
- mime-types (2.4.1)
79
- minitest (5.4.2)
80
- minitest-rg (5.1.0)
81
- minitest (~> 5.0)
82
- mocha (1.1.0)
83
- metaclass (~> 0.0.1)
84
- multi_json (1.10.1)
85
- mysql2 (0.3.16)
86
- pry (0.10.1)
87
- coderay (~> 1.1.0)
88
- method_source (~> 0.8.1)
89
- slop (~> 3.4)
90
- rack (1.5.2)
91
- rack-test (0.6.2)
92
- rack (>= 1.0)
93
- rails (4.1.6)
94
- actionmailer (= 4.1.6)
95
- actionpack (= 4.1.6)
96
- actionview (= 4.1.6)
97
- activemodel (= 4.1.6)
98
- activerecord (= 4.1.6)
99
- activesupport (= 4.1.6)
100
- bundler (>= 1.3.0, < 2.0)
101
- railties (= 4.1.6)
102
- sprockets-rails (~> 2.0)
103
- railties (4.1.6)
104
- actionpack (= 4.1.6)
105
- activesupport (= 4.1.6)
106
- rake (>= 0.8.7)
107
- thor (>= 0.18.1, < 2.0)
108
- rake (10.3.2)
109
- rb-fsevent (0.9.4)
110
- rb-inotify (0.9.5)
111
- ffi (>= 0.5.0)
112
- rspec (3.1.0)
113
- rspec-core (~> 3.1.0)
114
- rspec-expectations (~> 3.1.0)
115
- rspec-mocks (~> 3.1.0)
116
- rspec-core (3.1.5)
117
- rspec-support (~> 3.1.0)
118
- rspec-expectations (3.1.2)
119
- diff-lcs (>= 1.2.0, < 2.0)
120
- rspec-support (~> 3.1.0)
121
- rspec-mocks (3.1.2)
122
- rspec-support (~> 3.1.0)
123
- rspec-support (3.1.1)
124
- simplecov (0.9.1)
125
- docile (~> 1.1.0)
126
- multi_json (~> 1.0)
127
- simplecov-html (~> 0.8.0)
128
- simplecov-html (0.8.0)
129
- slop (3.6.0)
130
- sprockets (2.12.2)
131
- hike (~> 1.2)
132
- multi_json (~> 1.0)
133
- rack (~> 1.0)
134
- tilt (~> 1.1, != 1.3.0)
135
- sprockets-rails (2.2.0)
136
- actionpack (>= 3.0)
137
- activesupport (>= 3.0)
138
- sprockets (>= 2.8, < 4.0)
139
- sqlite3 (1.3.9)
140
- thor (0.19.1)
141
- thread_safe (0.3.4)
142
- tilt (1.4.1)
143
- timers (4.0.1)
144
- hitimes
145
- tzinfo (1.2.2)
146
- thread_safe (~> 0.1)
147
-
148
- PLATFORMS
149
- ruby
150
-
151
- DEPENDENCIES
152
- appraisal
153
- byebug
154
- guard
155
- guard-rspec
156
- minitest
157
- minitest-rg
158
- mocha
159
- mysql2
160
- nondestructive_migrations!
161
- rails (= 4.1.6)
162
- rake
163
- simplecov
164
- sqlite3
@@ -1,21 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "appraisal"
6
- gem "guard"
7
- gem "guard-rspec"
8
- gem "rake"
9
- gem "byebug", platform: :mri_21
10
- gem "sqlite3"
11
- gem "mysql2"
12
- gem "mocha"
13
- gem "rails", "4.2.0"
14
- gem "minitest-rg"
15
- gem "minitest"
16
-
17
- group :test do
18
- gem "simplecov", require: false
19
- end
20
-
21
- gemspec path: "../"