cable_ready 5.0.0.pre6 → 5.0.0.pre7

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cable_ready
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0.pre6
4
+ version: 5.0.0.pre7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Hopkins
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-14 00:00:00.000000000 Z
11
+ date: 2021-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -150,7 +150,7 @@ dependencies:
150
150
  - - ">="
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0'
153
- description:
153
+ description:
154
154
  email:
155
155
  - natehop@gmail.com
156
156
  executables: []
@@ -177,6 +177,7 @@ files:
177
177
  - bin/loc
178
178
  - bin/setup
179
179
  - bin/standardize
180
+ - cable_ready.gemspec
180
181
  - lib/cable_ready.rb
181
182
  - lib/cable_ready/broadcaster.rb
182
183
  - lib/cable_ready/cable_car.rb
@@ -193,6 +194,7 @@ files:
193
194
  - lib/generators/cable_ready/helpers_generator.rb
194
195
  - lib/generators/cable_ready/initializer_generator.rb
195
196
  - lib/generators/cable_ready/templates/config/initializers/cable_ready.rb
197
+ - package.json
196
198
  - test/dummy/app/channels/application_cable/channel.rb
197
199
  - test/dummy/app/channels/application_cable/connection.rb
198
200
  - test/dummy/app/controllers/application_controller.rb
@@ -246,11 +248,12 @@ files:
246
248
  - test/lib/generators/cable_ready/channel_generator_test.rb
247
249
  - test/support/generator_test_helpers.rb
248
250
  - test/test_helper.rb
251
+ - yarn.lock
249
252
  homepage: https://github.com/stimulusreflex/cable_ready
250
253
  licenses:
251
254
  - MIT
252
255
  metadata: {}
253
- post_install_message:
256
+ post_install_message:
254
257
  rdoc_options: []
255
258
  require_paths:
256
259
  - lib
@@ -265,61 +268,61 @@ required_rubygems_version: !ruby/object:Gem::Requirement
265
268
  - !ruby/object:Gem::Version
266
269
  version: 1.3.1
267
270
  requirements: []
268
- rubygems_version: 3.1.6
269
- signing_key:
271
+ rubygems_version: 3.2.3
272
+ signing_key:
270
273
  specification_version: 4
271
274
  summary: Out-of-Band Server Triggered DOM Operations
272
275
  test_files:
273
- - test/dummy/db/migrate/20210904093607_create_sections.rb
274
- - test/dummy/db/migrate/20210913191759_add_team_reference_to_users.rb
275
- - test/dummy/db/migrate/20210904081930_create_topics.rb
276
- - test/dummy/db/migrate/20210913191735_create_teams.rb
277
- - test/dummy/db/migrate/20210902154153_create_posts.rb
278
- - test/dummy/db/migrate/20210902154139_create_users.rb
279
- - test/dummy/db/schema.rb
280
- - test/dummy/config/environment.rb
281
- - test/dummy/config/routes.rb
282
- - test/dummy/config/application.rb
283
- - test/dummy/config/initializers/mime_types.rb
284
- - test/dummy/config/initializers/content_security_policy.rb
285
- - test/dummy/config/initializers/backtrace_silencers.rb
286
- - test/dummy/config/initializers/permissions_policy.rb
287
- - test/dummy/config/initializers/wrap_parameters.rb
288
- - test/dummy/config/initializers/assets.rb
289
- - test/dummy/config/initializers/inflections.rb
290
- - test/dummy/config/initializers/filter_parameter_logging.rb
291
- - test/dummy/config/initializers/cookies_serializer.rb
292
- - test/dummy/config/initializers/application_controller_renderer.rb
293
- - test/dummy/config/initializers/cable_ready.rb
294
- - test/dummy/config/boot.rb
295
- - test/dummy/config/puma.rb
296
- - test/dummy/config/environments/test.rb
297
- - test/dummy/config/environments/production.rb
298
- - test/dummy/config/environments/development.rb
299
276
  - test/dummy/app/channels/application_cable/channel.rb
300
277
  - test/dummy/app/channels/application_cable/connection.rb
301
- - test/dummy/app/jobs/application_job.rb
302
- - test/dummy/app/helpers/application_helper.rb
303
278
  - test/dummy/app/controllers/application_controller.rb
304
- - test/dummy/app/models/user.rb
305
- - test/dummy/app/models/section.rb
279
+ - test/dummy/app/helpers/application_helper.rb
280
+ - test/dummy/app/jobs/application_job.rb
281
+ - test/dummy/app/mailers/application_mailer.rb
282
+ - test/dummy/app/models/application_record.rb
283
+ - test/dummy/app/models/global_idable_entity.rb
306
284
  - test/dummy/app/models/post.rb
285
+ - test/dummy/app/models/section.rb
307
286
  - test/dummy/app/models/team.rb
308
287
  - test/dummy/app/models/topic.rb
309
- - test/dummy/app/models/application_record.rb
310
- - test/dummy/app/models/global_idable_entity.rb
311
- - test/dummy/app/mailers/application_mailer.rb
312
- - test/dummy/test/models/section_test.rb
288
+ - test/dummy/app/models/user.rb
289
+ - test/dummy/config/application.rb
290
+ - test/dummy/config/boot.rb
291
+ - test/dummy/config/environment.rb
292
+ - test/dummy/config/environments/development.rb
293
+ - test/dummy/config/environments/production.rb
294
+ - test/dummy/config/environments/test.rb
295
+ - test/dummy/config/initializers/application_controller_renderer.rb
296
+ - test/dummy/config/initializers/assets.rb
297
+ - test/dummy/config/initializers/backtrace_silencers.rb
298
+ - test/dummy/config/initializers/cable_ready.rb
299
+ - test/dummy/config/initializers/content_security_policy.rb
300
+ - test/dummy/config/initializers/cookies_serializer.rb
301
+ - test/dummy/config/initializers/filter_parameter_logging.rb
302
+ - test/dummy/config/initializers/inflections.rb
303
+ - test/dummy/config/initializers/mime_types.rb
304
+ - test/dummy/config/initializers/permissions_policy.rb
305
+ - test/dummy/config/initializers/wrap_parameters.rb
306
+ - test/dummy/config/puma.rb
307
+ - test/dummy/config/routes.rb
308
+ - test/dummy/db/migrate/20210902154139_create_users.rb
309
+ - test/dummy/db/migrate/20210902154153_create_posts.rb
310
+ - test/dummy/db/migrate/20210904081930_create_topics.rb
311
+ - test/dummy/db/migrate/20210904093607_create_sections.rb
312
+ - test/dummy/db/migrate/20210913191735_create_teams.rb
313
+ - test/dummy/db/migrate/20210913191759_add_team_reference_to_users.rb
314
+ - test/dummy/db/schema.rb
313
315
  - test/dummy/test/models/post_test.rb
314
- - test/dummy/test/models/user_test.rb
316
+ - test/dummy/test/models/section_test.rb
315
317
  - test/dummy/test/models/team_test.rb
316
318
  - test/dummy/test/models/topic_test.rb
317
- - test/support/generator_test_helpers.rb
318
- - test/lib/generators/cable_ready/channel_generator_test.rb
319
+ - test/dummy/test/models/user_test.rb
319
320
  - test/lib/cable_ready/cable_car_test.rb
321
+ - test/lib/cable_ready/compoundable_test.rb
320
322
  - test/lib/cable_ready/helper_test.rb
321
323
  - test/lib/cable_ready/identifiable_test.rb
322
- - test/lib/cable_ready/compoundable_test.rb
323
324
  - test/lib/cable_ready/operation_builder_test.rb
324
325
  - test/lib/cable_ready/updatable_test.rb
326
+ - test/lib/generators/cable_ready/channel_generator_test.rb
327
+ - test/support/generator_test_helpers.rb
325
328
  - test/test_helper.rb