smilodon 0.3.4 → 0.3.5

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.
@@ -1,3 +1,3 @@
1
1
  module Smilodon
2
- VERSION = '0.3.4'
2
+ VERSION = '0.3.5'
3
3
  end
data/lib/smilodon.rb CHANGED
@@ -122,8 +122,7 @@ module Smilodon
122
122
  def read(file)
123
123
  raise DataFileNotConfigured unless file
124
124
  raise MissingDataFile unless File.exist?(path(file))
125
-
126
- Iconv.conv 'UTF-8', 'ISO-8859-1', File.read(path(file))
125
+ File.read path(file)
127
126
  end
128
127
  end
129
128
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smilodon
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 4
10
- version: 0.3.4
9
+ - 5
10
+ version: 0.3.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Umang Chouhan