fbup 0.1.1 → 0.1.3

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
  SHA256:
3
- metadata.gz: '07096715a38cb0bcd17cd41f5904203118e2d25c0cb3d55f9a693e7e5697ea4c'
4
- data.tar.gz: dad822c19b93b47455443d4f46d08ba8a43fd0ea75e7562bab792ef412e89fd8
3
+ metadata.gz: d115aef45d2af98f2e9888dec2ac6efc7dac781eb4caf5066b31ab6dbfd0f391
4
+ data.tar.gz: 1c435a5430e5966b96783c0c0dc24825fc299cb293b4fb207c1c38185865d1db
5
5
  SHA512:
6
- metadata.gz: 17a84b2d10d04d66c98920cf522f650fd2821eb8655465383e22494903c34052ba7ed6559212b4561832f5afa653ac31012ebaeac943dd0739c61026755c8f22
7
- data.tar.gz: 7ac5c17ac2f5f5471a0a311db84c404d9d3212937466085d9be4b6b1a4d6b89e73d872ae844818386552c10243d4c1f34d8f062bc0c3ae6c4fd1d0eb02173128
6
+ metadata.gz: 0e4ab909468866bab66ccbc20cdabe583068712b97a24358b57d91188c6e962dfadae7ec75cf405b261786fbc2349a0ea944f00f1270638f7c280e5b601bb844
7
+ data.tar.gz: edc46e659a27cfdfb00ef71c22ea2957690c2a441549984a1e2f8df81792279ac3d448071057718b2c2abac0fc62f3d2da43b448e5ce37c09e6e48357e59adff
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ### 0.1.1
1
+ ### 0.1.3
2
2
  ### 0.0.1 / 2024-12-29
3
3
 
4
4
  * Everything is new. First release.
@@ -14,7 +14,7 @@ key, path, flags
14
14
 
15
15
  at, austria, classic
16
16
 
17
- de, deutschland, classic
17
+ de, deutschland, classic
18
18
  eng, england, classic
19
19
  es, espana, classic
20
20
  it, italy, classic
@@ -98,7 +98,7 @@ nir, europe/northern-ireland,
98
98
 
99
99
 
100
100
 
101
- euro, euro,
101
+ euro, euro, ## add custom flag - why? why not?
102
102
 
103
103
 
104
104
 
@@ -114,7 +114,7 @@ copa.s, south-america/copa-libertadores,
114
114
 
115
115
 
116
116
  ###
117
- # world repo
117
+ # /world repo
118
118
 
119
119
  eg, world/africa/egypt,
120
120
  ma, world/africa/morocco,
@@ -137,8 +137,6 @@ mls, world/north-america/major-league-soccer,
137
137
 
138
138
 
139
139
  mx, world/north-america/mexico,
140
- ## todo/check - why mx config is not enough?
141
- ## mx.2.expansion, world/north-america/mexico
142
140
 
143
141
 
144
142
  ## fix/change concacaf.cl to concacaf.champs !!!
@@ -150,4 +148,4 @@ concacaf.champs, world/north-america/champions-league,
150
148
  au, world/pacific/australia,
151
149
 
152
150
 
153
- world, worldcup,
151
+ world, worldcup, ## add custom flag - why? why not?
data/lib/fbup/main.rb CHANGED
@@ -174,7 +174,8 @@ datasets.each do |league_key, seasons|
174
174
 
175
175
 
176
176
  ## build
177
- txt = if classic_flag || opts[:v1]
177
+ txt = if opts[:v1]
178
+ ## todo - change upstream build to build_v1
178
179
  SportDb::TxtMatchWriter.build( matches )
179
180
  else
180
181
  SportDb::TxtMatchWriter.build_v2( matches )
data/lib/fbup/version.rb CHANGED
@@ -4,7 +4,7 @@ module Module
4
4
  module Fbup
5
5
  MAJOR = 0 ## todo: namespace inside version or something - why? why not??
6
6
  MINOR = 1
7
- PATCH = 1
7
+ PATCH = 3
8
8
  VERSION = [MAJOR,MINOR,PATCH].join('.')
9
9
 
10
10
  def self.version
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fbup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-24 00:00:00.000000000 Z
11
+ date: 2025-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gitti