viewpoint 0.1.18 → 0.1.19

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.
Files changed (2) hide show
  1. data/lib/model/message.rb +3 -0
  2. metadata +2 -2
@@ -108,6 +108,9 @@ module Viewpoint
108
108
  mail.html_part do
109
109
  body msg.body
110
110
  end
111
+ mail.text_part do
112
+ body Nokogiri::HTML(msg.body).content
113
+ end
111
114
  else
112
115
  mail.text_part do
113
116
  body msg.body
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: viewpoint
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.18
5
+ version: 0.1.19
6
6
  platform: ruby
7
7
  authors:
8
8
  - Dan Wanek
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-02-25 00:00:00 -06:00
13
+ date: 2011-02-26 00:00:00 -06:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency