mail_spy 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,6 +12,4 @@
12
12
  //
13
13
  //= require jquery
14
14
  //= require jquery_ujs
15
- //= require mail_spy/lib/underscore
16
- //= require mail_spy/lib/backbone
17
15
  //= require_tree .
@@ -1,3 +1,3 @@
1
1
  module MailSpy
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
@@ -12895,3 +12895,178 @@ MONGODB dummy_test['mail_spy_emails'].remove({})
12895
12895
   (0.1ms) rollback transaction
12896
12896
   (0.0ms) begin transaction
12897
12897
   (0.0ms) rollback transaction
12898
+ MONGODB [WARNING] Please note that logging negatively impacts client-side performance. You should set your logging level no lower than :info in production.
12899
+ MONGODB admin['$cmd'].find({:ismaster=>1}).limit(-1)
12900
+  (0.3ms) begin transaction
12901
+ MONGODB dummy_test['system.namespaces'].find({})
12902
+ MONGODB dummy_test['mail_spy_emails'].insert([{"headers"=>{}, "template_values"=>{}, "sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f2abc22ba12eb355a000001'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-02 16:38:58 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-02 16:38:59 UTC, "created_at"=>2012-02-02 16:38:59 UTC}])
12903
+ MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f2abc22ba12eb355a000001')}, {"$set"=>{"headers"=>{"X-SMTPAPI"=>"{\"unique_args\": {\"eid\": \"4f2abc22ba12eb355a000001\"}}"}}})
12904
+ [AWS S3 200 0.857783] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
12905
+
12906
+ [AWS S3 200 0.115629] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
12907
+
12908
+ [AWS S3 200 0.142128] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.text.erb")
12909
+
12910
+ Rendered inline template (26.0ms)
12911
+ [AWS S3 200 0.100809] get_bucket_versioning(:bucket_name=>"daviacalendar-mailspy")
12912
+
12913
+ [AWS S3 200 0.104110] head_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
12914
+
12915
+ [AWS S3 200 0.139003] get_object(:bucket_name=>"daviacalendar-mailspy",:key=>"tests/a-stream/a-helper_test.html.erb")
12916
+
12917
+ Rendered inline template (1.7ms)
12918
+ MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
12919
+ MONGODB dummy_test['mail_spy_emails'].remove({})
12920
+  (0.1ms) rollback transaction
12921
+  (0.1ms) begin transaction
12922
+ MONGODB dummy_test['mail_spy_emails'].insert([{"headers"=>{}, "template_values"=>{}, "sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f2abc28ba12eb355a000002'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-02 16:39:04 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-02 16:39:04 UTC, "created_at"=>2012-02-02 16:39:04 UTC}])
12923
+ MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f2abc28ba12eb355a000002')}, {"$set"=>{"headers"=>{"X-SMTPAPI"=>"{\"unique_args\": {\"eid\": \"4f2abc28ba12eb355a000002\"}}"}}})
12924
+ MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
12925
+ Rendered inline template (1.6ms)
12926
+ Rendered inline template (1.4ms)
12927
+
12928
+ Sent mail to trcarden@gmail.com (1054ms)
12929
+ Date: Thu, 02 Feb 2012 08:39:04 -0800
12930
+ From: test@test.com
12931
+ Reply-To: testGuy
12932
+ To: trcarden@gmail.com
12933
+ Message-ID: <4f2abc28e2dcc_1355a80434f4c3226@toms-iphone-4.mail>
12934
+ Subject: test subject
12935
+ Mime-Version: 1.0
12936
+ Content-Type: multipart/alternative;
12937
+ boundary="--==_mimepart_4f2abc28b4cc4_1355a80434f4c2992";
12938
+ charset=UTF-8
12939
+ Content-Transfer-Encoding: 7bit
12940
+ X-SMTPAPI: {"unique_args": {"eid": "4f2abc28ba12eb355a000002"}}
12941
+
12942
+
12943
+
12944
+ ----==_mimepart_4f2abc28b4cc4_1355a80434f4c2992
12945
+ Date: Thu, 02 Feb 2012 08:39:04 -0800
12946
+ Mime-Version: 1.0
12947
+ Content-Type: text/plain;
12948
+ charset=UTF-8
12949
+ Content-Transfer-Encoding: 7bit
12950
+ Content-ID: <4f2abc28c69b6_1355a80434f4c3021@toms-iphone-4.mail>
12951
+
12952
+ You should be able to click on the link and have the server record the even
12953
+ and forward you to the correct place.
12954
+
12955
+ A link : <a href="http://localhost:5000/mail/t?eid=4f2abc28ba12eb355a000002&amp;n=1&amp;url=www.google.com">My home</a>
12956
+ ---------------------------
12957
+
12958
+ You should be able to show images in the email client and have the server
12959
+ track the open
12960
+ A Bug is in the parenthesis (<img src='http://localhost:5000/mail/b?eid=4f2abc28ba12eb355a000002' style='display:none' width='1' height='1' border='0' />)
12961
+
12962
+
12963
+
12964
+
12965
+ ----==_mimepart_4f2abc28b4cc4_1355a80434f4c2992
12966
+ Date: Thu, 02 Feb 2012 08:39:04 -0800
12967
+ Mime-Version: 1.0
12968
+ Content-Type: text/html;
12969
+ charset=UTF-8
12970
+ Content-Transfer-Encoding: 7bit
12971
+ Content-ID: <4f2abc28dd17a_1355a80434f4c31f0@toms-iphone-4.mail>
12972
+
12973
+ <p>
12974
+ You should be able to click on the link and have the server record the even
12975
+ and forward you to the correct place.
12976
+
12977
+ A link : <a href="http://localhost:5000/mail/t?eid=4f2abc28ba12eb355a000002&amp;n=1&amp;url=www.google.com">My home</a>
12978
+ </p>
12979
+
12980
+ <br>
12981
+
12982
+ <p>
12983
+ You should be able to show images in the email client and have the server
12984
+ track the open
12985
+ A Bug is in the parenthesis (<img src='http://localhost:5000/mail/b?eid=4f2abc28ba12eb355a000002' style='display:none' width='1' height='1' border='0' />)
12986
+ </p>
12987
+
12988
+
12989
+
12990
+ ----==_mimepart_4f2abc28b4cc4_1355a80434f4c2992--
12991
+
12992
+ MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
12993
+ MONGODB dummy_test['mail_spy_emails'].remove({})
12994
+  (0.1ms) rollback transaction
12995
+  (0.0ms) begin transaction
12996
+ MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
12997
+ MONGODB dummy_test['mail_spy_emails'].remove({})
12998
+  (0.0ms) rollback transaction
12999
+  (0.1ms) begin transaction
13000
+ MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
13001
+ MONGODB dummy_test['mail_spy_emails'].remove({})
13002
+ MONGODB dummy_test['mail_spy_emails'].insert([{"headers"=>{}, "template_values"=>{}, "sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f2abc29ba12eb355a000003'), "to"=>"test@test.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "campaign"=>"test campaign", "stream"=>"test stream", "component"=>"test component", "schedule_at"=>2012-02-02 16:39:05 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"test campaign", "utm_term"=>"test stream", "utm_content"=>"test component", "updated_at"=>2012-02-02 16:39:05 UTC, "created_at"=>2012-02-02 16:39:05 UTC}])
13003
+ MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f2abc29ba12eb355a000003')}, {"$set"=>{"headers"=>{"X-SMTPAPI"=>"{\"unique_args\": {\"eid\": \"4f2abc29ba12eb355a000003\"}}"}}})
13004
+  (0.1ms) rollback transaction
13005
+  (0.0ms) begin transaction
13006
+ MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
13007
+ MONGODB dummy_test['mail_spy_emails'].remove({})
13008
+  (0.0ms) rollback transaction
13009
+  (0.0ms) begin transaction
13010
+ MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
13011
+ MONGODB dummy_test['mail_spy_emails'].remove({})
13012
+  (0.0ms) rollback transaction
13013
+  (0.0ms) begin transaction
13014
+ MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
13015
+ MONGODB dummy_test['mail_spy_emails'].remove({})
13016
+  (0.1ms) rollback transaction
13017
+  (0.1ms) begin transaction
13018
+ MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
13019
+ MONGODB dummy_test['mail_spy_emails'].remove({})
13020
+ MONGODB dummy_test['mail_spy_emails'].insert([{"headers"=>{}, "template_values"=>{}, "sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f2abc29ba12eb355a000004'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-02 16:39:05 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-02 16:39:05 UTC, "created_at"=>2012-02-02 16:39:05 UTC}])
13021
+ MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f2abc29ba12eb355a000004')}, {"$set"=>{"headers"=>{"X-SMTPAPI"=>"{\"unique_args\": {\"eid\": \"4f2abc29ba12eb355a000004\"}}"}}})
13022
+ MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
13023
+ Processing by MailSpy::TrackingController#action as HTML
13024
+ Parameters: {"eid"=>"4f2abc29ba12eb355a000004", "action_type"=>"Conversion", "count"=>"3"}
13025
+ MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f2abc29ba12eb355a000004')}).limit(-1).sort([[:_id, :asc]])
13026
+ MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f2abc29ba12eb355a000004')}, {"$push"=>{"actions"=>{"count"=>3, "_id"=>BSON::ObjectId('4f2abc29ba12eb355a000005'), "action_type"=>"Conversion", "updated_at"=>2012-02-02 16:39:05 UTC, "created_at"=>2012-02-02 16:39:05 UTC}}})
13027
+ Completed 200 OK in 5ms (ActiveRecord: 0.0ms)
13028
+ MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f2abc29ba12eb355a000004')}).limit(-1)
13029
+ MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
13030
+ MONGODB dummy_test['mail_spy_emails'].remove({})
13031
+  (0.1ms) rollback transaction
13032
+  (0.0ms) begin transaction
13033
+ MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
13034
+ MONGODB dummy_test['mail_spy_emails'].remove({})
13035
+ MONGODB dummy_test['mail_spy_emails'].insert([{"headers"=>{}, "template_values"=>{}, "sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f2abc29ba12eb355a000006'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-02 16:39:05 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-02 16:39:05 UTC, "created_at"=>2012-02-02 16:39:05 UTC}])
13036
+ MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f2abc29ba12eb355a000006')}, {"$set"=>{"headers"=>{"X-SMTPAPI"=>"{\"unique_args\": {\"eid\": \"4f2abc29ba12eb355a000006\"}}"}}})
13037
+ MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
13038
+ Processing by MailSpy::TrackingController#bug as HTML
13039
+ Parameters: {"eid"=>"4f2abc29ba12eb355a000006"}
13040
+ MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f2abc29ba12eb355a000006')}).limit(-1).sort([[:_id, :asc]])
13041
+ MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f2abc29ba12eb355a000006')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f2abc29ba12eb355a000007'), "action_type"=>"open", "updated_at"=>2012-02-02 16:39:05 UTC, "created_at"=>2012-02-02 16:39:05 UTC}}})
13042
+ Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
13043
+ MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f2abc29ba12eb355a000006')}).limit(-1)
13044
+ MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
13045
+ MONGODB dummy_test['mail_spy_emails'].remove({})
13046
+  (0.1ms) rollback transaction
13047
+  (0.1ms) begin transaction
13048
+ MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
13049
+ MONGODB dummy_test['mail_spy_emails'].remove({})
13050
+ MONGODB dummy_test['mail_spy_emails'].insert([{"headers"=>{}, "template_values"=>{}, "sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f2abc29ba12eb355a000008'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-02 16:39:05 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-02 16:39:05 UTC, "created_at"=>2012-02-02 16:39:05 UTC}])
13051
+ MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f2abc29ba12eb355a000008')}, {"$set"=>{"headers"=>{"X-SMTPAPI"=>"{\"unique_args\": {\"eid\": \"4f2abc29ba12eb355a000008\"}}"}}})
13052
+ MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
13053
+ Processing by MailSpy::TrackingController#link as HTML
13054
+ Parameters: {"eid"=>"4f2abc29ba12eb355a000008", "url"=>"http://google.com", "n"=>"0"}
13055
+ MONGODB dummy_test['mail_spy_emails'].find({:_id=>BSON::ObjectId('4f2abc29ba12eb355a000008')}).limit(-1).sort([[:_id, :asc]])
13056
+ MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f2abc29ba12eb355a000008')}, {"$push"=>{"actions"=>{"count"=>1, "_id"=>BSON::ObjectId('4f2abc29ba12eb355a000009'), "action_type"=>"click", "details"=>{:url=>"http://google.com", :link_number=>"0"}, "updated_at"=>2012-02-02 16:39:05 UTC, "created_at"=>2012-02-02 16:39:05 UTC}}})
13057
+ Redirected to http://google.com?utm_campaign=tests&utm_content=a-helper_test&utm_medium=email&utm_source=mailspy&utm_term=a-stream
13058
+ Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
13059
+ MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
13060
+ MONGODB dummy_test['mail_spy_emails'].remove({})
13061
+  (0.1ms) rollback transaction
13062
+  (0.0ms) begin transaction
13063
+ MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
13064
+ MONGODB dummy_test['mail_spy_emails'].remove({})
13065
+ MONGODB dummy_test['mail_spy_emails'].insert([{"headers"=>{}, "template_values"=>{}, "sent"=>false, "failed"=>false, "_id"=>BSON::ObjectId('4f2abc29ba12eb355a00000a'), "to"=>"trcarden@gmail.com", "from"=>"test@test.com", "reply_to"=>"testGuy", "subject"=>"test subject", "campaign"=>"tests", "stream"=>"a-stream", "component"=>"a-helper_test", "schedule_at"=>2012-02-02 16:39:05 UTC, "email_service_provider"=>"sendgrid", "utm_source"=>"mailspy", "utm_medium"=>"email", "utm_campaign"=>"tests", "utm_term"=>"a-stream", "utm_content"=>"a-helper_test", "updated_at"=>2012-02-02 16:39:05 UTC, "created_at"=>2012-02-02 16:39:05 UTC}])
13066
+ MONGODB dummy_test['mail_spy_emails'].update({"_id"=>BSON::ObjectId('4f2abc29ba12eb355a00000a')}, {"$set"=>{"headers"=>{"X-SMTPAPI"=>"{\"unique_args\": {\"eid\": \"4f2abc29ba12eb355a00000a\"}}"}}})
13067
+ MONGODB dummy_test['mail_spy_emails'].find({}).limit(-1).sort([[:_id, :asc]])
13068
+ MONGODB dummy_test['$cmd'].find({"count"=>"mail_spy_emails", "query"=>{}, "fields"=>nil}).limit(-1)
13069
+ MONGODB dummy_test['mail_spy_emails'].remove({})
13070
+  (0.1ms) rollback transaction
13071
+  (0.1ms) begin transaction
13072
+  (0.0ms) rollback transaction
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: mail_spy
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.10
5
+ version: 0.0.11
6
6
  platform: ruby
7
7
  authors:
8
8
  - Timothy Cardenas
@@ -68,7 +68,7 @@ dependencies:
68
68
  type: :runtime
69
69
  version_requirements: *id005
70
70
  - !ruby/object:Gem::Dependency
71
- name: sqlite3
71
+ name: jquery-rails
72
72
  prerelease: false
73
73
  requirement: &id006 !ruby/object:Gem::Requirement
74
74
  none: false
@@ -76,10 +76,10 @@ dependencies:
76
76
  - - ">="
77
77
  - !ruby/object:Gem::Version
78
78
  version: "0"
79
- type: :development
79
+ type: :runtime
80
80
  version_requirements: *id006
81
81
  - !ruby/object:Gem::Dependency
82
- name: turn
82
+ name: sqlite3
83
83
  prerelease: false
84
84
  requirement: &id007 !ruby/object:Gem::Requirement
85
85
  none: false
@@ -90,7 +90,7 @@ dependencies:
90
90
  type: :development
91
91
  version_requirements: *id007
92
92
  - !ruby/object:Gem::Dependency
93
- name: rr
93
+ name: turn
94
94
  prerelease: false
95
95
  requirement: &id008 !ruby/object:Gem::Requirement
96
96
  none: false
@@ -101,7 +101,7 @@ dependencies:
101
101
  type: :development
102
102
  version_requirements: *id008
103
103
  - !ruby/object:Gem::Dependency
104
- name: factory_girl
104
+ name: rr
105
105
  prerelease: false
106
106
  requirement: &id009 !ruby/object:Gem::Requirement
107
107
  none: false
@@ -112,7 +112,7 @@ dependencies:
112
112
  type: :development
113
113
  version_requirements: *id009
114
114
  - !ruby/object:Gem::Dependency
115
- name: factory_girl_rails
115
+ name: factory_girl
116
116
  prerelease: false
117
117
  requirement: &id010 !ruby/object:Gem::Requirement
118
118
  none: false
@@ -123,29 +123,29 @@ dependencies:
123
123
  type: :development
124
124
  version_requirements: *id010
125
125
  - !ruby/object:Gem::Dependency
126
- name: spork
126
+ name: factory_girl_rails
127
127
  prerelease: false
128
128
  requirement: &id011 !ruby/object:Gem::Requirement
129
129
  none: false
130
130
  requirements:
131
- - - ">"
131
+ - - ">="
132
132
  - !ruby/object:Gem::Version
133
- version: 0.9.0.rc
133
+ version: "0"
134
134
  type: :development
135
135
  version_requirements: *id011
136
136
  - !ruby/object:Gem::Dependency
137
- name: spork-testunit
137
+ name: spork
138
138
  prerelease: false
139
139
  requirement: &id012 !ruby/object:Gem::Requirement
140
140
  none: false
141
141
  requirements:
142
- - - ">="
142
+ - - ">"
143
143
  - !ruby/object:Gem::Version
144
- version: "0"
144
+ version: 0.9.0.rc
145
145
  type: :development
146
146
  version_requirements: *id012
147
147
  - !ruby/object:Gem::Dependency
148
- name: ruby-prof
148
+ name: spork-testunit
149
149
  prerelease: false
150
150
  requirement: &id013 !ruby/object:Gem::Requirement
151
151
  none: false
@@ -156,7 +156,7 @@ dependencies:
156
156
  type: :development
157
157
  version_requirements: *id013
158
158
  - !ruby/object:Gem::Dependency
159
- name: minitest
159
+ name: ruby-prof
160
160
  prerelease: false
161
161
  requirement: &id014 !ruby/object:Gem::Requirement
162
162
  none: false
@@ -167,7 +167,7 @@ dependencies:
167
167
  type: :development
168
168
  version_requirements: *id014
169
169
  - !ruby/object:Gem::Dependency
170
- name: timecop
170
+ name: minitest
171
171
  prerelease: false
172
172
  requirement: &id015 !ruby/object:Gem::Requirement
173
173
  none: false
@@ -177,6 +177,17 @@ dependencies:
177
177
  version: "0"
178
178
  type: :development
179
179
  version_requirements: *id015
180
+ - !ruby/object:Gem::Dependency
181
+ name: timecop
182
+ prerelease: false
183
+ requirement: &id016 !ruby/object:Gem::Requirement
184
+ none: false
185
+ requirements:
186
+ - - ">="
187
+ - !ruby/object:Gem::Version
188
+ version: "0"
189
+ type: :development
190
+ version_requirements: *id016
180
191
  description: Mailspy allows for quick and easy creation, sending and tracking of email campaigns
181
192
  email:
182
193
  - trcarden@gmail.com