notify_user 0.0.8 → 0.0.9

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
  SHA1:
3
- metadata.gz: ad1882682998b2b6b3753d8c06d059e517c9806e
4
- data.tar.gz: 10132f59c4cece56b6c39ea31c3e7e472d3e1c2e
3
+ metadata.gz: 8a470e0d509c286f8776d2dfa71a3517282a11a1
4
+ data.tar.gz: d55423eee03a893bbb8f1dfc52481d3773faf3b1
5
5
  SHA512:
6
- metadata.gz: a0788421d60875e86d55cd41fd64fdb80bece2d07b95af67d5858361e1b47230e4f8a40b726e291453f4e8f11070df0c85946c82b61402b51bfa1b2aca01381b
7
- data.tar.gz: 63d74c0229524dc1f3130880a0f388106d95b0cd4ffab6da2b95e5197b86749675d64667f82ac3782799b0db9dbc96f2eadbe55f56e6448ff0f5b8953e442bda
6
+ metadata.gz: 744a1fbaec414b5d906c450d7aa1698fd0190ed76e2632f257c27f3381ba4c6842b1af14a734757e3b3c8869d8450a81f45fc690e40e9923d9da4ee2a0119229
7
+ data.tar.gz: acca9ec95baa1668e47083abbb2d71a59c014341e6c6326a97236eedb44acfc283124ded02c230a33420b908e20a075fdcd19b9fba8957011f3e754f0678e69c
@@ -1,6 +1,6 @@
1
1
  class AddJsonColumnToNotifications < ActiveRecord::Migration
2
2
  def up
3
- add_column :notify_user_notifications, :json, :json, default: {}
3
+ add_column :notify_user_notifications, :json, :json
4
4
  end
5
5
 
6
6
  def down
@@ -1,3 +1,3 @@
1
1
  module NotifyUser
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notify_user
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Spacek