remote_table 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,7 +31,7 @@ class RemoteTable
31
31
  else
32
32
  return str if t.properties.encoding[0] =~ /utf.?8/i
33
33
  begin
34
- ::Iconv.conv('UTF-8//TRANSLIT', t.properties.encoding[0], str + ' ')[0..-2]
34
+ ::Iconv.conv('UTF-8//TRANSLIT', t.properties.encoding[0], str.to_s + ' ')[0..-2]
35
35
  rescue ::Iconv::IllegalSequence
36
36
  $stderr.puts "[remote_table] Unable to transliterate #{str} into UTF-8 given #{t.properties.encoding[0]}"
37
37
  str
@@ -1,3 +1,3 @@
1
1
  class RemoteTable
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remote_table
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 0
10
- version: 1.2.0
9
+ - 1
10
+ version: 1.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Seamus Abshere