twitter_cldr 2.0.2 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (128) hide show
  1. data/History.txt +9 -0
  2. data/NOTICE +29 -1
  3. data/README.md +4 -11
  4. data/lib/twitter_cldr/formatters/calendars/date_formatter.rb +6 -1
  5. data/lib/twitter_cldr/formatters/calendars/datetime_formatter.rb +10 -1
  6. data/lib/twitter_cldr/formatters/calendars/time_formatter.rb +6 -1
  7. data/lib/twitter_cldr/formatters/calendars/timespan_formatter.rb +12 -2
  8. data/lib/twitter_cldr/formatters/numbers/currency_formatter.rb +12 -3
  9. data/lib/twitter_cldr/formatters/numbers/number_formatter.rb +9 -1
  10. data/lib/twitter_cldr/formatters/plurals/rules.rb +8 -3
  11. data/lib/twitter_cldr/localized/localized_date.rb +13 -0
  12. data/lib/twitter_cldr/localized/localized_datetime.rb +20 -7
  13. data/lib/twitter_cldr/localized/localized_object.rb +1 -1
  14. data/lib/twitter_cldr/localized/localized_string.rb +14 -0
  15. data/lib/twitter_cldr/localized/localized_time.rb +12 -0
  16. data/lib/twitter_cldr/localized/localized_timespan.rb +1 -1
  17. data/lib/twitter_cldr/parsers/number_parser.rb +113 -0
  18. data/lib/twitter_cldr/parsers.rb +10 -0
  19. data/lib/twitter_cldr/resources/loader.rb +49 -2
  20. data/lib/twitter_cldr/resources/locales_resources_importer.rb +22 -2
  21. data/lib/twitter_cldr/shared/calendar.rb +95 -12
  22. data/lib/twitter_cldr/shared/currencies.rb +18 -15
  23. data/lib/twitter_cldr/shared/languages.rb +4 -4
  24. data/lib/twitter_cldr/shared/numbers.rb +1 -1
  25. data/lib/twitter_cldr/shared/territories.rb +63 -0
  26. data/lib/twitter_cldr/shared.rb +2 -1
  27. data/lib/twitter_cldr/tokenizers/base.rb +10 -15
  28. data/lib/twitter_cldr/tokenizers/calendars/additional_date_format_selector.rb +6 -1
  29. data/lib/twitter_cldr/tokenizers/calendars/datetime_tokenizer.rb +11 -2
  30. data/lib/twitter_cldr/tokenizers/calendars/timespan_tokenizer.rb +12 -9
  31. data/lib/twitter_cldr/tokenizers/numbers/number_tokenizer.rb +2 -2
  32. data/lib/twitter_cldr/utils/territories.rb +56 -0
  33. data/lib/twitter_cldr/utils.rb +4 -3
  34. data/lib/twitter_cldr/version.rb +1 -1
  35. data/lib/twitter_cldr.rb +60 -8
  36. data/resources/collation/tailoring/hr.yml +32 -0
  37. data/resources/collation/tailoring/is.yml +30 -0
  38. data/resources/collation/tries/hr.dump +0 -0
  39. data/resources/collation/tries/is.dump +0 -0
  40. data/resources/custom/locales/he/units.yml +150 -13
  41. data/resources/custom/locales/hr/units.yml +9 -0
  42. data/resources/locales/af/territories.yml +262 -0
  43. data/resources/locales/ar/territories.yml +262 -0
  44. data/resources/locales/be/territories.yml +239 -0
  45. data/resources/locales/bg/territories.yml +262 -0
  46. data/resources/locales/bn/territories.yml +262 -0
  47. data/resources/locales/ca/territories.yml +262 -0
  48. data/resources/locales/cs/territories.yml +262 -0
  49. data/resources/locales/cy/territories.yml +5 -0
  50. data/resources/locales/da/territories.yml +262 -0
  51. data/resources/locales/de/territories.yml +262 -0
  52. data/resources/locales/el/territories.yml +262 -0
  53. data/resources/locales/en/territories.yml +262 -0
  54. data/resources/locales/es/territories.yml +262 -0
  55. data/resources/locales/eu/territories.yml +262 -0
  56. data/resources/locales/fa/territories.yml +262 -0
  57. data/resources/locales/fi/territories.yml +262 -0
  58. data/resources/locales/fil/territories.yml +262 -0
  59. data/resources/locales/fr/territories.yml +262 -0
  60. data/resources/locales/ga/territories.yml +251 -0
  61. data/resources/locales/gl/territories.yml +262 -0
  62. data/resources/locales/he/territories.yml +262 -0
  63. data/resources/locales/hi/territories.yml +262 -0
  64. data/resources/locales/hr/calendars.yml +299 -0
  65. data/resources/locales/hr/currencies.yml +1490 -0
  66. data/resources/locales/hr/languages.yml +576 -0
  67. data/resources/locales/hr/layout.yml +4 -0
  68. data/resources/locales/hr/lists.yml +7 -0
  69. data/resources/locales/hr/numbers.yml +59 -0
  70. data/resources/locales/hr/plurals.yml +5 -0
  71. data/resources/locales/hr/territories.yml +262 -0
  72. data/resources/locales/hr/units.yml +164 -0
  73. data/resources/locales/hu/territories.yml +262 -0
  74. data/resources/locales/id/territories.yml +262 -0
  75. data/resources/locales/is/calendars.yml +243 -0
  76. data/resources/locales/is/currencies.yml +478 -0
  77. data/resources/locales/is/languages.yml +495 -0
  78. data/resources/locales/is/layout.yml +4 -0
  79. data/resources/locales/is/lists.yml +7 -0
  80. data/resources/locales/is/numbers.yml +57 -0
  81. data/resources/locales/is/plurals.yml +3 -0
  82. data/resources/locales/is/territories.yml +262 -0
  83. data/resources/locales/is/units.yml +108 -0
  84. data/resources/locales/it/territories.yml +262 -0
  85. data/resources/locales/ja/territories.yml +262 -0
  86. data/resources/locales/ko/territories.yml +262 -0
  87. data/resources/locales/lv/territories.yml +262 -0
  88. data/resources/locales/ms/territories.yml +262 -0
  89. data/resources/locales/nb/territories.yml +262 -0
  90. data/resources/locales/nl/territories.yml +262 -0
  91. data/resources/locales/pl/territories.yml +262 -0
  92. data/resources/locales/pt/territories.yml +262 -0
  93. data/resources/locales/ro/territories.yml +262 -0
  94. data/resources/locales/ru/territories.yml +262 -0
  95. data/resources/locales/sk/territories.yml +262 -0
  96. data/resources/locales/sq/territories.yml +159 -0
  97. data/resources/locales/sr/territories.yml +262 -0
  98. data/resources/locales/sv/territories.yml +262 -0
  99. data/resources/locales/ta/territories.yml +262 -0
  100. data/resources/locales/th/territories.yml +262 -0
  101. data/resources/locales/tr/territories.yml +262 -0
  102. data/resources/locales/uk/territories.yml +262 -0
  103. data/resources/locales/ur/territories.yml +262 -0
  104. data/resources/locales/vi/territories.yml +262 -0
  105. data/resources/locales/zh/territories.yml +262 -0
  106. data/resources/locales/zh-Hant/territories.yml +262 -0
  107. data/resources/shared/iso_currency_symbols.yml +475 -0
  108. data/spec/formatters/numbers/currency_formatter_spec.rb +11 -2
  109. data/spec/formatters/plurals/rules_spec.rb +1 -1
  110. data/spec/localized/localized_date_spec.rb +22 -24
  111. data/spec/localized/localized_object_spec.rb +1 -1
  112. data/spec/localized/localized_string_spec.rb +33 -0
  113. data/spec/localized/localized_symbol_spec.rb +1 -1
  114. data/spec/normalization/base_spec.rb +1 -0
  115. data/spec/parsers/number_parser_spec.rb +189 -0
  116. data/spec/readme_spec.rb +10 -11
  117. data/spec/resources/loader_spec.rb +75 -1
  118. data/spec/shared/calendar_spec.rb +123 -1
  119. data/spec/shared/currencies_spec.rb +20 -24
  120. data/spec/shared/languages_spec.rb +27 -27
  121. data/spec/shared/numbers_spec.rb +1 -1
  122. data/spec/shared/territories_spec.rb +120 -0
  123. data/spec/spec_helper.rb +19 -2
  124. data/spec/twitter_cldr_spec.rb +234 -9
  125. data/spec/utils/territories_spec.rb +16 -0
  126. data/spec/utils_spec.rb +1 -1
  127. metadata +131 -37
  128. data/resources/shared/currencies.yml +0 -448
metadata CHANGED
@@ -1,40 +1,48 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: twitter_cldr
3
- version: !ruby/object:Gem::Version
4
- version: 2.0.2
3
+ version: !ruby/object:Gem::Version
4
+ hash: 11
5
5
  prerelease:
6
+ segments:
7
+ - 2
8
+ - 1
9
+ - 0
10
+ version: 2.1.0
6
11
  platform: ruby
7
- authors:
12
+ authors:
8
13
  - Cameron Dutro
9
14
  autorequire:
10
15
  bindir: bin
11
16
  cert_chain: []
12
- date: 2012-12-07 00:00:00.000000000 Z
13
- dependencies:
14
- - !ruby/object:Gem::Dependency
17
+
18
+ date: 2013-02-04 00:00:00 Z
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
15
21
  name: json
16
- requirement: !ruby/object:Gem::Requirement
17
- none: false
18
- requirements:
19
- - - ! '>='
20
- - !ruby/object:Gem::Version
21
- version: 1.1.9
22
- type: :runtime
23
22
  prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
23
+ requirement: &id001 !ruby/object:Gem::Requirement
25
24
  none: false
26
- requirements:
27
- - - ! '>='
28
- - !ruby/object:Gem::Version
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ hash: 1
29
+ segments:
30
+ - 1
31
+ - 1
32
+ - 9
29
33
  version: 1.1.9
30
- description: Ruby implementation of the ICU (International Components for Unicode)
31
- that uses the Common Locale Data Repository to format dates, plurals, and more.
32
- email:
34
+ type: :runtime
35
+ version_requirements: *id001
36
+ description: Ruby implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more.
37
+ email:
33
38
  - cdutro@twitter.com
34
39
  executables: []
40
+
35
41
  extensions: []
42
+
36
43
  extra_rdoc_files: []
37
- files:
44
+
45
+ files:
38
46
  - lib/twitter_cldr/collation/collator.rb
39
47
  - lib/twitter_cldr/collation/implicit_collation_elements.rb
40
48
  - lib/twitter_cldr/collation/sort_key_builder.rb
@@ -83,6 +91,8 @@ files:
83
91
  - lib/twitter_cldr/normalization/nfkc.rb
84
92
  - lib/twitter_cldr/normalization/nfkd.rb
85
93
  - lib/twitter_cldr/normalization.rb
94
+ - lib/twitter_cldr/parsers/number_parser.rb
95
+ - lib/twitter_cldr/parsers.rb
86
96
  - lib/twitter_cldr/resources/bidi_test_importer.rb
87
97
  - lib/twitter_cldr/resources/canonical_compositions_updater.rb
88
98
  - lib/twitter_cldr/resources/collation_tries_dumper.rb
@@ -106,6 +116,7 @@ files:
106
116
  - lib/twitter_cldr/shared/numbers.rb
107
117
  - lib/twitter_cldr/shared/phone_codes.rb
108
118
  - lib/twitter_cldr/shared/postal_codes.rb
119
+ - lib/twitter_cldr/shared/territories.rb
109
120
  - lib/twitter_cldr/shared/timezones.rb
110
121
  - lib/twitter_cldr/shared.rb
111
122
  - lib/twitter_cldr/tokenizers/base.rb
@@ -120,6 +131,7 @@ files:
120
131
  - lib/twitter_cldr/tokenizers.rb
121
132
  - lib/twitter_cldr/utils/code_points.rb
122
133
  - lib/twitter_cldr/utils/interpolation.rb
134
+ - lib/twitter_cldr/utils/territories.rb
123
135
  - lib/twitter_cldr/utils/yaml.rb
124
136
  - lib/twitter_cldr/utils.rb
125
137
  - lib/twitter_cldr/version.rb
@@ -201,6 +213,7 @@ files:
201
213
  - spec/normalization/normalization_spec.rb
202
214
  - spec/normalization/NormalizationTestShort.txt
203
215
  - spec/normalization_spec.rb
216
+ - spec/parsers/number_parser_spec.rb
204
217
  - spec/readme_spec.rb
205
218
  - spec/resources/loader_spec.rb
206
219
  - spec/shared/calendar_spec.rb
@@ -211,6 +224,7 @@ files:
211
224
  - spec/shared/numbers_spec.rb
212
225
  - spec/shared/phone_codes_spec.rb
213
226
  - spec/shared/postal_codes_spec.rb
227
+ - spec/shared/territories_spec.rb
214
228
  - spec/spec_helper.rb
215
229
  - spec/tokenizers/base_spec.rb
216
230
  - spec/tokenizers/calendars/additional_date_format_selector_spec.rb
@@ -224,6 +238,7 @@ files:
224
238
  - spec/twitter_cldr_spec.rb
225
239
  - spec/utils/code_points_spec.rb
226
240
  - spec/utils/interpolation_spec.rb
241
+ - spec/utils/territories_spec.rb
227
242
  - spec/utils/yaml/t.gif
228
243
  - spec/utils/yaml/t.yaml
229
244
  - spec/utils/yaml/yaml_spec.rb
@@ -251,8 +266,10 @@ files:
251
266
  - resources/collation/tailoring/gl.yml
252
267
  - resources/collation/tailoring/he.yml
253
268
  - resources/collation/tailoring/hi.yml
269
+ - resources/collation/tailoring/hr.yml
254
270
  - resources/collation/tailoring/hu.yml
255
271
  - resources/collation/tailoring/id.yml
272
+ - resources/collation/tailoring/is.yml
256
273
  - resources/collation/tailoring/it.yml
257
274
  - resources/collation/tailoring/ja.yml
258
275
  - resources/collation/tailoring/ko.yml
@@ -299,8 +316,10 @@ files:
299
316
  - resources/collation/tries/gl.dump
300
317
  - resources/collation/tries/he.dump
301
318
  - resources/collation/tries/hi.dump
319
+ - resources/collation/tries/hr.dump
302
320
  - resources/collation/tries/hu.dump
303
321
  - resources/collation/tries/id.dump
322
+ - resources/collation/tries/is.dump
304
323
  - resources/collation/tries/it.dump
305
324
  - resources/collation/tries/ja.dump
306
325
  - resources/collation/tries/ko.dump
@@ -346,6 +365,7 @@ files:
346
365
  - resources/custom/locales/gl/units.yml
347
366
  - resources/custom/locales/he/units.yml
348
367
  - resources/custom/locales/hi/units.yml
368
+ - resources/custom/locales/hr/units.yml
349
369
  - resources/custom/locales/hu/plurals.yml
350
370
  - resources/custom/locales/hu/units.yml
351
371
  - resources/custom/locales/id/units.yml
@@ -379,6 +399,7 @@ files:
379
399
  - resources/locales/af/lists.yml
380
400
  - resources/locales/af/numbers.yml
381
401
  - resources/locales/af/plurals.yml
402
+ - resources/locales/af/territories.yml
382
403
  - resources/locales/af/units.yml
383
404
  - resources/locales/ar/calendars.yml
384
405
  - resources/locales/ar/currencies.yml
@@ -387,6 +408,7 @@ files:
387
408
  - resources/locales/ar/lists.yml
388
409
  - resources/locales/ar/numbers.yml
389
410
  - resources/locales/ar/plurals.yml
411
+ - resources/locales/ar/territories.yml
390
412
  - resources/locales/ar/units.yml
391
413
  - resources/locales/be/calendars.yml
392
414
  - resources/locales/be/currencies.yml
@@ -395,6 +417,7 @@ files:
395
417
  - resources/locales/be/lists.yml
396
418
  - resources/locales/be/numbers.yml
397
419
  - resources/locales/be/plurals.yml
420
+ - resources/locales/be/territories.yml
398
421
  - resources/locales/be/units.yml
399
422
  - resources/locales/bg/calendars.yml
400
423
  - resources/locales/bg/currencies.yml
@@ -403,6 +426,7 @@ files:
403
426
  - resources/locales/bg/lists.yml
404
427
  - resources/locales/bg/numbers.yml
405
428
  - resources/locales/bg/plurals.yml
429
+ - resources/locales/bg/territories.yml
406
430
  - resources/locales/bg/units.yml
407
431
  - resources/locales/bn/calendars.yml
408
432
  - resources/locales/bn/currencies.yml
@@ -411,6 +435,7 @@ files:
411
435
  - resources/locales/bn/lists.yml
412
436
  - resources/locales/bn/numbers.yml
413
437
  - resources/locales/bn/plurals.yml
438
+ - resources/locales/bn/territories.yml
414
439
  - resources/locales/bn/units.yml
415
440
  - resources/locales/ca/calendars.yml
416
441
  - resources/locales/ca/currencies.yml
@@ -419,6 +444,7 @@ files:
419
444
  - resources/locales/ca/lists.yml
420
445
  - resources/locales/ca/numbers.yml
421
446
  - resources/locales/ca/plurals.yml
447
+ - resources/locales/ca/territories.yml
422
448
  - resources/locales/ca/units.yml
423
449
  - resources/locales/cs/calendars.yml
424
450
  - resources/locales/cs/currencies.yml
@@ -427,6 +453,7 @@ files:
427
453
  - resources/locales/cs/lists.yml
428
454
  - resources/locales/cs/numbers.yml
429
455
  - resources/locales/cs/plurals.yml
456
+ - resources/locales/cs/territories.yml
430
457
  - resources/locales/cs/units.yml
431
458
  - resources/locales/cy/calendars.yml
432
459
  - resources/locales/cy/currencies.yml
@@ -435,6 +462,7 @@ files:
435
462
  - resources/locales/cy/lists.yml
436
463
  - resources/locales/cy/numbers.yml
437
464
  - resources/locales/cy/plurals.yml
465
+ - resources/locales/cy/territories.yml
438
466
  - resources/locales/cy/units.yml
439
467
  - resources/locales/da/calendars.yml
440
468
  - resources/locales/da/currencies.yml
@@ -443,6 +471,7 @@ files:
443
471
  - resources/locales/da/lists.yml
444
472
  - resources/locales/da/numbers.yml
445
473
  - resources/locales/da/plurals.yml
474
+ - resources/locales/da/territories.yml
446
475
  - resources/locales/da/units.yml
447
476
  - resources/locales/de/calendars.yml
448
477
  - resources/locales/de/currencies.yml
@@ -451,6 +480,7 @@ files:
451
480
  - resources/locales/de/lists.yml
452
481
  - resources/locales/de/numbers.yml
453
482
  - resources/locales/de/plurals.yml
483
+ - resources/locales/de/territories.yml
454
484
  - resources/locales/de/units.yml
455
485
  - resources/locales/el/calendars.yml
456
486
  - resources/locales/el/currencies.yml
@@ -459,6 +489,7 @@ files:
459
489
  - resources/locales/el/lists.yml
460
490
  - resources/locales/el/numbers.yml
461
491
  - resources/locales/el/plurals.yml
492
+ - resources/locales/el/territories.yml
462
493
  - resources/locales/el/units.yml
463
494
  - resources/locales/en/calendars.yml
464
495
  - resources/locales/en/currencies.yml
@@ -467,6 +498,7 @@ files:
467
498
  - resources/locales/en/lists.yml
468
499
  - resources/locales/en/numbers.yml
469
500
  - resources/locales/en/plurals.yml
501
+ - resources/locales/en/territories.yml
470
502
  - resources/locales/en/units.yml
471
503
  - resources/locales/es/calendars.yml
472
504
  - resources/locales/es/currencies.yml
@@ -475,6 +507,7 @@ files:
475
507
  - resources/locales/es/lists.yml
476
508
  - resources/locales/es/numbers.yml
477
509
  - resources/locales/es/plurals.yml
510
+ - resources/locales/es/territories.yml
478
511
  - resources/locales/es/units.yml
479
512
  - resources/locales/eu/calendars.yml
480
513
  - resources/locales/eu/currencies.yml
@@ -483,6 +516,7 @@ files:
483
516
  - resources/locales/eu/lists.yml
484
517
  - resources/locales/eu/numbers.yml
485
518
  - resources/locales/eu/plurals.yml
519
+ - resources/locales/eu/territories.yml
486
520
  - resources/locales/eu/units.yml
487
521
  - resources/locales/fa/calendars.yml
488
522
  - resources/locales/fa/currencies.yml
@@ -491,6 +525,7 @@ files:
491
525
  - resources/locales/fa/lists.yml
492
526
  - resources/locales/fa/numbers.yml
493
527
  - resources/locales/fa/plurals.yml
528
+ - resources/locales/fa/territories.yml
494
529
  - resources/locales/fa/units.yml
495
530
  - resources/locales/fi/calendars.yml
496
531
  - resources/locales/fi/currencies.yml
@@ -499,6 +534,7 @@ files:
499
534
  - resources/locales/fi/lists.yml
500
535
  - resources/locales/fi/numbers.yml
501
536
  - resources/locales/fi/plurals.yml
537
+ - resources/locales/fi/territories.yml
502
538
  - resources/locales/fi/units.yml
503
539
  - resources/locales/fil/calendars.yml
504
540
  - resources/locales/fil/currencies.yml
@@ -507,6 +543,7 @@ files:
507
543
  - resources/locales/fil/lists.yml
508
544
  - resources/locales/fil/numbers.yml
509
545
  - resources/locales/fil/plurals.yml
546
+ - resources/locales/fil/territories.yml
510
547
  - resources/locales/fil/units.yml
511
548
  - resources/locales/fr/calendars.yml
512
549
  - resources/locales/fr/currencies.yml
@@ -515,6 +552,7 @@ files:
515
552
  - resources/locales/fr/lists.yml
516
553
  - resources/locales/fr/numbers.yml
517
554
  - resources/locales/fr/plurals.yml
555
+ - resources/locales/fr/territories.yml
518
556
  - resources/locales/fr/units.yml
519
557
  - resources/locales/ga/calendars.yml
520
558
  - resources/locales/ga/currencies.yml
@@ -523,6 +561,7 @@ files:
523
561
  - resources/locales/ga/lists.yml
524
562
  - resources/locales/ga/numbers.yml
525
563
  - resources/locales/ga/plurals.yml
564
+ - resources/locales/ga/territories.yml
526
565
  - resources/locales/ga/units.yml
527
566
  - resources/locales/gl/calendars.yml
528
567
  - resources/locales/gl/currencies.yml
@@ -531,6 +570,7 @@ files:
531
570
  - resources/locales/gl/lists.yml
532
571
  - resources/locales/gl/numbers.yml
533
572
  - resources/locales/gl/plurals.yml
573
+ - resources/locales/gl/territories.yml
534
574
  - resources/locales/gl/units.yml
535
575
  - resources/locales/he/calendars.yml
536
576
  - resources/locales/he/currencies.yml
@@ -539,6 +579,7 @@ files:
539
579
  - resources/locales/he/lists.yml
540
580
  - resources/locales/he/numbers.yml
541
581
  - resources/locales/he/plurals.yml
582
+ - resources/locales/he/territories.yml
542
583
  - resources/locales/he/units.yml
543
584
  - resources/locales/hi/calendars.yml
544
585
  - resources/locales/hi/currencies.yml
@@ -547,7 +588,17 @@ files:
547
588
  - resources/locales/hi/lists.yml
548
589
  - resources/locales/hi/numbers.yml
549
590
  - resources/locales/hi/plurals.yml
591
+ - resources/locales/hi/territories.yml
550
592
  - resources/locales/hi/units.yml
593
+ - resources/locales/hr/calendars.yml
594
+ - resources/locales/hr/currencies.yml
595
+ - resources/locales/hr/languages.yml
596
+ - resources/locales/hr/layout.yml
597
+ - resources/locales/hr/lists.yml
598
+ - resources/locales/hr/numbers.yml
599
+ - resources/locales/hr/plurals.yml
600
+ - resources/locales/hr/territories.yml
601
+ - resources/locales/hr/units.yml
551
602
  - resources/locales/hu/calendars.yml
552
603
  - resources/locales/hu/currencies.yml
553
604
  - resources/locales/hu/languages.yml
@@ -555,6 +606,7 @@ files:
555
606
  - resources/locales/hu/lists.yml
556
607
  - resources/locales/hu/numbers.yml
557
608
  - resources/locales/hu/plurals.yml
609
+ - resources/locales/hu/territories.yml
558
610
  - resources/locales/hu/units.yml
559
611
  - resources/locales/id/calendars.yml
560
612
  - resources/locales/id/currencies.yml
@@ -563,7 +615,17 @@ files:
563
615
  - resources/locales/id/lists.yml
564
616
  - resources/locales/id/numbers.yml
565
617
  - resources/locales/id/plurals.yml
618
+ - resources/locales/id/territories.yml
566
619
  - resources/locales/id/units.yml
620
+ - resources/locales/is/calendars.yml
621
+ - resources/locales/is/currencies.yml
622
+ - resources/locales/is/languages.yml
623
+ - resources/locales/is/layout.yml
624
+ - resources/locales/is/lists.yml
625
+ - resources/locales/is/numbers.yml
626
+ - resources/locales/is/plurals.yml
627
+ - resources/locales/is/territories.yml
628
+ - resources/locales/is/units.yml
567
629
  - resources/locales/it/calendars.yml
568
630
  - resources/locales/it/currencies.yml
569
631
  - resources/locales/it/languages.yml
@@ -571,6 +633,7 @@ files:
571
633
  - resources/locales/it/lists.yml
572
634
  - resources/locales/it/numbers.yml
573
635
  - resources/locales/it/plurals.yml
636
+ - resources/locales/it/territories.yml
574
637
  - resources/locales/it/units.yml
575
638
  - resources/locales/ja/calendars.yml
576
639
  - resources/locales/ja/currencies.yml
@@ -579,6 +642,7 @@ files:
579
642
  - resources/locales/ja/lists.yml
580
643
  - resources/locales/ja/numbers.yml
581
644
  - resources/locales/ja/plurals.yml
645
+ - resources/locales/ja/territories.yml
582
646
  - resources/locales/ja/units.yml
583
647
  - resources/locales/ko/calendars.yml
584
648
  - resources/locales/ko/currencies.yml
@@ -587,6 +651,7 @@ files:
587
651
  - resources/locales/ko/lists.yml
588
652
  - resources/locales/ko/numbers.yml
589
653
  - resources/locales/ko/plurals.yml
654
+ - resources/locales/ko/territories.yml
590
655
  - resources/locales/ko/units.yml
591
656
  - resources/locales/lv/calendars.yml
592
657
  - resources/locales/lv/currencies.yml
@@ -595,6 +660,7 @@ files:
595
660
  - resources/locales/lv/lists.yml
596
661
  - resources/locales/lv/numbers.yml
597
662
  - resources/locales/lv/plurals.yml
663
+ - resources/locales/lv/territories.yml
598
664
  - resources/locales/lv/units.yml
599
665
  - resources/locales/ms/calendars.yml
600
666
  - resources/locales/ms/currencies.yml
@@ -603,6 +669,7 @@ files:
603
669
  - resources/locales/ms/lists.yml
604
670
  - resources/locales/ms/numbers.yml
605
671
  - resources/locales/ms/plurals.yml
672
+ - resources/locales/ms/territories.yml
606
673
  - resources/locales/ms/units.yml
607
674
  - resources/locales/nb/calendars.yml
608
675
  - resources/locales/nb/currencies.yml
@@ -611,6 +678,7 @@ files:
611
678
  - resources/locales/nb/lists.yml
612
679
  - resources/locales/nb/numbers.yml
613
680
  - resources/locales/nb/plurals.yml
681
+ - resources/locales/nb/territories.yml
614
682
  - resources/locales/nb/units.yml
615
683
  - resources/locales/nl/calendars.yml
616
684
  - resources/locales/nl/currencies.yml
@@ -619,6 +687,7 @@ files:
619
687
  - resources/locales/nl/lists.yml
620
688
  - resources/locales/nl/numbers.yml
621
689
  - resources/locales/nl/plurals.yml
690
+ - resources/locales/nl/territories.yml
622
691
  - resources/locales/nl/units.yml
623
692
  - resources/locales/pl/calendars.yml
624
693
  - resources/locales/pl/currencies.yml
@@ -627,6 +696,7 @@ files:
627
696
  - resources/locales/pl/lists.yml
628
697
  - resources/locales/pl/numbers.yml
629
698
  - resources/locales/pl/plurals.yml
699
+ - resources/locales/pl/territories.yml
630
700
  - resources/locales/pl/units.yml
631
701
  - resources/locales/pt/calendars.yml
632
702
  - resources/locales/pt/currencies.yml
@@ -635,6 +705,7 @@ files:
635
705
  - resources/locales/pt/lists.yml
636
706
  - resources/locales/pt/numbers.yml
637
707
  - resources/locales/pt/plurals.yml
708
+ - resources/locales/pt/territories.yml
638
709
  - resources/locales/pt/units.yml
639
710
  - resources/locales/ro/calendars.yml
640
711
  - resources/locales/ro/currencies.yml
@@ -643,6 +714,7 @@ files:
643
714
  - resources/locales/ro/lists.yml
644
715
  - resources/locales/ro/numbers.yml
645
716
  - resources/locales/ro/plurals.yml
717
+ - resources/locales/ro/territories.yml
646
718
  - resources/locales/ro/units.yml
647
719
  - resources/locales/ru/calendars.yml
648
720
  - resources/locales/ru/currencies.yml
@@ -651,6 +723,7 @@ files:
651
723
  - resources/locales/ru/lists.yml
652
724
  - resources/locales/ru/numbers.yml
653
725
  - resources/locales/ru/plurals.yml
726
+ - resources/locales/ru/territories.yml
654
727
  - resources/locales/ru/units.yml
655
728
  - resources/locales/sk/calendars.yml
656
729
  - resources/locales/sk/currencies.yml
@@ -659,6 +732,7 @@ files:
659
732
  - resources/locales/sk/lists.yml
660
733
  - resources/locales/sk/numbers.yml
661
734
  - resources/locales/sk/plurals.yml
735
+ - resources/locales/sk/territories.yml
662
736
  - resources/locales/sk/units.yml
663
737
  - resources/locales/sq/calendars.yml
664
738
  - resources/locales/sq/currencies.yml
@@ -667,6 +741,7 @@ files:
667
741
  - resources/locales/sq/lists.yml
668
742
  - resources/locales/sq/numbers.yml
669
743
  - resources/locales/sq/plurals.yml
744
+ - resources/locales/sq/territories.yml
670
745
  - resources/locales/sq/units.yml
671
746
  - resources/locales/sr/calendars.yml
672
747
  - resources/locales/sr/currencies.yml
@@ -675,6 +750,7 @@ files:
675
750
  - resources/locales/sr/lists.yml
676
751
  - resources/locales/sr/numbers.yml
677
752
  - resources/locales/sr/plurals.yml
753
+ - resources/locales/sr/territories.yml
678
754
  - resources/locales/sr/units.yml
679
755
  - resources/locales/sv/calendars.yml
680
756
  - resources/locales/sv/currencies.yml
@@ -683,6 +759,7 @@ files:
683
759
  - resources/locales/sv/lists.yml
684
760
  - resources/locales/sv/numbers.yml
685
761
  - resources/locales/sv/plurals.yml
762
+ - resources/locales/sv/territories.yml
686
763
  - resources/locales/sv/units.yml
687
764
  - resources/locales/ta/calendars.yml
688
765
  - resources/locales/ta/currencies.yml
@@ -691,6 +768,7 @@ files:
691
768
  - resources/locales/ta/lists.yml
692
769
  - resources/locales/ta/numbers.yml
693
770
  - resources/locales/ta/plurals.yml
771
+ - resources/locales/ta/territories.yml
694
772
  - resources/locales/ta/units.yml
695
773
  - resources/locales/th/calendars.yml
696
774
  - resources/locales/th/currencies.yml
@@ -699,6 +777,7 @@ files:
699
777
  - resources/locales/th/lists.yml
700
778
  - resources/locales/th/numbers.yml
701
779
  - resources/locales/th/plurals.yml
780
+ - resources/locales/th/territories.yml
702
781
  - resources/locales/th/units.yml
703
782
  - resources/locales/tr/calendars.yml
704
783
  - resources/locales/tr/currencies.yml
@@ -707,6 +786,7 @@ files:
707
786
  - resources/locales/tr/lists.yml
708
787
  - resources/locales/tr/numbers.yml
709
788
  - resources/locales/tr/plurals.yml
789
+ - resources/locales/tr/territories.yml
710
790
  - resources/locales/tr/units.yml
711
791
  - resources/locales/uk/calendars.yml
712
792
  - resources/locales/uk/currencies.yml
@@ -715,6 +795,7 @@ files:
715
795
  - resources/locales/uk/lists.yml
716
796
  - resources/locales/uk/numbers.yml
717
797
  - resources/locales/uk/plurals.yml
798
+ - resources/locales/uk/territories.yml
718
799
  - resources/locales/uk/units.yml
719
800
  - resources/locales/ur/calendars.yml
720
801
  - resources/locales/ur/currencies.yml
@@ -723,6 +804,7 @@ files:
723
804
  - resources/locales/ur/lists.yml
724
805
  - resources/locales/ur/numbers.yml
725
806
  - resources/locales/ur/plurals.yml
807
+ - resources/locales/ur/territories.yml
726
808
  - resources/locales/ur/units.yml
727
809
  - resources/locales/vi/calendars.yml
728
810
  - resources/locales/vi/currencies.yml
@@ -731,6 +813,7 @@ files:
731
813
  - resources/locales/vi/lists.yml
732
814
  - resources/locales/vi/numbers.yml
733
815
  - resources/locales/vi/plurals.yml
816
+ - resources/locales/vi/territories.yml
734
817
  - resources/locales/vi/units.yml
735
818
  - resources/locales/zh/calendars.yml
736
819
  - resources/locales/zh/currencies.yml
@@ -739,6 +822,7 @@ files:
739
822
  - resources/locales/zh/lists.yml
740
823
  - resources/locales/zh/numbers.yml
741
824
  - resources/locales/zh/plurals.yml
825
+ - resources/locales/zh/territories.yml
742
826
  - resources/locales/zh/units.yml
743
827
  - resources/locales/zh-Hant/calendars.yml
744
828
  - resources/locales/zh-Hant/currencies.yml
@@ -747,9 +831,10 @@ files:
747
831
  - resources/locales/zh-Hant/lists.yml
748
832
  - resources/locales/zh-Hant/numbers.yml
749
833
  - resources/locales/zh-Hant/plurals.yml
834
+ - resources/locales/zh-Hant/territories.yml
750
835
  - resources/locales/zh-Hant/units.yml
751
- - resources/shared/currencies.yml
752
836
  - resources/shared/currency_digits_and_rounding.yml
837
+ - resources/shared/iso_currency_symbols.yml
753
838
  - resources/shared/language_codes_table.dump
754
839
  - resources/shared/phone_codes.yml
755
840
  - resources/shared/postal_codes.yml
@@ -986,27 +1071,36 @@ files:
986
1071
  - twitter_cldr.gemspec
987
1072
  homepage: http://twitter.com
988
1073
  licenses: []
1074
+
989
1075
  post_install_message:
990
1076
  rdoc_options: []
991
- require_paths:
1077
+
1078
+ require_paths:
992
1079
  - lib
993
- required_ruby_version: !ruby/object:Gem::Requirement
1080
+ required_ruby_version: !ruby/object:Gem::Requirement
994
1081
  none: false
995
- requirements:
996
- - - ! '>='
997
- - !ruby/object:Gem::Version
998
- version: '0'
999
- required_rubygems_version: !ruby/object:Gem::Requirement
1082
+ requirements:
1083
+ - - ">="
1084
+ - !ruby/object:Gem::Version
1085
+ hash: 3
1086
+ segments:
1087
+ - 0
1088
+ version: "0"
1089
+ required_rubygems_version: !ruby/object:Gem::Requirement
1000
1090
  none: false
1001
- requirements:
1002
- - - ! '>='
1003
- - !ruby/object:Gem::Version
1004
- version: '0'
1091
+ requirements:
1092
+ - - ">="
1093
+ - !ruby/object:Gem::Version
1094
+ hash: 3
1095
+ segments:
1096
+ - 0
1097
+ version: "0"
1005
1098
  requirements: []
1099
+
1006
1100
  rubyforge_project:
1007
- rubygems_version: 1.8.24
1101
+ rubygems_version: 1.8.10
1008
1102
  signing_key:
1009
1103
  specification_version: 3
1010
- summary: Ruby implementation of the ICU (International Components for Unicode) that
1011
- uses the Common Locale Data Repository to format dates, plurals, and more.
1104
+ summary: Ruby implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more.
1012
1105
  test_files: []
1106
+