right_support 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -109,7 +109,8 @@ module RightSupport::Net
109
109
  end
110
110
  end
111
111
 
112
- value.force_encoding(Encoding::ASCII_8BIT)
112
+ value.force_encoding(Encoding::ASCII_8BIT) if value.respond_to?(:force_encoding)
113
+ value
113
114
  end
114
115
  end
115
116
  end
@@ -7,7 +7,7 @@ spec = Gem::Specification.new do |s|
7
7
  s.required_ruby_version = Gem::Requirement.new(">= 1.8.7")
8
8
 
9
9
  s.name = 'right_support'
10
- s.version = '1.1.1'
10
+ s.version = '1.1.2'
11
11
  s.date = '2011-11-17'
12
12
 
13
13
  s.authors = ['Tony Spataro', 'Sergey Sergyenko', 'Ryan Williamson']
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: right_support
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 1
10
- version: 1.1.1
9
+ - 2
10
+ version: 1.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tony Spataro