wcc 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/wcc/mail.rb +1 -1
  2. data/lib/wcc/version.rb +1 -1
  3. metadata +4 -4
data/lib/wcc/mail.rb CHANGED
@@ -79,7 +79,7 @@ module WCC
79
79
  from_mail = MailAddress.new(conf['smtp']['from'] || "#{Etc.getlogin}@localhost")
80
80
  return {
81
81
  :mailer => 'smtp',
82
- :from_mail => from_mails,
82
+ :from_mail => from_mail,
83
83
  :smtp_host => conf['smtp']['host'] || 'localhost',
84
84
  :smtp_port => conf['smtp']['port'] || 25
85
85
  }
data/lib/wcc/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
 
2
2
  module WCC
3
- VERSION = "2.0.1"
3
+ VERSION = "2.0.2"
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wcc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 1
10
- version: 2.0.1
9
+ - 2
10
+ version: 2.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Christian Nicolai
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-16 00:00:00 Z
18
+ date: 2011-10-18 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: htmlentities