mailfactory 1.2.2 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/mailfactory.rb +1 -1
  2. metadata +2 -2
@@ -184,7 +184,7 @@ class MailFactory
184
184
 
185
185
  if(options[:date])
186
186
  if(get_header("Date").length == 0)
187
- add_header("Date", Time.now.strftime("%a, %d %B %Y %H:%M:%S %Z"))
187
+ add_header("Date", Time.now.strftime("%a, %d %b %Y %H:%M:%S %z"))
188
188
  end
189
189
  end
190
190
 
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: mailfactory
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.2.2
7
- date: 2006-06-07 00:00:00 -04:00
6
+ version: 1.2.3
7
+ date: 2006-08-01 00:00:00 -04:00
8
8
  summary: MailFactory is a pure-ruby MIME mail generator
9
9
  require_paths:
10
10
  - lib