mailhopper 0.0.4 → 0.0.5

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.
@@ -14,7 +14,7 @@ class CreateEmails < ActiveRecord::Migration
14
14
 
15
15
  t.text :to_address,
16
16
  :cc_address,
17
- :bcc_address,
17
+ :bcc_address
18
18
 
19
19
  t.text :content
20
20
 
@@ -1,3 +1,3 @@
1
1
  module Mailhopper
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -14,8 +14,9 @@ class CreateEmails < ActiveRecord::Migration
14
14
 
15
15
  t.text :to_address,
16
16
  :cc_address,
17
- :bcc_address,
18
- :content
17
+ :bcc_address
18
+
19
+ t.text :content
19
20
 
20
21
  t.datetime :sent_at
21
22
  t.timestamps
@@ -2001,6 +2001,74 @@ Content-Type: text/plain;
2001
2001
  charset=UTF-8
2002
2002
  Content-Transfer-Encoding: 7bit
2003
2003
 
2004
+ Papaya
2005
+  (0.1ms) SELECT COUNT(*) FROM "emails"
2006
+ Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2007
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
2008
+ Migrating to CreateEmails (20110916191655)
2009
+  (0.5ms) SELECT COUNT(*) FROM "emails"
2010
+ Rendered sample_mailer/hello.text.erb (1.3ms)
2011
+  (0.0ms) SAVEPOINT active_record_1
2012
+ SQL (29.5ms) 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: Sun, 18 Sep 2011 00:17:39 -0400\r\nFrom: from@example.com\r\nTo: to@example.com\r\nMessage-ID: <4e7570e389df7_c840800eb1b0647a7@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", Sun, 18 Sep 2011 04:17:39 UTC +00:00], ["from_address", "from@example.com"], ["reply_to_address", nil], ["sent_at", nil], ["subject", "Hiya!"], ["to_address", "to@example.com"], ["updated_at", Sun, 18 Sep 2011 04:17:39 UTC +00:00]]
2013
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2014
+
2015
+ Sent mail to to@example.com (67ms)
2016
+ Date: Sun, 18 Sep 2011 00:17:39 -0400
2017
+ From: from@example.com
2018
+ To: to@example.com
2019
+ Message-ID: <4e7570e389df7_c840800eb1b0647a7@dgmpro.local.mail>
2020
+ Subject: Hiya!
2021
+ Mime-Version: 1.0
2022
+ Content-Type: text/plain;
2023
+ charset=UTF-8
2024
+ Content-Transfer-Encoding: 7bit
2025
+
2026
+ Papaya
2027
+  (0.0ms) SELECT COUNT(*) FROM "emails"
2028
+ Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2029
+  (0.1ms) SELECT COUNT(*) FROM "emails"
2030
+ Rendered sample_mailer/hello.text.erb (0.0ms)
2031
+  (0.1ms) SAVEPOINT active_record_1
2032
+ SQL (0.5ms) 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: Sun, 18 Sep 2011 00:17:39 -0400\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: <4e7570e3a4793_c840800eb1b06485b@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", Sun, 18 Sep 2011 04:17:39 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", Sun, 18 Sep 2011 04:17:39 UTC +00:00]]
2033
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2034
+
2035
+ Sent mail to to@example.com (15ms)
2036
+ Date: Sun, 18 Sep 2011 00:17:39 -0400
2037
+ From: from@example.com
2038
+ Reply-To: reply_to@example.com
2039
+ To: to@example.com
2040
+ Cc: cc@example.com
2041
+ Message-ID: <4e7570e3a4793_c840800eb1b06485b@dgmpro.local.mail>
2042
+ Subject: Hiya!
2043
+ Mime-Version: 1.0
2044
+ Content-Type: text/plain;
2045
+ charset=UTF-8
2046
+ Content-Transfer-Encoding: 7bit
2047
+
2048
+ Papaya
2049
+  (0.1ms) SELECT COUNT(*) FROM "emails"
2050
+ Mailhopper::Email Load (0.1ms) SELECT "emails".* FROM "emails" ORDER BY created_at DESC LIMIT 1
2051
+  (0.1ms) SELECT COUNT(*) FROM "emails"
2052
+ Rendered sample_mailer/hello.text.erb (0.0ms)
2053
+  (0.0ms) SAVEPOINT active_record_1
2054
+ SQL (0.5ms) 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: Sun, 18 Sep 2011 00:17:39 -0400\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: <4e7570e3ac641_c840800eb1b0649ac@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", Sun, 18 Sep 2011 04:17:39 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", Sun, 18 Sep 2011 04:17:39 UTC +00:00]]
2055
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2056
+
2057
+ Sent mail to to1@example.com, to2@example.com (18ms)
2058
+ Date: Sun, 18 Sep 2011 00:17:39 -0400
2059
+ From: from1@example.com
2060
+ Reply-To: reply_to@example.com
2061
+ To: to1@example.com,
2062
+ to2@example.com
2063
+ Cc: cc1@example.com,
2064
+ cc2@example.com
2065
+ Message-ID: <4e7570e3ac641_c840800eb1b0649ac@dgmpro.local.mail>
2066
+ Subject: Hiya!
2067
+ Mime-Version: 1.0
2068
+ Content-Type: text/plain;
2069
+ charset=UTF-8
2070
+ Content-Transfer-Encoding: 7bit
2071
+
2004
2072
  Papaya
2005
2073
   (0.1ms) SELECT COUNT(*) FROM "emails"
2006
2074
  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: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
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-16 00:00:00 -04:00
18
+ date: 2011-09-18 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency