adzap-ar_mailer 2.1.9 → 2.1.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,8 @@
1
+ = 2.1.10
2
+
3
+ * Bugs fixed
4
+ * Fix require 'thread' for newer version of Rubygems (groan)
5
+
1
6
  = 2.1.9
2
7
 
3
8
  * Merged in minimal environment load option (experimental)
@@ -45,7 +45,7 @@ class ActionMailer::ARSendmail
45
45
  ##
46
46
  # The version of ActionMailer::ARSendmail you are running.
47
47
 
48
- VERSION = '2.1.9'
48
+ VERSION = '2.1.10'
49
49
 
50
50
  ##
51
51
  # Maximum number of times authentication will be consecutively retried
@@ -288,6 +288,7 @@ class ActionMailer::ARSendmail
288
288
  def self.load_minimal_environment(base_path)
289
289
  Dir.chdir(base_path) do
290
290
  Dir.glob('vendor/rails/*/lib').each { |dir| $:.unshift File.expand_path(dir) }
291
+ require 'thread'
291
292
  require 'yaml'
292
293
  require 'erb'
293
294
  require 'active_record'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adzap-ar_mailer
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 1
9
- - 9
10
- version: 2.1.9
9
+ - 10
10
+ version: 2.1.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Eric Hodel