maildotyml 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,6 @@ production:
10
10
  port: 25
11
11
  authentication: 'login'
12
12
  domain: 'localhost.localdomain'
13
- username: <%= ENV['MAIL_USERNAME'] %>
14
- password: <%= ENV['MAIL_PASSWORD'] %>
13
+ username: <%%= ENV['MAIL_USERNAME'] %>
14
+ password: <%%= ENV['MAIL_PASSWORD'] %>
15
15
  enable_startttls_auto: true
@@ -1,3 +1,3 @@
1
1
  module Maildotyml
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maildotyml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -90,7 +90,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
90
90
  version: '0'
91
91
  segments:
92
92
  - 0
93
- hash: 4518382594176911064
93
+ hash: 1011612109900340780
94
94
  required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  none: false
96
96
  requirements:
@@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  version: '0'
100
100
  segments:
101
101
  - 0
102
- hash: 4518382594176911064
102
+ hash: 1011612109900340780
103
103
  requirements: []
104
104
  rubyforge_project:
105
105
  rubygems_version: 1.8.25