xamplr 1.9.7 → 1.9.8

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.
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 9
4
- :patch: 7
4
+ :patch: 8
5
5
  :build:
@@ -200,11 +200,11 @@ module Xampl
200
200
  else
201
201
  @body << ">"
202
202
  begin
203
- @body.real_concat(content_esc(xampl._content)) if xampl._content
203
+ @body.concat(content_esc(xampl._content)) if xampl._content
204
204
  rescue => e
205
205
  begin
206
206
  s = xampl._content.force_encoding(@body.encoding)
207
- @body.real_concat(content_esc(s)) if xampl._content
207
+ @body.concat(content_esc(s)) if xampl._content
208
208
  rescue => e
209
209
  puts "EXCEPTION: #{ e }"
210
210
  puts "body encoding: #{ @body.encoding }"
data/xamplr.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{xamplr}
8
- s.version = "1.9.7"
8
+ s.version = "1.9.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Bob Hutchison"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xamplr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.7
4
+ version: 1.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Hutchison