cowtech-rails 1.8.0.0 → 1.8.0.1

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.
@@ -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: