notifiable-core 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a1b571cfa050c15fe83d36cdf3d3c67aacfe259048513f943c378513a2b376ee
4
- data.tar.gz: a87b624144a4ceca2896dceb540526c3b290a845c03cc453c1b3a5c4dd70a161
3
+ metadata.gz: dd88b591380a39d90d309ca1fc409cdbd46eeb7f1936965658207b9dbee696c3
4
+ data.tar.gz: bc9cae33b6e395a80179fd47bcce04228439effcaa4a31b79568bfae37a41e3b
5
5
  SHA512:
6
- metadata.gz: 32368c5699453f328a4e1d5decbd6c8725bf7f6e92afbc44650f6598309244668ff2e9f0779afcf1100f006d65f3fe15d397b5b0c64936861a47e7942fff2f8a
7
- data.tar.gz: 9b1ec475326ce82f73ee27989c8ff185077432111e46c8c72cfa99ad86062f0e83b68ee0679a3a83decfd1972352cc1af63944fd996d394be4782017a0b4adf8
6
+ metadata.gz: c264c9e9b81059dd220564b4a07e0a26d39cf4c20f0856bb80890d152bf3d6ea852cb0ec2a15fc3c516b166d05e0355991059176ddd5f08038f1dcd820b18e6c
7
+ data.tar.gz: 1cb88cc089ad9a3a45aef7e3416f99c92cac9fc9fbc22ed67fdea738caae34215a62b022937107aaa1e09eb7f4d30f740a105ded9594b8970388a3a8614d0950
@@ -1,4 +1,4 @@
1
- class AddStatsToUsers < ActiveRecord::Migration[4.2]
1
+ class AddPriorityToNotifications < ActiveRecord::Migration[4.2]
2
2
  def change
3
3
  add_column :notifiable_notifications, :priority, :integer
4
4
  end
@@ -1,3 +1,3 @@
1
1
  module Notifiable
2
- VERSION = '0.4.1'.freeze
2
+ VERSION = '0.4.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notifiable-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brooke-Smith
@@ -222,7 +222,7 @@ files:
222
222
  - db/migrate/201810082235001_add_user_id_to_notifiable_device_tokens.rb
223
223
  - db/migrate/201810090108000_remove_user_alias_from_notifiable_device_tokens.rb
224
224
  - db/migrate/201901032235001_add_stats_to_users.rb
225
- - db/migrate/202008062235002_add_priority_to_notification.rb
225
+ - db/migrate/202008062235002_add_priority_to_notifications.rb
226
226
  - lib/notifiable.rb
227
227
  - lib/notifiable/app.rb
228
228
  - lib/notifiable/device_token.rb