mail_spy 0.0.6 → 0.0.7

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.
@@ -86,7 +86,7 @@ module MailSpy
86
86
  emails = MailSpy::Email.
87
87
  limit(step).offset(offset).
88
88
  where(:schedule_at.lte => DateTime.now, :sent => false, :failed => false).all
89
- break if mails.blank?
89
+ break if emails.blank?
90
90
  emails.each do |email|
91
91
  begin
92
92
  mail = MailSpy::CoreMailer.template(email)
@@ -1,3 +1,3 @@
1
1
  module MailSpy
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
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.6
5
+ version: 0.0.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Timothy Cardenas
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-02-01 00:00:00 Z
13
+ date: 2012-02-02 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails