germinator 2.1.0 → 2.1.1
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/lib/germinator/version.rb +1 -1
- metadata +34 -34
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 75563abdb8327439512b10474e52a0e89bf0fe1d5524912195ca9a244d5dfa1b
|
4
|
+
data.tar.gz: e91b7c5103cc350ec69f978b052787e0efe4eac922d70d5292ec3786471e03db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f072a972bc494617d74d343efc028db20919738393f5e35bdb217d96f9d4aed03ebb52e4f6e3daf5b2ef18b58e70f49908c05fa226be016d0d4cef085ca19575
|
7
|
+
data.tar.gz: 3ce05c1c93d164464e7bd4abcb0221c0146e708fb18195fe059f39bc6249b52b0020cfe5a00f19e935589180e341e9d8f83e55d438475d1b08f899fd30c8cbba
|
data/lib/germinator/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: germinator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wowza Media Systems
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionview
|
@@ -52,7 +52,7 @@ description: Rails allows incremental database migrations, but only provides a s
|
|
52
52
|
to run particular seeds, which helps protect data in sensitive environments (e.g.
|
53
53
|
Production).
|
54
54
|
email:
|
55
|
-
- platform+
|
55
|
+
- platform+rubygems@wowza.com
|
56
56
|
executables: []
|
57
57
|
extensions: []
|
58
58
|
extra_rdoc_files: []
|
@@ -113,7 +113,7 @@ homepage: http://www.wowza.com
|
|
113
113
|
licenses:
|
114
114
|
- MIT
|
115
115
|
metadata: {}
|
116
|
-
post_install_message:
|
116
|
+
post_install_message:
|
117
117
|
rdoc_options: []
|
118
118
|
require_paths:
|
119
119
|
- lib
|
@@ -129,42 +129,42 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
129
129
|
version: '0'
|
130
130
|
requirements: []
|
131
131
|
rubygems_version: 3.1.6
|
132
|
-
signing_key:
|
132
|
+
signing_key:
|
133
133
|
specification_version: 4
|
134
134
|
summary: Adds the ability to generate and execute sequential/incremental seed files.
|
135
135
|
test_files:
|
136
|
-
- test/
|
137
|
-
- test/
|
138
|
-
- test/dummy/
|
139
|
-
- test/dummy/
|
140
|
-
- test/dummy/
|
141
|
-
- test/dummy/
|
142
|
-
- test/dummy/
|
143
|
-
- test/dummy/
|
136
|
+
- test/test_helper.rb
|
137
|
+
- test/germinator_test.rb
|
138
|
+
- test/dummy/Rakefile
|
139
|
+
- test/dummy/public/500.html
|
140
|
+
- test/dummy/public/favicon.ico
|
141
|
+
- test/dummy/public/422.html
|
142
|
+
- test/dummy/public/404.html
|
143
|
+
- test/dummy/README.rdoc
|
144
|
+
- test/dummy/config/application.rb
|
144
145
|
- test/dummy/config/secrets.yml
|
146
|
+
- test/dummy/config/initializers/inflections.rb
|
147
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
148
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
149
|
+
- test/dummy/config/initializers/assets.rb
|
150
|
+
- test/dummy/config/initializers/session_store.rb
|
151
|
+
- test/dummy/config/initializers/mime_types.rb
|
152
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
153
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
145
154
|
- test/dummy/config/routes.rb
|
146
|
-
- test/dummy/config/
|
155
|
+
- test/dummy/config/environments/test.rb
|
147
156
|
- test/dummy/config/environments/production.rb
|
148
157
|
- test/dummy/config/environments/development.rb
|
149
|
-
- test/dummy/config/environments/test.rb
|
150
158
|
- test/dummy/config/environment.rb
|
151
|
-
- test/dummy/config/application.rb
|
152
|
-
- test/dummy/config/database.yml
|
153
159
|
- test/dummy/config/boot.rb
|
154
|
-
- test/dummy/config/
|
155
|
-
- test/dummy/config/
|
156
|
-
- test/dummy/
|
157
|
-
- test/dummy/
|
158
|
-
- test/dummy/
|
159
|
-
- test/dummy/
|
160
|
-
- test/dummy/
|
161
|
-
- test/dummy/
|
160
|
+
- test/dummy/config/database.yml
|
161
|
+
- test/dummy/config/locales/en.yml
|
162
|
+
- test/dummy/bin/bundle
|
163
|
+
- test/dummy/bin/rake
|
164
|
+
- test/dummy/bin/rails
|
165
|
+
- test/dummy/app/controllers/application_controller.rb
|
166
|
+
- test/dummy/app/assets/javascripts/application.js
|
167
|
+
- test/dummy/app/assets/stylesheets/application.css
|
168
|
+
- test/dummy/app/views/layouts/application.html.erb
|
169
|
+
- test/dummy/app/helpers/application_helper.rb
|
162
170
|
- test/dummy/config.ru
|
163
|
-
- test/dummy/Rakefile
|
164
|
-
- test/dummy/public/favicon.ico
|
165
|
-
- test/dummy/public/422.html
|
166
|
-
- test/dummy/public/500.html
|
167
|
-
- test/dummy/public/404.html
|
168
|
-
- test/dummy/README.rdoc
|
169
|
-
- test/germinator_test.rb
|
170
|
-
- test/test_helper.rb
|