seed_migrations 1.4.0 → 1.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 +4 -4
- data/README.md +1 -0
- data/lib/seed_migrations/version.rb +1 -1
- data/test/dummy/config/application.rb +2 -6
- data/test/dummy/log/test.log +453 -774
- data/test/dummy/tmp/development_secret.txt +1 -1
- data/test/test_helper.rb +1 -0
- metadata +32 -32
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
cdc227e2734ff838202abbc60e62a781d5dc1c18f5cb1a8fcd229347b9d9242ca38477ff4308871db2148a2d107f931b6709947670595b156582775ad26efc41
|
data/test/test_helper.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: seed_migrations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dustin Eversmann
|
8
8
|
- onrooby GmbH
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2022-02-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -17,20 +17,20 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - ">="
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 6
|
20
|
+
version: '6'
|
21
21
|
- - "<"
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: '
|
23
|
+
version: '8'
|
24
24
|
type: :runtime
|
25
25
|
prerelease: false
|
26
26
|
version_requirements: !ruby/object:Gem::Requirement
|
27
27
|
requirements:
|
28
28
|
- - ">="
|
29
29
|
- !ruby/object:Gem::Version
|
30
|
-
version: 6
|
30
|
+
version: '6'
|
31
31
|
- - "<"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
33
|
+
version: '8'
|
34
34
|
- !ruby/object:Gem::Dependency
|
35
35
|
name: sqlite3
|
36
36
|
requirement: !ruby/object:Gem::Requirement
|
@@ -106,7 +106,7 @@ files:
|
|
106
106
|
homepage: http://rubygems.org/gems/seed_migrations
|
107
107
|
licenses: []
|
108
108
|
metadata: {}
|
109
|
-
post_install_message:
|
109
|
+
post_install_message:
|
110
110
|
rdoc_options: []
|
111
111
|
require_paths:
|
112
112
|
- lib
|
@@ -121,49 +121,49 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
121
121
|
- !ruby/object:Gem::Version
|
122
122
|
version: '0'
|
123
123
|
requirements: []
|
124
|
-
rubygems_version: 3.
|
125
|
-
signing_key:
|
124
|
+
rubygems_version: 3.1.4
|
125
|
+
signing_key:
|
126
126
|
specification_version: 4
|
127
127
|
summary: Extension of seed behaviour for rails applications
|
128
128
|
test_files:
|
129
|
+
- test/dummy/app/models/plant.rb
|
130
|
+
- test/dummy/app/controllers/application_controller.rb
|
131
|
+
- test/dummy/app/views/layouts/application.html.erb
|
129
132
|
- test/dummy/app/assets/javascripts/application.js
|
130
133
|
- test/dummy/app/assets/stylesheets/application.css
|
131
|
-
- test/dummy/app/controllers/application_controller.rb
|
132
134
|
- test/dummy/app/helpers/application_helper.rb
|
133
|
-
- test/dummy/
|
134
|
-
- test/dummy/
|
135
|
-
- test/dummy/config/application.rb
|
136
|
-
- test/dummy/config/boot.rb
|
137
|
-
- test/dummy/config/database.yml
|
138
|
-
- test/dummy/config/environment.rb
|
139
|
-
- test/dummy/config/environments/development.rb
|
135
|
+
- test/dummy/config/routes.rb
|
136
|
+
- test/dummy/config/locales/en.yml
|
140
137
|
- test/dummy/config/environments/production.rb
|
138
|
+
- test/dummy/config/environments/development.rb
|
141
139
|
- test/dummy/config/environments/test.rb
|
140
|
+
- test/dummy/config/environment.rb
|
141
|
+
- test/dummy/config/application.rb
|
142
|
+
- test/dummy/config/database.yml
|
143
|
+
- test/dummy/config/boot.rb
|
142
144
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
143
|
-
- test/dummy/config/initializers/inflections.rb
|
144
145
|
- test/dummy/config/initializers/mime_types.rb
|
145
|
-
- test/dummy/config/initializers/secret_token.rb
|
146
146
|
- test/dummy/config/initializers/session_store.rb
|
147
147
|
- test/dummy/config/initializers/wrap_parameters.rb
|
148
|
-
- test/dummy/config/
|
149
|
-
- test/dummy/config/
|
148
|
+
- test/dummy/config/initializers/secret_token.rb
|
149
|
+
- test/dummy/config/initializers/inflections.rb
|
150
150
|
- test/dummy/config.ru
|
151
|
-
- test/dummy/
|
152
|
-
- test/dummy/
|
151
|
+
- test/dummy/script/rails
|
152
|
+
- test/dummy/Rakefile
|
153
|
+
- test/dummy/public/favicon.ico
|
154
|
+
- test/dummy/public/422.html
|
155
|
+
- test/dummy/public/500.html
|
156
|
+
- test/dummy/public/404.html
|
153
157
|
- test/dummy/db/schema.rb
|
158
|
+
- test/dummy/db/seed/20120604133722_add_one_more_plant_failing.rb
|
154
159
|
- test/dummy/db/seed/20120604133720_add_plant.rb
|
155
160
|
- test/dummy/db/seed/20120604133721_add_one_more_plant.rb
|
156
|
-
- test/dummy/db/seed/20120604133722_add_one_more_plant_failing.rb
|
157
161
|
- test/dummy/db/test.sqlite3
|
162
|
+
- test/dummy/db/migrate/20120604133203_create_plants.rb
|
163
|
+
- test/dummy/db/development.sqlite3
|
158
164
|
- test/dummy/log/test.log
|
159
|
-
- test/dummy/public/404.html
|
160
|
-
- test/dummy/public/422.html
|
161
|
-
- test/dummy/public/500.html
|
162
|
-
- test/dummy/public/favicon.ico
|
163
|
-
- test/dummy/Rakefile
|
164
|
-
- test/dummy/README.rdoc
|
165
|
-
- test/dummy/script/rails
|
166
165
|
- test/dummy/tmp/development_secret.txt
|
166
|
+
- test/dummy/README.rdoc
|
167
167
|
- test/seed_migration_generator_test.rb
|
168
168
|
- test/seed_migrations_test.rb
|
169
169
|
- test/test_helper.rb
|