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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/germinator/version.rb +1 -1
  3. metadata +34 -34
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c77e37d8984e4bd117b9aeee7ce37ff6489a893a6555fd9bdb693651f3d9f52
4
- data.tar.gz: 1315177e453cb595934962910f474d2afe1e0e7f00f1f0735b8e8394578a58fc
3
+ metadata.gz: 75563abdb8327439512b10474e52a0e89bf0fe1d5524912195ca9a244d5dfa1b
4
+ data.tar.gz: e91b7c5103cc350ec69f978b052787e0efe4eac922d70d5292ec3786471e03db
5
5
  SHA512:
6
- metadata.gz: d6fd1783842c26f8fa48dafd6e630ac56e37184187f4cc1ec80604443911a20b761c0f28ebb52e5c957121bb527a9e195c89064262e519a73ac16223b956b7d3
7
- data.tar.gz: 216ba005a4b57b2a9ec1898316e66e512a6d4ee68c83a07c08a4c6d12f3e17689f1949ad035cd10f39afa393e471aff9787ee3b4398db9a3d7f178d0897e82dd
6
+ metadata.gz: f072a972bc494617d74d343efc028db20919738393f5e35bdb217d96f9d4aed03ebb52e4f6e3daf5b2ef18b58e70f49908c05fa226be016d0d4cef085ca19575
7
+ data.tar.gz: 3ce05c1c93d164464e7bd4abcb0221c0146e708fb18195fe059f39bc6249b52b0020cfe5a00f19e935589180e341e9d8f83e55d438475d1b08f899fd30c8cbba
@@ -1,5 +1,5 @@
1
1
  module Germinator
2
- VERSION="2.1.0"
2
+ VERSION="2.1.1"
3
3
 
4
4
  # Default table name in the database.
5
5
  VERSION_1_TABLE_NAME = "germinator_migrations"
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.0
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-03-05 00:00:00.000000000 Z
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+rubygem@wowza.com
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/dummy/app/controllers/application_controller.rb
137
- - test/dummy/app/views/layouts/application.html.erb
138
- - test/dummy/app/assets/javascripts/application.js
139
- - test/dummy/app/assets/stylesheets/application.css
140
- - test/dummy/app/helpers/application_helper.rb
141
- - test/dummy/bin/rake
142
- - test/dummy/bin/bundle
143
- - test/dummy/bin/rails
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/locales/en.yml
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/initializers/backtrace_silencers.rb
155
- - test/dummy/config/initializers/mime_types.rb
156
- - test/dummy/config/initializers/filter_parameter_logging.rb
157
- - test/dummy/config/initializers/session_store.rb
158
- - test/dummy/config/initializers/wrap_parameters.rb
159
- - test/dummy/config/initializers/assets.rb
160
- - test/dummy/config/initializers/cookies_serializer.rb
161
- - test/dummy/config/initializers/inflections.rb
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