malone 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/malone.rb +2 -0
  2. data/malone.gemspec +1 -1
  3. metadata +1 -1
@@ -60,6 +60,8 @@ class Malone
60
60
  envelope.rawhtml = dict[:html] if dict[:html]
61
61
  envelope.subject = dict[:subject]
62
62
 
63
+ envelope.attach(dict[:attach]) if dict[:attach]
64
+
63
65
  return envelope
64
66
  end
65
67
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'malone'
3
- s.version = "1.0.3"
3
+ s.version = "1.0.4"
4
4
  s.summary = %{Dead-simple Ruby mailing solution which always delivers.}
5
5
  s.date = "2011-01-10"
6
6
  s.author = "Cyril David"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: malone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: