notifiable-rails 0.8.0 → 0.9.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.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamil Kocemba
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-03-11 00:00:00.000000000 Z
12
+ date: 2014-03-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -25,6 +25,20 @@ dependencies:
25
25
  - - ~>
26
26
  - !ruby/object:Gem::Version
27
27
  version: 4.0.0
28
+ - !ruby/object:Gem::Dependency
29
+ name: simple_uuid
30
+ requirement: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ~>
33
+ - !ruby/object:Gem::Version
34
+ version: 0.4.0
35
+ type: :runtime
36
+ prerelease: false
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ~>
40
+ - !ruby/object:Gem::Version
41
+ version: 0.4.0
28
42
  - !ruby/object:Gem::Dependency
29
43
  name: rspec-rails
30
44
  requirement: !ruby/object:Gem::Requirement
@@ -174,6 +188,7 @@ extensions: []
174
188
  extra_rdoc_files: []
175
189
  files:
176
190
  - app/controllers/notifiable/device_tokens_controller.rb
191
+ - app/controllers/notifiable/notification_statuses_controller.rb
177
192
  - config/routes.rb
178
193
  - lib/generators/notifiable/install/install_generator.rb
179
194
  - lib/generators/notifiable/install/templates/create_notifiable_apps.rb
@@ -198,6 +213,7 @@ files:
198
213
  - Rakefile
199
214
  - spec/batch_spec.rb
200
215
  - spec/controllers/device_tokens_controller_spec.rb
216
+ - spec/controllers/notification_statuses_controller_spec.rb
201
217
  - spec/notifiable_server_spec.rb
202
218
  - spec/notifiable_spec.rb
203
219
  - spec/notification_spec.rb
@@ -275,6 +291,7 @@ summary: Rails engine to make push notifications a bit easier.
275
291
  test_files:
276
292
  - spec/batch_spec.rb
277
293
  - spec/controllers/device_tokens_controller_spec.rb
294
+ - spec/controllers/notification_statuses_controller_spec.rb
278
295
  - spec/notifiable_server_spec.rb
279
296
  - spec/notifiable_spec.rb
280
297
  - spec/notification_spec.rb