fbup 0.1.2 → 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: 33923b42a018912296afcb27db14743f78423e51544fbe92824e2e82517e3d76
4
- data.tar.gz: 6bad9339c925d0422c7bd0f32993ea5974027d30ace711a8a6c81cf9cdf9fbd6
3
+ metadata.gz: d115aef45d2af98f2e9888dec2ac6efc7dac781eb4caf5066b31ab6dbfd0f391
4
+ data.tar.gz: 1c435a5430e5966b96783c0c0dc24825fc299cb293b4fb207c1c38185865d1db
5
5
  SHA512:
6
- metadata.gz: 81044d7cb605d472b002aab5c9ba181b51f80f9333d62c59ca09318c1f49884eb55f6744217d83e7acda2ea9a4bdfca0100afa9a483bd8f7047b5d992b5ad6fd
7
- data.tar.gz: 2a9cf3a2fdbe49b3a27c5aafa8e8ba2471461e6c4f7ca3b7e4dde39fec782a59155cb37096e591459fa8b3640ee6d21451f8dc758fd1cd198baed9f5fceffd4b
6
+ metadata.gz: 0e4ab909468866bab66ccbc20cdabe583068712b97a24358b57d91188c6e962dfadae7ec75cf405b261786fbc2349a0ea944f00f1270638f7c280e5b601bb844
7
+ data.tar.gz: edc46e659a27cfdfb00ef71c22ea2957690c2a441549984a1e2f8df81792279ac3d448071057718b2c2abac0fc62f3d2da43b448e5ce37c09e6e48357e59adff
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ### 0.1.2
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
@@ -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 !!!
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 = 2
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.2
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