decoration_mail 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/decoration_mail.gemspec +1 -1
- data/lib/decoration_mail/image.rb +2 -2
- data/spec/unit/image_spec.rb +1 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.2
|
data/decoration_mail.gemspec
CHANGED
data/spec/unit/image_spec.rb
CHANGED
@@ -14,7 +14,7 @@ describe DecorationMail::Image do
|
|
14
14
|
subject { @image }
|
15
15
|
|
16
16
|
it { should respond_to :path }
|
17
|
-
its(:read) { should eql @mail.attachments.first.
|
17
|
+
its(:read) { should eql @mail.attachments.first.decoded }
|
18
18
|
its(:content_id) { should eql "cid:01@110207.142735@______F03B@docomo.ne.jp" }
|
19
19
|
its(:filename) { should eql "06_gochisou_header.gif" }
|
20
20
|
its(:extension) { should eql "gif" }
|