mailboxer 0.15.0 → 0.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 46c49273efc5f0fe22a30a35bbc7a0e0cd50a88f
4
- data.tar.gz: 4683361def08b32438d693116f1cf53864ef76c7
3
+ metadata.gz: 0534c13de338a5ab0931891e9481658804cd70ca
4
+ data.tar.gz: 917e442c4ec75504da282898ca66757ca16b7e2a
5
5
  SHA512:
6
- metadata.gz: 00c8d3afb30b6449c1748e511bb9c14310f46117a018cc81326ea20ca799ec464f11f57336e396500d1780f700b700681a71e096db41670d4b1f0e24e437c0a4
7
- data.tar.gz: dcb7b75dbb2f24e8cfeaecc49268b0f1953179992dc0340647190eb66527ab072c0a9c6709c2bbf4cdc59a9d61108b5046203afc03344dbd0c810ecdbbb5b5ad
6
+ metadata.gz: 6c93b53646f0459daf03657bf366fbb8aefba88b94916fdc57706c20f4ae8753d506cbcd20fb6448a9c18c7a05cc5afd44a37f88caaf406387cf7125961ddfe7
7
+ data.tar.gz: a61240d07496c0264b5af892f3f4c8c0b0158e31c801a0f852909d64be3cff2d12784536927fa8de1b35ed9b6eb3aeb124429f18d07d68f782dfdf4598427b41
@@ -28,7 +28,6 @@ class CreateMailboxer < ActiveRecord::Migration[4.2]
28
28
  t.column :draft, :boolean, :default => false
29
29
  t.string :notification_code, :default => nil
30
30
  t.references :notified_object, :polymorphic => true, index: { name: 'mailboxer_notifications_notified_object' }
31
- end
32
31
  t.column :attachment, :string
33
32
  t.column :updated_at, :datetime, :null => false
34
33
  t.column :created_at, :datetime, :null => false
@@ -1,3 +1,3 @@
1
1
  module Mailboxer
2
- VERSION = "0.15.0"
2
+ VERSION = "0.15.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mailboxer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.15.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo Casanova Cuesta