remailer 0.4.20 → 0.4.21
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.
- data/VERSION +1 -1
- data/lib/remailer/connection/smtp_interpreter.rb +3 -0
- data/remailer.gemspec +2 -2
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.21
|
|
@@ -151,6 +151,9 @@ class Remailer::Connection::SmtpInterpreter < Remailer::Interpreter
|
|
|
151
151
|
handle_reply_continuation(535, reply_message, continues) do |reply_code, reply_message|
|
|
152
152
|
@error = reply_message
|
|
153
153
|
|
|
154
|
+
delegate.debug_notification(:error, "[#{@state}] #{reply_code} #{reply_message}")
|
|
155
|
+
delegate.error_notification(reply_code, reply_message)
|
|
156
|
+
|
|
154
157
|
enter_state(:quit)
|
|
155
158
|
end
|
|
156
159
|
end
|
data/remailer.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "remailer"
|
|
8
|
-
s.version = "0.4.
|
|
8
|
+
s.version = "0.4.21"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Scott Tadman"]
|
|
12
|
-
s.date = "2011-11-
|
|
12
|
+
s.date = "2011-11-03"
|
|
13
13
|
s.description = "EventMachine SMTP Mail User Agent"
|
|
14
14
|
s.email = "scott@twg.ca"
|
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: remailer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.21
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2011-11-
|
|
12
|
+
date: 2011-11-03 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: eventmachine
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &2153795500 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *2153795500
|
|
25
25
|
description: EventMachine SMTP Mail User Agent
|
|
26
26
|
email: scott@twg.ca
|
|
27
27
|
executables: []
|