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.
- checksums.yaml +4 -4
- data/lib/notifiable/active_record.rb +15 -16
- data/lib/notifiable/version.rb +1 -1
- data/spec/active_record_spec.rb +16 -0
- data/spec/support/factories.rb +1 -0
- data/spec/test_app/log/test.log +2730 -0
- metadata +3 -1
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.
|
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
|