notifiable-rails 0.19.3 → 0.19.4

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notifiable-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.3
4
+ version: 0.19.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamil Kocemba
@@ -196,6 +196,7 @@ files:
196
196
  - lib/tasks/brakeman.rake
197
197
  - LICENSE
198
198
  - Rakefile
199
+ - spec/active_record_spec.rb
199
200
  - spec/controllers/device_tokens_controller_spec.rb
200
201
  - spec/controllers/notifications_controller_spec.rb
201
202
  - spec/notifiable_app_spec.rb
@@ -275,6 +276,7 @@ signing_key:
275
276
  specification_version: 4
276
277
  summary: Rails engine to make push notifications a bit easier.
277
278
  test_files:
279
+ - spec/active_record_spec.rb
278
280
  - spec/controllers/device_tokens_controller_spec.rb
279
281
  - spec/controllers/notifications_controller_spec.rb
280
282
  - spec/notifiable_app_spec.rb