notifiable-rails 0.22.0 → 0.22.1

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.22.0
4
+ version: 0.22.1
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: 2015-07-20 00:00:00.000000000 Z
12
+ date: 2015-11-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -169,6 +169,7 @@ files:
169
169
  - db/migrate/20131210115650_create_notifiable_notifications.rb
170
170
  - db/migrate/20131210115651_create_notifiable_localized_notifications.rb
171
171
  - db/migrate/20131210115652_create_notifiable_statuses.rb
172
+ - db/migrate/20131210115653_add_name_to_notifiable_device_tokens.rb
172
173
  - lib/generators/notifiable/install/install_generator.rb
173
174
  - lib/generators/notifiable/install/templates/initializer.rb
174
175
  - lib/notifiable.rb