notifiable-rails 0.3.0 → 0.4.0

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.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamil Kocemba
@@ -194,9 +194,11 @@ files:
194
194
  - lib/tasks/brakeman.rake
195
195
  - LICENSE
196
196
  - Rakefile
197
+ - spec/batch_spec.rb
197
198
  - spec/controllers/device_tokens_controller_spec.rb
198
199
  - spec/notifiable_server_spec.rb
199
200
  - spec/notifiable_spec.rb
201
+ - spec/notification_spec.rb
200
202
  - spec/spec_helper.rb
201
203
  - spec/support/engine_controller.rb
202
204
  - spec/support/factories.rb
@@ -268,9 +270,11 @@ signing_key:
268
270
  specification_version: 4
269
271
  summary: Rails engine to make push notifications a bit easier.
270
272
  test_files:
273
+ - spec/batch_spec.rb
271
274
  - spec/controllers/device_tokens_controller_spec.rb
272
275
  - spec/notifiable_server_spec.rb
273
276
  - spec/notifiable_spec.rb
277
+ - spec/notification_spec.rb
274
278
  - spec/spec_helper.rb
275
279
  - spec/support/engine_controller.rb
276
280
  - spec/support/factories.rb