merb-mailer 1.0.6.1 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.textile +2 -5
  2. metadata +3 -3
data/README.textile CHANGED
@@ -47,7 +47,7 @@ Merb::Mailer.config = {
47
47
  }
48
48
  </code></pre>
49
49
 
50
- * require "smtp_tls":http://www.rubyinside.com/how-to-use-gmails-smtp-server-with-rails-394.html
50
+ * require the gem "smtptls"
51
51
  * Use :text option instead of :body when deliver.
52
52
 
53
53
  <pre><code class="ruby">
@@ -153,10 +153,7 @@ end
153
153
  This will look for app/mailers/views/resource_shortage_mailer/hdd_space_shortage_detailed.html.erb for
154
154
  html and app/mailers/views/resource_shortage_mailer/hdd_space_shortage.text.erb for text.
155
155
 
156
- See "render_mail documentation":http://merbivore.com/documentation/merb-more/0.9.3/merb-mailer/index.html?a=M000019&name=render_mail
157
- for more examples, this method has a lot of options how you can use it.
158
-
159
-
156
+ See Merb::MailerMixin#render_mail documentation for more examples, this method has a lot of options how you can use it.
160
157
 
161
158
  h2. Using Merb mailer to send emails outside of controllers.
162
159
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: merb-mailer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6.1
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yehuda Katz
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-16 00:00:00 -08:00
12
+ date: 2008-12-28 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 1.0.6.1
23
+ version: 1.0.7
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: mailfactory