smailer 0.7.7 → 0.7.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cfb3aaac9750a68661160faa769d6ce36f24e3a5
4
- data.tar.gz: 1d2ade17a73e709afb61d8743d2a020067182da2
3
+ metadata.gz: b00f6f0078ba4571bbecdb885793210b687dfe78
4
+ data.tar.gz: 43dbfab21a6a0df33fdc6888af15284b77098db7
5
5
  SHA512:
6
- metadata.gz: d28865aa612c1d7abe5128affb73bd7ba0b78af3dc7ac953bf7bc450b2ff08d8ea640f60888fc22a9a997f3c545067aa16afa252713f70024affccf117577682
7
- data.tar.gz: 182c3454a33941e2e59e00e9e1d2fc0e2d3c9fbe732232d47736b20d0a2c8646ba0fd4fa1771da73f170f44485b1a23bc22c4f12f6309a7431c2c064bb136cf2
6
+ metadata.gz: 404447a9f14b07b2524b1cec4d76e455244df0418a927dce01b83e8097808e806281b01e941523ab9f1400d04a5bd97f6bb59d2d71ff039a4d1f9d3ddee248b6
7
+ data.tar.gz: e1b13572bab33e5053ebc377d302f37f85ec70584d220791b452609eeae78e5e81b65589f76891e87671579cf753d0d8da258d89e413dcb178a75ac800c643d6
@@ -44,6 +44,7 @@ module Smailer
44
44
 
45
45
  finished.save!
46
46
  queued_mail.destroy
47
+ queued_mail.delete
47
48
 
48
49
  if update_sent_mails_count && finished.mail_campaign
49
50
  finished.mail_campaign.sent_mails_count += 1
@@ -1,7 +1,7 @@
1
1
  module Smailer
2
2
  MAJOR = 0
3
3
  MINOR = 7
4
- PATCH = 7
4
+ PATCH = 8
5
5
 
6
6
  VERSION = [MAJOR, MINOR, PATCH].join('.')
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smailer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.7
4
+ version: 0.7.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dimitar Dimitrov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-09 00:00:00.000000000 Z
11
+ date: 2015-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler