mailhopper 0.0.5 → 0.0.6
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.
- data/lib/mailhopper/version.rb +1 -1
- data/test/dummy/log/test.log +68 -0
- metadata +5 -5
data/lib/mailhopper/version.rb
CHANGED
data/test/dummy/log/test.log
CHANGED
|
@@ -2069,6 +2069,74 @@ Content-Type: text/plain;
|
|
|
2069
2069
|
charset=UTF-8
|
|
2070
2070
|
Content-Transfer-Encoding: 7bit
|
|
2071
2071
|
|
|
2072
|
+
Papaya
|
|
2073
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
|
2074
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
|
2075
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
|
2076
|
+
Migrating to CreateEmails (20110916191655)
|
|
2077
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "emails"
|
|
2078
|
+
Rendered sample_mailer/hello.text.erb (1.1ms)
|
|
2079
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2080
|
+
[1m[35mSQL (15.7ms)[0m INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", nil], ["cc_address", nil], ["content", "Date: Wed, 25 Jan 2012 21:14:55 -0500\r\nFrom: from@example.com\r\nTo: to@example.com\r\nMessage-ID: <4f20b71f221f2_15242800ea9a44329@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Thu, 26 Jan 2012 02:14:55 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", nil], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Thu, 26 Jan 2012 02:14:55 UTC +00:00]]
|
|
2081
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2082
|
+
|
|
2083
|
+
Sent mail to to@example.com (40ms)
|
|
2084
|
+
Date: Wed, 25 Jan 2012 21:14:55 -0500
|
|
2085
|
+
From: from@example.com
|
|
2086
|
+
To: to@example.com
|
|
2087
|
+
Message-ID: <4f20b71f221f2_15242800ea9a44329@dgmpro.local.mail>
|
|
2088
|
+
Subject: Hiya!
|
|
2089
|
+
Mime-Version: 1.0
|
|
2090
|
+
Content-Type: text/plain;
|
|
2091
|
+
charset=UTF-8
|
|
2092
|
+
Content-Transfer-Encoding: 7bit
|
|
2093
|
+
|
|
2094
|
+
Papaya
|
|
2095
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
|
2096
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
|
2097
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
|
2098
|
+
Rendered sample_mailer/hello.text.erb (0.0ms)
|
|
2099
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2100
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc@example.com"], ["cc_address", "cc@example.com"], ["content", "Date: Wed, 25 Jan 2012 21:14:55 -0500\r\nFrom: from@example.com\r\nReply-To: reply_to@example.com\r\nTo: to@example.com\r\nCc: cc@example.com\r\nMessage-ID: <4f20b71f2ebd8_15242800ea9a444a9@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Thu, 26 Jan 2012 02:14:55 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Thu, 26 Jan 2012 02:14:55 UTC +00:00]]
|
|
2101
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2102
|
+
|
|
2103
|
+
Sent mail to to@example.com (15ms)
|
|
2104
|
+
Date: Wed, 25 Jan 2012 21:14:55 -0500
|
|
2105
|
+
From: from@example.com
|
|
2106
|
+
Reply-To: reply_to@example.com
|
|
2107
|
+
To: to@example.com
|
|
2108
|
+
Cc: cc@example.com
|
|
2109
|
+
Message-ID: <4f20b71f2ebd8_15242800ea9a444a9@dgmpro.local.mail>
|
|
2110
|
+
Subject: Hiya!
|
|
2111
|
+
Mime-Version: 1.0
|
|
2112
|
+
Content-Type: text/plain;
|
|
2113
|
+
charset=UTF-8
|
|
2114
|
+
Content-Transfer-Encoding: 7bit
|
|
2115
|
+
|
|
2116
|
+
Papaya
|
|
2117
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
|
2118
|
+
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
|
2119
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
|
2120
|
+
Rendered sample_mailer/hello.text.erb (0.1ms)
|
|
2121
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2122
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "emails" ("bcc_address", "cc_address", "content", "created_at", "from_address", "reply_to_address", "sent_at", "subject", "to_address", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["bcc_address", "bcc1@example.com,bcc2@example.com"], ["cc_address", "cc1@example.com,cc2@example.com"], ["content", "Date: Wed, 25 Jan 2012 21:14:55 -0500\r\nFrom: from1@example.com\r\nReply-To: reply_to@example.com\r\nTo: to1@example.com, \r\n to2@example.com\r\nCc: cc1@example.com, \r\n cc2@example.com\r\nMessage-ID: <4f20b71f3cb1e_15242800ea9a445cc@dgmpro.local.mail>\r\nSubject: Hiya!\r\nMime-Version: 1.0\r\nContent-Type: text/plain;\r\n charset=UTF-8\r\nContent-Transfer-Encoding: 7bit\r\n\r\nPapaya"], ["created_at", Thu, 26 Jan 2012 02:14:55 UTC +00:00], ["from_address", "from1@example.com"], ["reply_to_address", "reply_to@example.com"], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to1@example.com,to2@example.com"], ["updated_at", Thu, 26 Jan 2012 02:14:55 UTC +00:00]]
|
|
2123
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2124
|
+
|
|
2125
|
+
Sent mail to to1@example.com, to2@example.com (19ms)
|
|
2126
|
+
Date: Wed, 25 Jan 2012 21:14:55 -0500
|
|
2127
|
+
From: from1@example.com
|
|
2128
|
+
Reply-To: reply_to@example.com
|
|
2129
|
+
To: to1@example.com,
|
|
2130
|
+
to2@example.com
|
|
2131
|
+
Cc: cc1@example.com,
|
|
2132
|
+
cc2@example.com
|
|
2133
|
+
Message-ID: <4f20b71f3cb1e_15242800ea9a445cc@dgmpro.local.mail>
|
|
2134
|
+
Subject: Hiya!
|
|
2135
|
+
Mime-Version: 1.0
|
|
2136
|
+
Content-Type: text/plain;
|
|
2137
|
+
charset=UTF-8
|
|
2138
|
+
Content-Transfer-Encoding: 7bit
|
|
2139
|
+
|
|
2072
2140
|
Papaya
|
|
2073
2141
|
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "emails"
|
|
2074
2142
|
[1m[36mMailhopper::Email Load (0.1ms)[0m [1mSELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1[0m
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mailhopper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 6
|
|
10
|
+
version: 0.0.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Dan Gebhardt
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
18
|
+
date: 2012-01-25 00:00:00 -05:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -24,7 +24,7 @@ dependencies:
|
|
|
24
24
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
25
25
|
none: false
|
|
26
26
|
requirements:
|
|
27
|
-
- -
|
|
27
|
+
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
hash: 3
|
|
30
30
|
segments:
|