australium 1.0.1 → 1.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6fd3f83b9c9d4e08cb36d103b67037fd12f8d8c3
4
- data.tar.gz: 8f942fa3c40bc628ef4582d2ec04a9c64ee148db
3
+ metadata.gz: 3e751df4bd47c61cea7bb09274afa8fb4b6f564b
4
+ data.tar.gz: dcd64001ba79a51dfcfdc9309e3129300c891392
5
5
  SHA512:
6
- metadata.gz: 25969f141083f537faba752bf9916596bce276c87d99557012bf0de6ba91561ac809de48760bc9316158175d2094e805c6877d2a095b3a279cfe11c56a11081e
7
- data.tar.gz: ab1a4982f7a2722feea7ab262b466130f1556cb663c8883295ce32df9522bb20547c90bcc8be9b08a26a747d535d71f2f60cabfe2193da8c8fa12227a17ac58b
6
+ metadata.gz: 00b570966b0b1d5be0292fc752ab26b871d70d636370853eef554a0daf9d1f02b824ebe024167dbe9195431b0c7bbd4b470e3f9a76a15caf464777011f90af8e
7
+ data.tar.gz: 791c15a00fa71ae1931740de3856cd8519c0c9aaed6b6247c8a0a65378d99df55632e21f81f956e4ef9d59da52c58827433e0299da82daf2a2864fe7301c70a6
@@ -17,7 +17,7 @@ module Australium
17
17
  # @return [Array<Game>] the parsed game data.
18
18
  def self.parse_file(logfile)
19
19
  log = File.read(logfile)
20
- Parser::parse(log.split("\n"))
20
+ Parser::parse(log.force_encoding('iso-8859-1').split("\n"))
21
21
  end
22
22
 
23
23
  # Future expansion: #parse should be able to determine the kind of input given and parse accordingly - i.e.
@@ -1,3 +1,3 @@
1
1
  module Australium
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: australium
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - awk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-08 00:00:00.000000000 Z
11
+ date: 2014-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler