mailhopper 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Mailhopper
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -2069,6 +2069,74 @@ Content-Type: text/plain;
2069
2069
  charset=UTF-8
2070
2070
  Content-Transfer-Encoding: 7bit
2071
2071
 
2072
+ Papaya
2073
+  (0.1ms) SELECT COUNT(*) FROM "emails"
2074
+ Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2075
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
2076
+ Migrating to CreateEmails (20110916191655)
2077
+  (0.3ms) SELECT COUNT(*) FROM "emails"
2078
+ Rendered sample_mailer/hello.text.erb (1.1ms)
2079
+  (0.0ms) SAVEPOINT active_record_1
2080
+ SQL (15.7ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
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
+  (0.1ms) SELECT COUNT(*) FROM "emails"
2096
+ Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2097
+  (0.1ms) SELECT COUNT(*) FROM "emails"
2098
+ Rendered sample_mailer/hello.text.erb (0.0ms)
2099
+  (0.1ms) SAVEPOINT active_record_1
2100
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
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
+  (0.1ms) SELECT COUNT(*) FROM "emails"
2118
+ Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2119
+  (0.1ms) SELECT COUNT(*) FROM "emails"
2120
+ Rendered sample_mailer/hello.text.erb (0.1ms)
2121
+  (0.1ms) SAVEPOINT active_record_1
2122
+ SQL (0.4ms) 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
+  (0.0ms) RELEASE SAVEPOINT active_record_1
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
   (0.1ms) SELECT COUNT(*) FROM "emails"
2074
2142
  Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
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: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
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: 2011-09-18 00:00:00 -04:00
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: