adzap-ar_mailer 1.4.2 → 1.4.3

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ = 1.4.3
2
+
3
+ * Bugs fixed
4
+ * Replaced mistaken call to log when removing pid file artifact for
5
+ non-running daemon
6
+
1
7
  = 1.4.2
2
8
 
3
9
  * New Features
@@ -54,7 +54,7 @@ class ActionMailer::ARSendmail
54
54
  ##
55
55
  # The version of ActionMailer::ARSendmail you are running.
56
56
 
57
- VERSION = '1.4.2'
57
+ VERSION = '1.4.3'
58
58
 
59
59
  ##
60
60
  # Maximum number of times authentication will be consecutively retried
@@ -362,7 +362,7 @@ end
362
362
  else
363
363
  # not running, so remove existing pid file and continue
364
364
  self.remove_pid_file
365
- log "ar_sendmail is not running. Removing existing pid file and starting up..."
365
+ $stderr.puts "ar_sendmail is not running. Removing existing pid file and starting up..."
366
366
  end
367
367
  end
368
368
  WEBrick::Daemon.start
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adzap-ar_mailer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Hodel