twitter_cldr 3.1.2 → 3.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. checksums.yaml +4 -4
  2. data/History.txt +3 -0
  3. data/README.md +1 -1
  4. data/lib/twitter_cldr/version.rb +1 -1
  5. data/resources/collation/tailoring/gu.yml +4 -0
  6. data/resources/collation/tailoring/kn.yml +4 -0
  7. data/resources/collation/tailoring/mr.yml +4 -0
  8. data/resources/collation/tries/gu.dump +0 -0
  9. data/resources/collation/tries/kn.dump +0 -0
  10. data/resources/collation/tries/mr.dump +0 -0
  11. data/resources/locales/gu/calendars.yml +303 -0
  12. data/resources/locales/gu/currencies.yml +638 -0
  13. data/resources/locales/gu/languages.yml +507 -0
  14. data/resources/locales/gu/layout.yml +5 -0
  15. data/resources/locales/gu/lists.yml +23 -0
  16. data/resources/locales/gu/numbers.yml +111 -0
  17. data/resources/locales/gu/plural_rules.yml +11 -0
  18. data/resources/locales/gu/plurals.yml +20 -0
  19. data/resources/locales/gu/rbnf.yml +4 -0
  20. data/resources/locales/gu/territories.yml +264 -0
  21. data/resources/locales/gu/units.yml +859 -0
  22. data/resources/locales/kn/calendars.yml +304 -0
  23. data/resources/locales/kn/currencies.yml +638 -0
  24. data/resources/locales/kn/languages.yml +492 -0
  25. data/resources/locales/kn/layout.yml +5 -0
  26. data/resources/locales/kn/lists.yml +23 -0
  27. data/resources/locales/kn/numbers.yml +111 -0
  28. data/resources/locales/kn/plural_rules.yml +7 -0
  29. data/resources/locales/kn/plurals.yml +14 -0
  30. data/resources/locales/kn/rbnf.yml +4 -0
  31. data/resources/locales/kn/territories.yml +264 -0
  32. data/resources/locales/kn/units.yml +859 -0
  33. data/resources/locales/mr/calendars.yml +304 -0
  34. data/resources/locales/mr/currencies.yml +638 -0
  35. data/resources/locales/mr/languages.yml +494 -0
  36. data/resources/locales/mr/layout.yml +5 -0
  37. data/resources/locales/mr/lists.yml +23 -0
  38. data/resources/locales/mr/numbers.yml +111 -0
  39. data/resources/locales/mr/plural_rules.yml +10 -0
  40. data/resources/locales/mr/plurals.yml +19 -0
  41. data/resources/locales/mr/rbnf.yml +4 -0
  42. data/resources/locales/mr/territories.yml +264 -0
  43. data/resources/locales/mr/units.yml +859 -0
  44. data/resources/unicode_data/blocks/gujarati.yml +16 -0
  45. data/resources/unicode_data/blocks/kannada.yml +16 -0
  46. data/spec/formatters/numbers/rbnf/locales/gu/rbnf_test.yml +1291 -0
  47. data/spec/formatters/numbers/rbnf/locales/kn/rbnf_test.yml +1291 -0
  48. data/spec/formatters/numbers/rbnf/locales/mr/rbnf_test.yml +1291 -0
  49. data/spec/localized/localized_datetime_spec.rb +1 -1
  50. metadata +45 -4
@@ -47,7 +47,7 @@ describe LocalizedDateTime do
47
47
  end
48
48
 
49
49
  it 'should stringify with proper time zone' do
50
- expect(date_time.localize(:en).with_timezone('America/Los_Angeles').to_long_s).to eq("September 20, 1987 at 3:05:00 PM PST")
50
+ expect(date_time.localize(:en).with_timezone('Asia/Tokyo').to_long_s).to eq("September 21, 1987 at 7:05:00 AM JST")
51
51
  end
52
52
  end
53
53
 
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: 3.1.2
4
+ version: 3.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: 2015-01-28 00:00:00.000000000 Z
11
+ date: 2015-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -251,6 +251,7 @@ files:
251
251
  - resources/collation/tailoring/fr.yml
252
252
  - resources/collation/tailoring/ga.yml
253
253
  - resources/collation/tailoring/gl.yml
254
+ - resources/collation/tailoring/gu.yml
254
255
  - resources/collation/tailoring/he.yml
255
256
  - resources/collation/tailoring/hi.yml
256
257
  - resources/collation/tailoring/hr.yml
@@ -260,8 +261,10 @@ files:
260
261
  - resources/collation/tailoring/it-CH.yml
261
262
  - resources/collation/tailoring/it.yml
262
263
  - resources/collation/tailoring/ja.yml
264
+ - resources/collation/tailoring/kn.yml
263
265
  - resources/collation/tailoring/ko.yml
264
266
  - resources/collation/tailoring/lv.yml
267
+ - resources/collation/tailoring/mr.yml
265
268
  - resources/collation/tailoring/ms.yml
266
269
  - resources/collation/tailoring/nb.yml
267
270
  - resources/collation/tailoring/nl.yml
@@ -317,6 +320,7 @@ files:
317
320
  - resources/collation/tries/fr.dump
318
321
  - resources/collation/tries/ga.dump
319
322
  - resources/collation/tries/gl.dump
323
+ - resources/collation/tries/gu.dump
320
324
  - resources/collation/tries/he.dump
321
325
  - resources/collation/tries/hi.dump
322
326
  - resources/collation/tries/hr.dump
@@ -326,8 +330,10 @@ files:
326
330
  - resources/collation/tries/it-CH.dump
327
331
  - resources/collation/tries/it.dump
328
332
  - resources/collation/tries/ja.dump
333
+ - resources/collation/tries/kn.dump
329
334
  - resources/collation/tries/ko.dump
330
335
  - resources/collation/tries/lv.dump
336
+ - resources/collation/tries/mr.dump
331
337
  - resources/collation/tries/ms.dump
332
338
  - resources/collation/tries/nb.dump
333
339
  - resources/collation/tries/nl.dump
@@ -781,6 +787,17 @@ files:
781
787
  - resources/locales/gl/rbnf.yml
782
788
  - resources/locales/gl/territories.yml
783
789
  - resources/locales/gl/units.yml
790
+ - resources/locales/gu/calendars.yml
791
+ - resources/locales/gu/currencies.yml
792
+ - resources/locales/gu/languages.yml
793
+ - resources/locales/gu/layout.yml
794
+ - resources/locales/gu/lists.yml
795
+ - resources/locales/gu/numbers.yml
796
+ - resources/locales/gu/plural_rules.yml
797
+ - resources/locales/gu/plurals.yml
798
+ - resources/locales/gu/rbnf.yml
799
+ - resources/locales/gu/territories.yml
800
+ - resources/locales/gu/units.yml
784
801
  - resources/locales/he/calendars.yml
785
802
  - resources/locales/he/currencies.yml
786
803
  - resources/locales/he/languages.yml
@@ -880,6 +897,17 @@ files:
880
897
  - resources/locales/ja/rbnf.yml
881
898
  - resources/locales/ja/territories.yml
882
899
  - resources/locales/ja/units.yml
900
+ - resources/locales/kn/calendars.yml
901
+ - resources/locales/kn/currencies.yml
902
+ - resources/locales/kn/languages.yml
903
+ - resources/locales/kn/layout.yml
904
+ - resources/locales/kn/lists.yml
905
+ - resources/locales/kn/numbers.yml
906
+ - resources/locales/kn/plural_rules.yml
907
+ - resources/locales/kn/plurals.yml
908
+ - resources/locales/kn/rbnf.yml
909
+ - resources/locales/kn/territories.yml
910
+ - resources/locales/kn/units.yml
883
911
  - resources/locales/ko/calendars.yml
884
912
  - resources/locales/ko/currencies.yml
885
913
  - resources/locales/ko/languages.yml
@@ -902,6 +930,17 @@ files:
902
930
  - resources/locales/lv/rbnf.yml
903
931
  - resources/locales/lv/territories.yml
904
932
  - resources/locales/lv/units.yml
933
+ - resources/locales/mr/calendars.yml
934
+ - resources/locales/mr/currencies.yml
935
+ - resources/locales/mr/languages.yml
936
+ - resources/locales/mr/layout.yml
937
+ - resources/locales/mr/lists.yml
938
+ - resources/locales/mr/numbers.yml
939
+ - resources/locales/mr/plural_rules.yml
940
+ - resources/locales/mr/plurals.yml
941
+ - resources/locales/mr/rbnf.yml
942
+ - resources/locales/mr/territories.yml
943
+ - resources/locales/mr/units.yml
905
944
  - resources/locales/ms/calendars.yml
906
945
  - resources/locales/ms/currencies.yml
907
946
  - resources/locales/ms/languages.yml
@@ -1463,6 +1502,7 @@ files:
1463
1502
  - spec/formatters/numbers/rbnf/locales/fr/rbnf_test.yml
1464
1503
  - spec/formatters/numbers/rbnf/locales/ga/rbnf_test.yml
1465
1504
  - spec/formatters/numbers/rbnf/locales/gl/rbnf_test.yml
1505
+ - spec/formatters/numbers/rbnf/locales/gu/rbnf_test.yml
1466
1506
  - spec/formatters/numbers/rbnf/locales/he/rbnf_test.yml
1467
1507
  - spec/formatters/numbers/rbnf/locales/hi/rbnf_test.yml
1468
1508
  - spec/formatters/numbers/rbnf/locales/hr/rbnf_test.yml
@@ -1472,8 +1512,10 @@ files:
1472
1512
  - spec/formatters/numbers/rbnf/locales/it-CH/rbnf_test.yml
1473
1513
  - spec/formatters/numbers/rbnf/locales/it/rbnf_test.yml
1474
1514
  - spec/formatters/numbers/rbnf/locales/ja/rbnf_test.yml
1515
+ - spec/formatters/numbers/rbnf/locales/kn/rbnf_test.yml
1475
1516
  - spec/formatters/numbers/rbnf/locales/ko/rbnf_test.yml
1476
1517
  - spec/formatters/numbers/rbnf/locales/lv/rbnf_test.yml
1518
+ - spec/formatters/numbers/rbnf/locales/mr/rbnf_test.yml
1477
1519
  - spec/formatters/numbers/rbnf/locales/ms/rbnf_test.yml
1478
1520
  - spec/formatters/numbers/rbnf/locales/nb/rbnf_test.yml
1479
1521
  - spec/formatters/numbers/rbnf/locales/nl/rbnf_test.yml
@@ -1576,10 +1618,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1576
1618
  version: '0'
1577
1619
  requirements: []
1578
1620
  rubyforge_project:
1579
- rubygems_version: 2.2.2
1621
+ rubygems_version: 2.4.7
1580
1622
  signing_key:
1581
1623
  specification_version: 4
1582
1624
  summary: Ruby implementation of the ICU (International Components for Unicode) that
1583
1625
  uses the Common Locale Data Repository to format dates, plurals, and more.
1584
1626
  test_files: []
1585
- has_rdoc: true