ar_mailer_rails3 2.1.9 → 2.1.10

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 CHANGED
@@ -1 +1 @@
1
- 2.1.9
1
+ 2.1.10
@@ -256,7 +256,7 @@ class ArMailerRails3::ARSendmail
256
256
 
257
257
  Dir.chdir options[:Chdir] do
258
258
  begin
259
- require 'config/environment'
259
+ require Dir.pwd + '/config/environment'
260
260
  require 'ar_mailer_rails3/active_record'
261
261
  rescue LoadError
262
262
  usage opts, <<-EOF
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 1
8
- - 9
9
- version: 2.1.9
8
+ - 10
9
+ version: 2.1.10
10
10
  platform: ruby
11
11
  authors:
12
12
  - Yuanyi Zhang
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-06-02 00:00:00 +08:00
17
+ date: 2010-07-28 00:00:00 +08:00
18
18
  default_executable: ar_sendmail_rails3
19
19
  dependencies: []
20
20