smilodon 0.3.9 → 0.3.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 151a8d74f913dd890dbab81a416893da686e039f
4
- data.tar.gz: 40f3ebef13f1df555695a60589a7e2e83612dc9f
3
+ metadata.gz: 74a2cc8736a10c0ae0824236c4ae6e18a336816d
4
+ data.tar.gz: 1b2ac682b7073a3cb54c0137337fd1bb7c1b47d1
5
5
  SHA512:
6
- metadata.gz: b3b23046bfeb0d557231e0233a5c9367cd03563410a8cda04bd4b46a38bd688d79ba32c59801226a4a81f68a6630347ad5a1774ba59e046d0c7871244edb2bb0
7
- data.tar.gz: 7f566d9f4c4af1d941d9175ace2e0aa031b56294974a785d63e877bc24578e45e46e3008f7005c985a9413ed8820a79546634dd03eeb9c0951ba42aa2638c895
6
+ metadata.gz: 9ab6b61809d5d56efcb72a949b85794b450e48d19d76740aded536b78a88d3d469ba186a98fe79bb5e72edbc993dfc9e20f710d7a48053dba1a072457392f222
7
+ data.tar.gz: 382d37b22b542a5aa075c8ad08dac28518aa64cd140544e11c6d87cfe937bb6aaf90545939f8b040fc7a2ef6dc36700f3070d9207fd62de358effa3a0ef7a194
@@ -1,3 +1,3 @@
1
1
  module Smilodon
2
- VERSION = '0.3.9'
2
+ VERSION = '0.3.10'
3
3
  end
data/lib/smilodon.rb CHANGED
@@ -122,7 +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
- File.open(path(file), 'r:UTF-8').read
125
+ File.open(path(file)).read
126
126
  end
127
127
  end
128
128
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smilodon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Umang Chouhan
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-04-03 00:00:00.000000000 Z
13
+ date: 2013-04-05 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: Smilodon is a utility to parse data files.
16
16
  email: