Skip to content

Commit aafc594

Browse files
committed
added a missing/new EventType used for Coopernuoto meetings ('6X50SL') + bundle updates
1 parent 6849627 commit aafc594

File tree

6 files changed

+74
-69
lines changed

6 files changed

+74
-69
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
_Please, add the latest build info on top of the list; use Version::MAJOR only after gold release; keep semantic versioning in line with framework's_
44

5+
- **0.7.20** [Steve A.] bundle updates; added a missing/new EventType used for Coopernuoto meetings ('6X50SL')
56
- **0.7.19** [Steve A.] bundle updates; added new Seasons & categories for 2024-2025
67
- **0.7.18** [Steve A.] bundle updates & misc specs adjustments; removed Patreon links for sponsorship
78
- **0.7.14** [Steve A.] handle nil search values in DbFinders::BaseStrategy

Gemfile.lock

Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
goggles_db (0.7.19)
4+
goggles_db (0.7.20)
55
acts-as-taggable-on
66
acts_as_votable
77
cities
@@ -36,64 +36,64 @@ GEM
3636
RubyInline (3.14.1)
3737
ZenTest (~> 4.3)
3838
ZenTest (4.12.2)
39-
actioncable (6.1.7.8)
40-
actionpack (= 6.1.7.8)
41-
activesupport (= 6.1.7.8)
39+
actioncable (6.1.7.9)
40+
actionpack (= 6.1.7.9)
41+
activesupport (= 6.1.7.9)
4242
nio4r (~> 2.0)
4343
websocket-driver (>= 0.6.1)
44-
actionmailbox (6.1.7.8)
45-
actionpack (= 6.1.7.8)
46-
activejob (= 6.1.7.8)
47-
activerecord (= 6.1.7.8)
48-
activestorage (= 6.1.7.8)
49-
activesupport (= 6.1.7.8)
44+
actionmailbox (6.1.7.9)
45+
actionpack (= 6.1.7.9)
46+
activejob (= 6.1.7.9)
47+
activerecord (= 6.1.7.9)
48+
activestorage (= 6.1.7.9)
49+
activesupport (= 6.1.7.9)
5050
mail (>= 2.7.1)
51-
actionmailer (6.1.7.8)
52-
actionpack (= 6.1.7.8)
53-
actionview (= 6.1.7.8)
54-
activejob (= 6.1.7.8)
55-
activesupport (= 6.1.7.8)
51+
actionmailer (6.1.7.9)
52+
actionpack (= 6.1.7.9)
53+
actionview (= 6.1.7.9)
54+
activejob (= 6.1.7.9)
55+
activesupport (= 6.1.7.9)
5656
mail (~> 2.5, >= 2.5.4)
5757
rails-dom-testing (~> 2.0)
58-
actionpack (6.1.7.8)
59-
actionview (= 6.1.7.8)
60-
activesupport (= 6.1.7.8)
58+
actionpack (6.1.7.9)
59+
actionview (= 6.1.7.9)
60+
activesupport (= 6.1.7.9)
6161
rack (~> 2.0, >= 2.0.9)
6262
rack-test (>= 0.6.3)
6363
rails-dom-testing (~> 2.0)
6464
rails-html-sanitizer (~> 1.0, >= 1.2.0)
65-
actiontext (6.1.7.8)
66-
actionpack (= 6.1.7.8)
67-
activerecord (= 6.1.7.8)
68-
activestorage (= 6.1.7.8)
69-
activesupport (= 6.1.7.8)
65+
actiontext (6.1.7.9)
66+
actionpack (= 6.1.7.9)
67+
activerecord (= 6.1.7.9)
68+
activestorage (= 6.1.7.9)
69+
activesupport (= 6.1.7.9)
7070
nokogiri (>= 1.8.5)
71-
actionview (6.1.7.8)
72-
activesupport (= 6.1.7.8)
71+
actionview (6.1.7.9)
72+
activesupport (= 6.1.7.9)
7373
builder (~> 3.1)
7474
erubi (~> 1.4)
7575
rails-dom-testing (~> 2.0)
7676
rails-html-sanitizer (~> 1.1, >= 1.2.0)
77-
activejob (6.1.7.8)
78-
activesupport (= 6.1.7.8)
77+
activejob (6.1.7.9)
78+
activesupport (= 6.1.7.9)
7979
globalid (>= 0.3.6)
80-
activemodel (6.1.7.8)
81-
activesupport (= 6.1.7.8)
80+
activemodel (6.1.7.9)
81+
activesupport (= 6.1.7.9)
8282
activemodel-serializers-xml (1.0.3)
8383
activemodel (>= 5.0.0.a)
8484
activesupport (>= 5.0.0.a)
8585
builder (~> 3.1)
86-
activerecord (6.1.7.8)
87-
activemodel (= 6.1.7.8)
88-
activesupport (= 6.1.7.8)
89-
activestorage (6.1.7.8)
90-
actionpack (= 6.1.7.8)
91-
activejob (= 6.1.7.8)
92-
activerecord (= 6.1.7.8)
93-
activesupport (= 6.1.7.8)
86+
activerecord (6.1.7.9)
87+
activemodel (= 6.1.7.9)
88+
activesupport (= 6.1.7.9)
89+
activestorage (6.1.7.9)
90+
actionpack (= 6.1.7.9)
91+
activejob (= 6.1.7.9)
92+
activerecord (= 6.1.7.9)
93+
activesupport (= 6.1.7.9)
9494
marcel (~> 1.0)
9595
mini_mime (>= 1.1.0)
96-
activesupport (6.1.7.8)
96+
activesupport (6.1.7.9)
9797
concurrent-ruby (~> 1.0, >= 1.0.2)
9898
i18n (>= 1.6, < 2)
9999
minitest (>= 5.1)
@@ -132,10 +132,10 @@ GEM
132132
coderay (1.1.3)
133133
colorize (1.1.0)
134134
concurrent-ruby (1.3.4)
135-
countries (6.0.1)
135+
countries (7.0.0)
136136
unaccent (~> 0.3)
137-
country_select (9.0.0)
138-
countries (> 5.0, < 7.0)
137+
country_select (10.0.0)
138+
countries (> 5.0, < 8.0)
139139
crass (1.0.6)
140140
date (3.3.4)
141141
debug_inspector (1.2.0)
@@ -220,7 +220,7 @@ GEM
220220
activesupport (>= 5.1)
221221
haml (>= 4.0.6)
222222
railties (>= 5.1)
223-
haml_lint (0.58.0)
223+
haml_lint (0.59.0)
224224
haml (>= 5.0)
225225
parallel (~> 1.10)
226226
rainbow
@@ -235,7 +235,7 @@ GEM
235235
term-ansicolor
236236
yard (~> 0.9.12)
237237
json (2.7.2)
238-
jwt (2.9.0)
238+
jwt (2.9.3)
239239
base64
240240
language_server-protocol (3.17.0.3)
241241
launchy (3.0.1)
@@ -270,7 +270,7 @@ GEM
270270
nenv (0.3.0)
271271
net-http (0.4.1)
272272
uri
273-
net-imap (0.4.16)
273+
net-imap (0.5.0)
274274
date
275275
net-protocol
276276
net-pop (0.1.2)
@@ -323,26 +323,26 @@ GEM
323323
pry (~> 0.13)
324324
public_suffix (6.0.1)
325325
racc (1.8.1)
326-
rack (2.2.9)
326+
rack (2.2.10)
327327
rack-protection (3.2.0)
328328
base64 (>= 0.1.0)
329329
rack (~> 2.2, >= 2.2.4)
330330
rack-test (2.1.0)
331331
rack (>= 1.3)
332-
rails (6.1.7.8)
333-
actioncable (= 6.1.7.8)
334-
actionmailbox (= 6.1.7.8)
335-
actionmailer (= 6.1.7.8)
336-
actionpack (= 6.1.7.8)
337-
actiontext (= 6.1.7.8)
338-
actionview (= 6.1.7.8)
339-
activejob (= 6.1.7.8)
340-
activemodel (= 6.1.7.8)
341-
activerecord (= 6.1.7.8)
342-
activestorage (= 6.1.7.8)
343-
activesupport (= 6.1.7.8)
332+
rails (6.1.7.9)
333+
actioncable (= 6.1.7.9)
334+
actionmailbox (= 6.1.7.9)
335+
actionmailer (= 6.1.7.9)
336+
actionpack (= 6.1.7.9)
337+
actiontext (= 6.1.7.9)
338+
actionview (= 6.1.7.9)
339+
activejob (= 6.1.7.9)
340+
activemodel (= 6.1.7.9)
341+
activerecord (= 6.1.7.9)
342+
activestorage (= 6.1.7.9)
343+
activesupport (= 6.1.7.9)
344344
bundler (>= 1.15.0)
345-
railties (= 6.1.7.8)
345+
railties (= 6.1.7.9)
346346
sprockets-rails (>= 2.0.0)
347347
rails-dom-testing (2.2.0)
348348
activesupport (>= 5.0.0)
@@ -354,9 +354,9 @@ GEM
354354
rails-i18n (6.0.0)
355355
i18n (>= 0.7, < 2)
356356
railties (>= 6.0.0, < 7)
357-
railties (6.1.7.8)
358-
actionpack (= 6.1.7.8)
359-
activesupport (= 6.1.7.8)
357+
railties (6.1.7.9)
358+
actionpack (= 6.1.7.9)
359+
activesupport (= 6.1.7.9)
360360
method_source
361361
rake (>= 12.2)
362362
thor (~> 1.0)
@@ -381,7 +381,7 @@ GEM
381381
rspec-expectations (3.13.3)
382382
diff-lcs (>= 1.2.0, < 2.0)
383383
rspec-support (~> 3.13.0)
384-
rspec-mocks (3.13.1)
384+
rspec-mocks (3.13.2)
385385
diff-lcs (>= 1.2.0, < 2.0)
386386
rspec-support (~> 3.13.0)
387387
rspec-rails (6.1.5)
@@ -398,7 +398,7 @@ GEM
398398
rspec_pacman_formatter (0.1.7)
399399
colorize
400400
rspec
401-
rubocop (1.66.1)
401+
rubocop (1.67.0)
402402
json (~> 2.3)
403403
language_server-protocol (>= 3.17.0)
404404
parallel (~> 1.10)
@@ -421,7 +421,7 @@ GEM
421421
rubocop (>= 1.33.0, < 2.0)
422422
rubocop-rake (0.6.0)
423423
rubocop (~> 1.0)
424-
rubocop-rspec (3.0.5)
424+
rubocop-rspec (3.1.0)
425425
rubocop (~> 1.61)
426426
rubocop-rspec_rails (2.30.0)
427427
rubocop (~> 1.61)
@@ -477,7 +477,7 @@ GEM
477477
thor (1.3.2)
478478
tilt (2.4.0)
479479
timeout (0.4.1)
480-
tins (1.33.0)
480+
tins (1.36.1)
481481
bigdecimal
482482
sync
483483
tzinfo (2.0.6)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Official Framework Wiki, [here](https://github.com/steveoro/goggles_db/wiki) (v.
1919
## Requires
2020

2121
- Ruby 3.1.4
22-
- Rails 6.1.7.7+
22+
- Rails 6.1.7.9+
2323
- MariaDb 15.1 dist. 10.6.16+ or any other MySql equivalent version
2424

2525

config/locales/application_lookup_entities.en.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,8 @@ en:
552552
long_label_M8X25MI: "MIXED 8x25 INTERMIXED RELAY (4 swimmers)"
553553
label_A8X25MI: "MX 8x25 IM (x8)"
554554
long_label_A8X25MI: "MIXED 8x25 INTERMIXED RELAY (8 swimmers)"
555+
label_M6X50SL: "MS 6x50 FS"
556+
long_label_M6X50SL: "MIXED 6x50 FREESTYLE RELAY (6 swimmers)"
555557

556558
disqualification_code_types:
557559
code: "code"

config/locales/application_lookup_entities.it.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,8 @@ it:
552552
long_label_M8X25MI: "MISTAFFETTA 8x25 MISTA (4 nuotatori)"
553553
label_A8X25MI: "MS 8x25 MI (x8)"
554554
long_label_A8X25MI: "MISTAFFETTA 8x25 MISTA (8 nuotatori)"
555+
label_M6X50SL: "MS 6x50 SL"
556+
long_label_M6X50SL: "MISTAFFETTA 6x50 STILE (6 nuotatori)"
555557

556558
disqualification_code_types:
557559
code: "Cod."

lib/goggles_db/version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
module GogglesDb
88
# Public gem version (uses Semantic versioning)
9-
VERSION = '0.7.19'
9+
VERSION = '0.7.20'
1010

1111
# == Versioning codes
1212
#
@@ -19,8 +19,8 @@ module Version
1919
CORE = 'C7'
2020
MAJOR = '0'
2121
MINOR = '7'
22-
PATCH = '19'
23-
BUILD = '20240918'
22+
PATCH = '20'
23+
BUILD = '20241018'
2424

2525
# Full label
2626
FULL = "#{MAJOR}.#{MINOR}.#{PATCH} (#{CORE}-#{BUILD})".freeze

0 commit comments

Comments
 (0)