football-to-sqlite 0.2.0 → 0.2.1

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: 1d29ed5da5ccbe1e428ddc5b95c2e31b0d48bb63
4
- data.tar.gz: f452ef032cfdbe2443f1717c8fa27a64bce067d1
3
+ metadata.gz: fb6f117b1afa6ec60f93af0c69e36e295ffaa625
4
+ data.tar.gz: 8c0d21e035208b96f748c7095450b1a90d31ba1e
5
5
  SHA512:
6
- metadata.gz: 37536591b5ba24d020d7db075027b165d5c1838b960748a4de5ab8eb30267d6231774fdf7d9dd122224eec26691a21f68ef3e2b04c43ca582ea49453c779bd25
7
- data.tar.gz: b13d42d79be8f053ad70ef3005d19cbc6016472ec9f4355b2563ff92bab5cad4c899d14f89dbfb5e7f761413bb39101422d1dac2b7d85750aa3fa71842db8334
6
+ metadata.gz: 3957556be8ed234284b402177c2b1c7c8c84cb56e30afad1ec7b9c7906b33b3fa83dcbdc464474ec8636cec57918a0dcdbd64f94fe86dc80a36836302125f6c9
7
+ data.tar.gz: baadc2d7480f698b752bcc9b471fa2edffb52ea2e7f59cdcbd25ca241e785f9f34f6c17f2e4f2d7b699a2026d18cf46500073fa43f84867612c44bdf5dab6e1a
@@ -62,7 +62,7 @@ def run( args )
62
62
  args.each do |arg|
63
63
  puts "reading #{arg}..."
64
64
  ## note: only support reading matchfiles for now (NOT zips & dirs or clubs & leagues etc.)
65
- # SportDb.read_match( arg )
65
+ SportDb.read_match( arg )
66
66
  end
67
67
 
68
68
  ## todo: check if stdin is always utf-8 or such?
@@ -73,7 +73,7 @@ def run( args )
73
73
  puts "[------------->>>"
74
74
  puts txt
75
75
  puts "<<<-------------]"
76
- # SportDb.parse_match( txt )
76
+ SportDb.parse_match( txt )
77
77
  puts "encoding: #{txt.encoding}"
78
78
  end
79
79
 
@@ -5,7 +5,7 @@ module FootballToSqlite
5
5
 
6
6
  MAJOR = 0 ## todo: namespace inside version or something - why? why not??
7
7
  MINOR = 2
8
- PATCH = 0
8
+ PATCH = 1
9
9
  VERSION = [MAJOR,MINOR,PATCH].join('.')
10
10
 
11
11
  def self.version
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: football-to-sqlite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer