cowtech-rails 1.8.0.0 → 1.8.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@ module Cowtech
12
12
  rv = YAML.load_file(Rails.root + "config/email.yml")
13
13
 
14
14
  ActionMailer::Base.raise_delivery_errors = true
15
- ActionMailer::Base.default_charset = "utf-8"
15
+ ActionMailer::Base.charset = "utf-8"
16
16
  ActionMailer::Base.delivery_method = method
17
17
 
18
18
  case method
@@ -10,7 +10,7 @@ module Cowtech
10
10
  MAJOR = 1
11
11
  MINOR = 8
12
12
  PATCH = 0
13
- BUILD = 0
13
+ BUILD = 1
14
14
 
15
15
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cowtech-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0.0
4
+ version: 1.8.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: