twitter_cldr 6.1.0 → 6.2.0

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.
@@ -24,7 +24,13 @@ describe 'Timezones' do
24
24
 
25
25
  fast_locales = [:en, :es, :de, :ja, :ko, :fr, :ru, :ar, :he, :fi]
26
26
 
27
- TwitterCldr.supported_locales.each do |locale|
27
+ locales = if ENV['LOCALES']
28
+ ENV['LOCALES'].split(',').map { |loc| loc.strip.to_sym }
29
+ else
30
+ TwitterCldr.supported_locales
31
+ end
32
+
33
+ locales.each do |locale|
28
34
  locale_name = locale.localize.as_language_code || locale.to_s
29
35
 
30
36
  context "timezones in #{locale_name}", slow: !fast_locales.include?(locale) do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitter_cldr
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.0
4
+ version: 6.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cameron Dutro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-18 00:00:00.000000000 Z
11
+ date: 2020-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: camertron-eprun
@@ -348,6 +348,7 @@ files:
348
348
  - resources/collation/tailoring/en-US.yml
349
349
  - resources/collation/tailoring/en-ZA.yml
350
350
  - resources/collation/tailoring/en.yml
351
+ - resources/collation/tailoring/eo.yml
351
352
  - resources/collation/tailoring/es-419.yml
352
353
  - resources/collation/tailoring/es-AR.yml
353
354
  - resources/collation/tailoring/es-CO.yml
@@ -443,6 +444,7 @@ files:
443
444
  - resources/collation/tries/en-US.dump
444
445
  - resources/collation/tries/en-ZA.dump
445
446
  - resources/collation/tries/en.dump
447
+ - resources/collation/tries/eo.dump
446
448
  - resources/collation/tries/es-419.dump
447
449
  - resources/collation/tries/es-AR.dump
448
450
  - resources/collation/tries/es-CO.dump
@@ -887,6 +889,20 @@ files:
887
889
  - resources/locales/en/territories.yml
888
890
  - resources/locales/en/timezones.yml
889
891
  - resources/locales/en/units.yml
892
+ - resources/locales/eo/calendars.yml
893
+ - resources/locales/eo/currencies.yml
894
+ - resources/locales/eo/day_periods.yml
895
+ - resources/locales/eo/fields.yml
896
+ - resources/locales/eo/languages.yml
897
+ - resources/locales/eo/layout.yml
898
+ - resources/locales/eo/lists.yml
899
+ - resources/locales/eo/numbers.yml
900
+ - resources/locales/eo/plural_rules.yml
901
+ - resources/locales/eo/plurals.yml
902
+ - resources/locales/eo/rbnf.yml
903
+ - resources/locales/eo/territories.yml
904
+ - resources/locales/eo/timezones.yml
905
+ - resources/locales/eo/units.yml
890
906
  - resources/locales/es-419/calendars.yml
891
907
  - resources/locales/es-419/currencies.yml
892
908
  - resources/locales/es-419/day_periods.yml
@@ -3667,6 +3683,7 @@ files:
3667
3683
  - spec/formatters/numbers/rbnf/locales/en-SG/rbnf_test.yml
3668
3684
  - spec/formatters/numbers/rbnf/locales/en-ZA/rbnf_test.yml
3669
3685
  - spec/formatters/numbers/rbnf/locales/en/rbnf_test.yml
3686
+ - spec/formatters/numbers/rbnf/locales/eo/rbnf_test.yml
3670
3687
  - spec/formatters/numbers/rbnf/locales/es-419/rbnf_test.yml
3671
3688
  - spec/formatters/numbers/rbnf/locales/es-CO/rbnf_test.yml
3672
3689
  - spec/formatters/numbers/rbnf/locales/es-MX/rbnf_test.yml
@@ -3813,6 +3830,7 @@ files:
3813
3830
  - spec/timezones/tests/en-US.yml
3814
3831
  - spec/timezones/tests/en-ZA.yml
3815
3832
  - spec/timezones/tests/en.yml
3833
+ - spec/timezones/tests/eo.yml
3816
3834
  - spec/timezones/tests/es-419.yml
3817
3835
  - spec/timezones/tests/es-AR.yml
3818
3836
  - spec/timezones/tests/es-CO.yml