notifiable-rails 0.10.1 → 0.11.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.10.1
4
+ version: 0.11.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-15 00:00:00.000000000 Z
12
+ date: 2014-03-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -25,20 +25,6 @@ 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
42
28
  - !ruby/object:Gem::Dependency
43
29
  name: rspec-rails
44
30
  requirement: !ruby/object:Gem::Requirement
@@ -188,7 +174,7 @@ extensions: []
188
174
  extra_rdoc_files: []
189
175
  files:
190
176
  - app/controllers/notifiable/device_tokens_controller.rb
191
- - app/controllers/notifiable/notification_statuses_controller.rb
177
+ - app/controllers/notifiable/notifications_controller.rb
192
178
  - config/routes.rb
193
179
  - lib/generators/notifiable/install/install_generator.rb
194
180
  - lib/generators/notifiable/install/templates/create_notifiable_apps.rb
@@ -213,7 +199,7 @@ files:
213
199
  - Rakefile
214
200
  - spec/batch_spec.rb
215
201
  - spec/controllers/device_tokens_controller_spec.rb
216
- - spec/controllers/notification_statuses_controller_spec.rb
202
+ - spec/controllers/notifications_controller_spec.rb
217
203
  - spec/notifiable_app_spec.rb
218
204
  - spec/notifiable_server_spec.rb
219
205
  - spec/notifiable_spec.rb
@@ -292,7 +278,7 @@ summary: Rails engine to make push notifications a bit easier.
292
278
  test_files:
293
279
  - spec/batch_spec.rb
294
280
  - spec/controllers/device_tokens_controller_spec.rb
295
- - spec/controllers/notification_statuses_controller_spec.rb
281
+ - spec/controllers/notifications_controller_spec.rb
296
282
  - spec/notifiable_app_spec.rb
297
283
  - spec/notifiable_server_spec.rb
298
284
  - spec/notifiable_spec.rb