-
Notifications
You must be signed in to change notification settings - Fork 17
/
ruby-cldr.gemspec
156 lines (152 loc) · 5.54 KB
/
ruby-cldr.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
# -*- encoding: utf-8 -*-
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# frozen_string_literal: true
# stub: ruby-cldr 0.5.0 ruby lib
Gem::Specification.new do |s|
s.name = "ruby-cldr"
s.version = "0.5.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to?(:required_rubygems_version=)
s.require_paths = ["lib"]
s.authors = ["Sven Fuchs"]
s.description = "Ruby library for exporting and using data from CLDR, see http://cldr.unicode.org"
s.email = "[email protected]"
s.extra_rdoc_files = [
"CHANGELOG.md",
"LICENSE",
"README.md",
]
s.files = [
"CHANGELOG.md",
"Gemfile",
"Gemfile.lock",
"LICENSE",
"README.md",
"Rakefile",
"VERSION",
"cldr.thor",
"lib/cldr.rb",
"lib/cldr/data.rb",
"lib/cldr/download.rb",
"lib/cldr/draft_status.rb",
"lib/cldr/export.rb",
"lib/cldr/export/code.rb",
"lib/cldr/export/code/numbers.rb",
"lib/cldr/export/data.rb",
"lib/cldr/export/data/aliases.rb",
"lib/cldr/export/data/base.rb",
"lib/cldr/export/data/calendars.rb",
"lib/cldr/export/data/calendars/gregorian.rb",
"lib/cldr/export/data/characters.rb",
"lib/cldr/export/data/country_codes.rb",
"lib/cldr/export/data/currencies.rb",
"lib/cldr/export/data/currency_digits_and_rounding.rb",
"lib/cldr/export/data/delimiters.rb",
"lib/cldr/export/data/fields.rb",
"lib/cldr/export/data/languages.rb",
"lib/cldr/export/data/layout.rb",
"lib/cldr/export/data/likely_subtags.rb",
"lib/cldr/export/data/lists.rb",
"lib/cldr/export/data/metazones.rb",
"lib/cldr/export/data/numbering_systems.rb",
"lib/cldr/export/data/numbers.rb",
"lib/cldr/export/data/parent_locales.rb",
"lib/cldr/export/data/plural_rules.rb",
"lib/cldr/export/data/plurals.rb",
"lib/cldr/export/data/plurals/cldr_grammar.treetop",
"lib/cldr/export/data/plurals/grammar.rb",
"lib/cldr/export/data/plurals/rules.rb",
"lib/cldr/export/data/rbnf.rb",
"lib/cldr/export/data/rbnf_root.rb",
"lib/cldr/export/data/region_currencies.rb",
"lib/cldr/export/data/segments_root.rb",
"lib/cldr/export/data/subdivisions.rb",
"lib/cldr/export/data/territories.rb",
"lib/cldr/export/data/territories_containment.rb",
"lib/cldr/export/data/timezones.rb",
"lib/cldr/export/data/transforms.rb",
"lib/cldr/export/data/units.rb",
"lib/cldr/export/data/variables.rb",
"lib/cldr/export/data/windows_zones.rb",
"lib/cldr/export/data_file.rb",
"lib/cldr/export/deep_validate_keys.rb",
"lib/cldr/export/ruby.rb",
"lib/cldr/export/yaml.rb",
"lib/cldr/format.rb",
"lib/cldr/format/currency.rb",
"lib/cldr/format/date.rb",
"lib/cldr/format/datetime.rb",
"lib/cldr/format/datetime/base.rb",
"lib/cldr/format/decimal.rb",
"lib/cldr/format/decimal/base.rb",
"lib/cldr/format/decimal/fraction.rb",
"lib/cldr/format/decimal/integer.rb",
"lib/cldr/format/decimal/number.rb",
"lib/cldr/format/percent.rb",
"lib/cldr/format/time.rb",
"lib/cldr/locale.rb",
"lib/cldr/locale/fallbacks.rb",
"lib/cldr/thor.rb",
"lib/cldr/validate.rb",
"lib/core_ext/hash/deep_merge.rb",
"lib/core_ext/hash/deep_prune.rb",
"lib/core_ext/hash/deep_sort.rb",
"lib/core_ext/hash/deep_stringify.rb",
"lib/core_ext/hash/symbolize_keys.rb",
"lib/core_ext/string/camelize.rb",
"lib/core_ext/string/underscore.rb",
"test/all.rb",
"test/core_ext/deep_prune_test.rb",
"test/core_ext/deep_stringify_test.rb",
"test/draft_status_test.rb",
"test/export/code/numbers_test.rb",
"test/export/data/all.rb",
"test/export/data/base_test.rb",
"test/export/data/calendars_test.rb",
"test/export/data/country_codes_test.rb",
"test/export/data/currencies_test.rb",
"test/export/data/delimiters_test.rb",
"test/export/data/languages_test.rb",
"test/export/data/metazones_test.rb",
"test/export/data/numbers_test.rb",
"test/export/data/parent_locales_test.rb",
"test/export/data/plurals_test.rb",
"test/export/data/subdivisions_test.rb",
"test/export/data/territories_containment_test.rb",
"test/export/data/territories_test.rb",
"test/export/data/timezones_test.rb",
"test/export/data/units_test.rb",
"test/export/data/windows_zones_test.rb",
"test/export/data_file_test.rb",
"test/export/yaml_test.rb",
"test/export_test.rb",
"test/format/all.rb",
"test/format/currency_test.rb",
"test/format/date_test.rb",
"test/format/datetime_test.rb",
"test/format/decimal/fraction_test.rb",
"test/format/decimal/integer_test.rb",
"test/format/decimal/number_test.rb",
"test/format/decimal_test.rb",
"test/format/percent_test.rb",
"test/format/time_test.rb",
"test/locale/fallbacks_test.rb",
"test/test_autotest.rb",
"test/test_helper.rb",
]
s.homepage = "http://github.com/ruby-i18n/ruby-cldr"
s.licenses = ["MIT"]
s.summary = "Ruby library for exporting and using data from CLDR"
s.add_dependency("i18n", [">= 0"])
s.add_dependency("nokogiri", [">= 0"])
s.add_dependency("psych", [">= 4.0.0"])
s.add_dependency("rubyzip", [">= 0"])
s.add_dependency("thor", [">= 1.3.0"])
s.add_development_dependency("jeweler", [">= 0"])
s.add_development_dependency("pry", [">= 0"])
s.add_development_dependency("pry-nav", [">= 0"])
s.add_development_dependency("rubocop-shopify", [">= 0"])
s.add_development_dependency("ruby-lsp", [">= 0"])
s.add_development_dependency("test-unit", [">= 0"])
end