meta_notification 0.0.6 → 0.0.7

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: meta_notification
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shobhit Dixit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-28 00:00:00.000000000 Z
11
+ date: 2016-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -265,91 +265,91 @@ required_rubygems_version: !ruby/object:Gem::Requirement
265
265
  version: '0'
266
266
  requirements: []
267
267
  rubyforge_project:
268
- rubygems_version: 2.4.6
268
+ rubygems_version: 2.4.8
269
269
  signing_key:
270
270
  specification_version: 4
271
271
  summary: Summary of MetaNotification.
272
272
  test_files:
273
- - spec/rails_helper.rb
274
- - spec/models/meta_notification/notification_spec.rb
275
- - spec/models/meta_notification/notification_template_spec.rb
276
- - spec/models/meta_notification/user_notification_spec.rb
277
- - spec/models/meta_notification/user_notification_setting_spec.rb
278
- - spec/models/meta_notification/notification_type_spec.rb
279
- - spec/models/meta_notification/notification_setting_spec.rb
280
- - spec/controllers/meta_notification/api/v1/notification_types_controller_spec.rb
281
- - spec/controllers/meta_notification/api/v1/notification_settings_controller_spec.rb
282
- - spec/controllers/meta_notification/api/v1/user_notifications_controller_spec.rb
283
- - spec/controllers/meta_notification/api/v1/notification_templates_controller_spec.rb
284
273
  - spec/controllers/meta_notification/api/v1/notifications_controller_spec.rb
274
+ - spec/controllers/meta_notification/api/v1/notification_templates_controller_spec.rb
275
+ - spec/controllers/meta_notification/api/v1/user_notifications_controller_spec.rb
276
+ - spec/controllers/meta_notification/api/v1/notification_types_controller_spec.rb
285
277
  - spec/controllers/meta_notification/api/v1/user_notification_settings_controller_spec.rb
286
- - spec/spec_helper.rb
287
- - spec/views/meta_notification/api/v1/notification_types/destroy.html.erb_spec.rb
288
- - spec/views/meta_notification/api/v1/notification_types/create.html.erb_spec.rb
289
- - spec/views/meta_notification/api/v1/notification_types/show.html.erb_spec.rb
290
- - spec/views/meta_notification/api/v1/notification_types/index.html.erb_spec.rb
291
- - spec/views/meta_notification/api/v1/notification_types/update.html.erb_spec.rb
292
- - spec/views/meta_notification/api/v1/notification_settings/destroy.html.erb_spec.rb
293
- - spec/views/meta_notification/api/v1/notification_settings/create.html.erb_spec.rb
294
- - spec/views/meta_notification/api/v1/notification_settings/show.html.erb_spec.rb
295
- - spec/views/meta_notification/api/v1/notification_settings/index.html.erb_spec.rb
296
- - spec/views/meta_notification/api/v1/notification_settings/update.html.erb_spec.rb
297
- - spec/views/meta_notification/api/v1/user_notifications/destroy.html.erb_spec.rb
298
- - spec/views/meta_notification/api/v1/user_notifications/create.html.erb_spec.rb
299
- - spec/views/meta_notification/api/v1/user_notifications/show.html.erb_spec.rb
300
- - spec/views/meta_notification/api/v1/user_notifications/index.html.erb_spec.rb
301
- - spec/views/meta_notification/api/v1/user_notifications/update.html.erb_spec.rb
302
- - spec/views/meta_notification/api/v1/user_notification_settings/destroy.html.erb_spec.rb
303
- - spec/views/meta_notification/api/v1/user_notification_settings/create.html.erb_spec.rb
304
- - spec/views/meta_notification/api/v1/user_notification_settings/show.html.erb_spec.rb
305
- - spec/views/meta_notification/api/v1/user_notification_settings/index.html.erb_spec.rb
306
- - spec/views/meta_notification/api/v1/user_notification_settings/update.html.erb_spec.rb
307
- - spec/views/meta_notification/api/v1/notification_templates/destroy.html.erb_spec.rb
308
- - spec/views/meta_notification/api/v1/notification_templates/create.html.erb_spec.rb
309
- - spec/views/meta_notification/api/v1/notification_templates/show.html.erb_spec.rb
310
- - spec/views/meta_notification/api/v1/notification_templates/index.html.erb_spec.rb
311
- - spec/views/meta_notification/api/v1/notification_templates/update.html.erb_spec.rb
312
- - spec/dummy/bin/rake
313
- - spec/dummy/bin/rails
314
- - spec/dummy/bin/setup
315
- - spec/dummy/bin/bundle
316
- - spec/dummy/log/test.log
317
- - spec/dummy/log/development.log
278
+ - spec/controllers/meta_notification/api/v1/notification_settings_controller_spec.rb
279
+ - spec/dummy/public/500.html
280
+ - spec/dummy/public/favicon.ico
281
+ - spec/dummy/public/404.html
282
+ - spec/dummy/public/422.html
318
283
  - spec/dummy/app/assets/javascripts/application.js
319
284
  - spec/dummy/app/assets/stylesheets/application.css
320
- - spec/dummy/app/helpers/application_helper.rb
321
285
  - spec/dummy/app/controllers/application_controller.rb
322
286
  - spec/dummy/app/views/layouts/application.html.erb
287
+ - spec/dummy/app/helpers/application_helper.rb
323
288
  - spec/dummy/README.rdoc
324
- - spec/dummy/db/schema.rb
325
- - spec/dummy/Rakefile
326
- - spec/dummy/public/422.html
327
- - spec/dummy/public/500.html
328
- - spec/dummy/public/favicon.ico
329
- - spec/dummy/public/404.html
330
- - spec/dummy/config.ru
331
- - spec/dummy/config/database.yml
332
- - spec/dummy/config/boot.rb
333
- - spec/dummy/config/routes.rb
334
- - spec/dummy/config/environments/development.rb
335
- - spec/dummy/config/environments/production.rb
336
- - spec/dummy/config/environments/test.rb
337
- - spec/dummy/config/locales/en.yml
338
289
  - spec/dummy/config/initializers/inflections.rb
339
- - spec/dummy/config/initializers/session_store.rb
290
+ - spec/dummy/config/initializers/cookies_serializer.rb
291
+ - spec/dummy/config/initializers/assets.rb
340
292
  - spec/dummy/config/initializers/mime_types.rb
341
293
  - spec/dummy/config/initializers/backtrace_silencers.rb
342
- - spec/dummy/config/initializers/assets.rb
343
- - spec/dummy/config/initializers/cookies_serializer.rb
344
294
  - spec/dummy/config/initializers/wrap_parameters.rb
295
+ - spec/dummy/config/initializers/session_store.rb
345
296
  - spec/dummy/config/initializers/filter_parameter_logging.rb
346
- - spec/dummy/config/application.rb
297
+ - spec/dummy/config/boot.rb
347
298
  - spec/dummy/config/environment.rb
299
+ - spec/dummy/config/environments/development.rb
300
+ - spec/dummy/config/environments/production.rb
301
+ - spec/dummy/config/environments/test.rb
302
+ - spec/dummy/config/locales/en.yml
348
303
  - spec/dummy/config/secrets.yml
349
- - spec/factories/meta_notification/notification_settings.rb
304
+ - spec/dummy/config/application.rb
305
+ - spec/dummy/config/routes.rb
306
+ - spec/dummy/config/database.yml
307
+ - spec/dummy/config.ru
308
+ - spec/dummy/db/schema.rb
309
+ - spec/dummy/Rakefile
310
+ - spec/dummy/log/test.log
311
+ - spec/dummy/log/development.log
312
+ - spec/dummy/bin/rake
313
+ - spec/dummy/bin/rails
314
+ - spec/dummy/bin/bundle
315
+ - spec/dummy/bin/setup
316
+ - spec/views/meta_notification/api/v1/notification_types/destroy.html.erb_spec.rb
317
+ - spec/views/meta_notification/api/v1/notification_types/show.html.erb_spec.rb
318
+ - spec/views/meta_notification/api/v1/notification_types/index.html.erb_spec.rb
319
+ - spec/views/meta_notification/api/v1/notification_types/create.html.erb_spec.rb
320
+ - spec/views/meta_notification/api/v1/notification_types/update.html.erb_spec.rb
321
+ - spec/views/meta_notification/api/v1/notification_templates/destroy.html.erb_spec.rb
322
+ - spec/views/meta_notification/api/v1/notification_templates/show.html.erb_spec.rb
323
+ - spec/views/meta_notification/api/v1/notification_templates/index.html.erb_spec.rb
324
+ - spec/views/meta_notification/api/v1/notification_templates/create.html.erb_spec.rb
325
+ - spec/views/meta_notification/api/v1/notification_templates/update.html.erb_spec.rb
326
+ - spec/views/meta_notification/api/v1/notification_settings/destroy.html.erb_spec.rb
327
+ - spec/views/meta_notification/api/v1/notification_settings/show.html.erb_spec.rb
328
+ - spec/views/meta_notification/api/v1/notification_settings/index.html.erb_spec.rb
329
+ - spec/views/meta_notification/api/v1/notification_settings/create.html.erb_spec.rb
330
+ - spec/views/meta_notification/api/v1/notification_settings/update.html.erb_spec.rb
331
+ - spec/views/meta_notification/api/v1/user_notification_settings/destroy.html.erb_spec.rb
332
+ - spec/views/meta_notification/api/v1/user_notification_settings/show.html.erb_spec.rb
333
+ - spec/views/meta_notification/api/v1/user_notification_settings/index.html.erb_spec.rb
334
+ - spec/views/meta_notification/api/v1/user_notification_settings/create.html.erb_spec.rb
335
+ - spec/views/meta_notification/api/v1/user_notification_settings/update.html.erb_spec.rb
336
+ - spec/views/meta_notification/api/v1/user_notifications/destroy.html.erb_spec.rb
337
+ - spec/views/meta_notification/api/v1/user_notifications/show.html.erb_spec.rb
338
+ - spec/views/meta_notification/api/v1/user_notifications/index.html.erb_spec.rb
339
+ - spec/views/meta_notification/api/v1/user_notifications/create.html.erb_spec.rb
340
+ - spec/views/meta_notification/api/v1/user_notifications/update.html.erb_spec.rb
341
+ - spec/spec_helper.rb
342
+ - spec/models/meta_notification/user_notification_setting_spec.rb
343
+ - spec/models/meta_notification/notification_type_spec.rb
344
+ - spec/models/meta_notification/notification_spec.rb
345
+ - spec/models/meta_notification/notification_setting_spec.rb
346
+ - spec/models/meta_notification/notification_template_spec.rb
347
+ - spec/models/meta_notification/user_notification_spec.rb
348
+ - spec/factories/meta_notification/notifications.rb
350
349
  - spec/factories/meta_notification/user_notifications.rb
351
350
  - spec/factories/meta_notification/notification_types.rb
352
- - spec/factories/meta_notification/notification_templates.rb
353
- - spec/factories/meta_notification/notifications.rb
354
351
  - spec/factories/meta_notification/user_notification_settings.rb
352
+ - spec/factories/meta_notification/notification_templates.rb
353
+ - spec/factories/meta_notification/notification_settings.rb
354
+ - spec/rails_helper.rb
355
355
  has_rdoc: