mailboxer 0.12.3 → 0.12.4
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 +4 -4
- data/README.md +2 -0
- data/app/models/mailboxer/message.rb +2 -2
- data/lib/mailboxer/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ebfe237459d6d5d336aa8a577c1919e2f061bfee
|
|
4
|
+
data.tar.gz: 9690a641bffbf574024f20559e6fb80008f58344
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f1f3336341d9f656f9e788fa25bdb2bb7095fbb20a9cba2471ba9e1f0907b6012390c4e3f3a934d3398b28c3f73a60c9f60d78dd5a54fa30a0de20ddeaedc99
|
|
7
|
+
data.tar.gz: b7f0d86046631dff40628d2e29c349f84e1136a43eb5ab5ee861ce0e8bfde6b6ebd739f192c49fb5824c100c9349d2c47499288359af12299a805061dae90ca4
|
data/README.md
CHANGED
|
@@ -313,3 +313,5 @@ If you need a GUI you should take a look a these links:
|
|
|
313
313
|
* [rjst](https://github.com/ging/mailboxer/commits/master?author=rjst) (Ricardo Trindade)
|
|
314
314
|
* [fabianoalmeida](https://github.com/ging/mailboxer/commits/master?author=fabianoalmeida) (Fabiano Almeida)
|
|
315
315
|
* [supremebeing7](https://github.com/ging/mailboxer/commits/master?author=supremebeing7) (Mark J. Lehman)
|
|
316
|
+
* [searsaw](https://github.com/mailboxer/mailboxer/commits/master?author=searsaw) (Alex Sears)
|
|
317
|
+
* [joshblour](https://github.com/mailboxer/mailboxer/commits/master?author=joshblour) (Yonah Forst)
|
|
@@ -33,8 +33,8 @@ class Mailboxer::Message < Mailboxer::Notification
|
|
|
33
33
|
|
|
34
34
|
temp_receipts << sender_receipt
|
|
35
35
|
|
|
36
|
-
if temp_receipts.all?(&:
|
|
37
|
-
|
|
36
|
+
if temp_receipts.all?(&:valid?)
|
|
37
|
+
temp_receipts.each(&:save!)
|
|
38
38
|
Mailboxer::MailDispatcher.new(self, recipients).call
|
|
39
39
|
|
|
40
40
|
conversation.touch if reply
|
data/lib/mailboxer/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mailboxer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.12.
|
|
4
|
+
version: 0.12.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eduardo Casanova Cuesta
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-09-
|
|
11
|
+
date: 2014-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: foreigner
|