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 +4 -4
- data/lib/australium.rb +1 -1
- data/lib/australium/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e751df4bd47c61cea7bb09274afa8fb4b6f564b
|
4
|
+
data.tar.gz: dcd64001ba79a51dfcfdc9309e3129300c891392
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00b570966b0b1d5be0292fc752ab26b871d70d636370853eef554a0daf9d1f02b824ebe024167dbe9195431b0c7bbd4b470e3f9a76a15caf464777011f90af8e
|
7
|
+
data.tar.gz: 791c15a00fa71ae1931740de3856cd8519c0c9aaed6b6247c8a0a65378d99df55632e21f81f956e4ef9d59da52c58827433e0299da82daf2a2864fe7301c70a6
|
data/lib/australium.rb
CHANGED
@@ -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.
|
data/lib/australium/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2014-06-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|