goma_shika 0.1.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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: e04b9582a6ed19d63b0499f1786a36c9a4124aeae313d05a3e59709a3401646e
4
+ data.tar.gz: c06df05138242a154e4e74ecbc51d94216dfd211f0107bb96f37a2de3fbe8755
5
+ SHA512:
6
+ metadata.gz: 34fe4dd19f84b716836c67ea4aeae4fd7cb398a1894ff679f48e33166a31c999d936b1e502a3c97f4c716dc066369bf62678c43308cdd76e3e2fa317455f3be8
7
+ data.tar.gz: 1286cd4422971636a96b60152e8048c393606b78b3c3f036d03d4d1ee277fc2eb2a2943caea34a5932e2bb6f2972dd0c462c5399d4c54102a9a934c37a81bca3
data/.rspec ADDED
@@ -0,0 +1 @@
1
+ --require spec_helper
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2025-04-19
4
+
5
+ - Initial release
@@ -0,0 +1,132 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our
6
+ community a harassment-free experience for everyone, regardless of age, body
7
+ size, visible or invisible disability, ethnicity, sex characteristics, gender
8
+ identity and expression, level of experience, education, socio-economic status,
9
+ nationality, personal appearance, race, caste, color, religion, or sexual
10
+ identity and orientation.
11
+
12
+ We pledge to act and interact in ways that contribute to an open, welcoming,
13
+ diverse, inclusive, and healthy community.
14
+
15
+ ## Our Standards
16
+
17
+ Examples of behavior that contributes to a positive environment for our
18
+ community include:
19
+
20
+ * Demonstrating empathy and kindness toward other people
21
+ * Being respectful of differing opinions, viewpoints, and experiences
22
+ * Giving and gracefully accepting constructive feedback
23
+ * Accepting responsibility and apologizing to those affected by our mistakes,
24
+ and learning from the experience
25
+ * Focusing on what is best not just for us as individuals, but for the overall
26
+ community
27
+
28
+ Examples of unacceptable behavior include:
29
+
30
+ * The use of sexualized language or imagery, and sexual attention or advances of
31
+ any kind
32
+ * Trolling, insulting or derogatory comments, and personal or political attacks
33
+ * Public or private harassment
34
+ * Publishing others' private information, such as a physical or email address,
35
+ without their explicit permission
36
+ * Other conduct which could reasonably be considered inappropriate in a
37
+ professional setting
38
+
39
+ ## Enforcement Responsibilities
40
+
41
+ Community leaders are responsible for clarifying and enforcing our standards of
42
+ acceptable behavior and will take appropriate and fair corrective action in
43
+ response to any behavior that they deem inappropriate, threatening, offensive,
44
+ or harmful.
45
+
46
+ Community leaders have the right and responsibility to remove, edit, or reject
47
+ comments, commits, code, wiki edits, issues, and other contributions that are
48
+ not aligned to this Code of Conduct, and will communicate reasons for moderation
49
+ decisions when appropriate.
50
+
51
+ ## Scope
52
+
53
+ This Code of Conduct applies within all community spaces, and also applies when
54
+ an individual is officially representing the community in public spaces.
55
+ Examples of representing our community include using an official email address,
56
+ posting via an official social media account, or acting as an appointed
57
+ representative at an online or offline event.
58
+
59
+ ## Enforcement
60
+
61
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
62
+ reported to the community leaders responsible for enforcement at
63
+ [INSERT CONTACT METHOD].
64
+ All complaints will be reviewed and investigated promptly and fairly.
65
+
66
+ All community leaders are obligated to respect the privacy and security of the
67
+ reporter of any incident.
68
+
69
+ ## Enforcement Guidelines
70
+
71
+ Community leaders will follow these Community Impact Guidelines in determining
72
+ the consequences for any action they deem in violation of this Code of Conduct:
73
+
74
+ ### 1. Correction
75
+
76
+ **Community Impact**: Use of inappropriate language or other behavior deemed
77
+ unprofessional or unwelcome in the community.
78
+
79
+ **Consequence**: A private, written warning from community leaders, providing
80
+ clarity around the nature of the violation and an explanation of why the
81
+ behavior was inappropriate. A public apology may be requested.
82
+
83
+ ### 2. Warning
84
+
85
+ **Community Impact**: A violation through a single incident or series of
86
+ actions.
87
+
88
+ **Consequence**: A warning with consequences for continued behavior. No
89
+ interaction with the people involved, including unsolicited interaction with
90
+ those enforcing the Code of Conduct, for a specified period of time. This
91
+ includes avoiding interactions in community spaces as well as external channels
92
+ like social media. Violating these terms may lead to a temporary or permanent
93
+ ban.
94
+
95
+ ### 3. Temporary Ban
96
+
97
+ **Community Impact**: A serious violation of community standards, including
98
+ sustained inappropriate behavior.
99
+
100
+ **Consequence**: A temporary ban from any sort of interaction or public
101
+ communication with the community for a specified period of time. No public or
102
+ private interaction with the people involved, including unsolicited interaction
103
+ with those enforcing the Code of Conduct, is allowed during this period.
104
+ Violating these terms may lead to a permanent ban.
105
+
106
+ ### 4. Permanent Ban
107
+
108
+ **Community Impact**: Demonstrating a pattern of violation of community
109
+ standards, including sustained inappropriate behavior, harassment of an
110
+ individual, or aggression toward or disparagement of classes of individuals.
111
+
112
+ **Consequence**: A permanent ban from any sort of public interaction within the
113
+ community.
114
+
115
+ ## Attribution
116
+
117
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
118
+ version 2.1, available at
119
+ [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
120
+
121
+ Community Impact Guidelines were inspired by
122
+ [Mozilla's code of conduct enforcement ladder][Mozilla CoC].
123
+
124
+ For answers to common questions about this code of conduct, see the FAQ at
125
+ [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
126
+ [https://www.contributor-covenant.org/translations][translations].
127
+
128
+ [homepage]: https://www.contributor-covenant.org
129
+ [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
130
+ [Mozilla CoC]: https://github.com/mozilla/diversity
131
+ [FAQ]: https://www.contributor-covenant.org/faq
132
+ [translations]: https://www.contributor-covenant.org/translations
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2025 Chris Fung
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,87 @@
1
+ # GomaShika
2
+
3
+ GomaShika is a CLI tool to extract and convert data from CLDR into formats that Ruby's I18n gem can utilize.
4
+
5
+ ## Installation
6
+
7
+ TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
8
+
9
+ Install the gem and add to the application's Gemfile by executing:
10
+
11
+ ```bash
12
+ bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
13
+ ```
14
+
15
+ If bundler is not being used to manage dependencies, install the gem by executing:
16
+
17
+ ```bash
18
+ gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
19
+ ```
20
+
21
+ ## Usage
22
+
23
+ GomaShika uses a config file that determines what data to export. Different data is exported depending on your specific configuration. The following sections describe the different configuration parameters and what data can be exported.
24
+
25
+ An example config can be found in the `spec/` directory.
26
+
27
+ ### Target locales
28
+
29
+ List the locales you wish to generate data for in the `locales` key. This should be a list of locale codes, generally matching the locales you set in `I18n.available_locales`.
30
+
31
+ ```yaml
32
+ locales:
33
+ - en
34
+ - zh
35
+ ```
36
+
37
+ GomaShika will run all of its extractions and conversions for each locale you specify in this list.
38
+
39
+ ### Date, Time, and DateTime Formats
40
+
41
+ List date, time, and datetime formats under the `formats` key of the config file:
42
+
43
+ ```yaml
44
+ formats:
45
+ short_date_time:
46
+ date_time:
47
+ pattern_style:
48
+ type: :medium:
49
+ date_style:
50
+ type: :short:
51
+ time_style:
52
+ type: :medium:
53
+ ```
54
+
55
+ #### `formats.<name>`
56
+
57
+ Each key under `formats` will become a named format in the output. GomaShika duplicates your formats under both `date.formats.*` and `time.formats.*` so you can consistently access any format, whether you are localizing a `Date` or a `Time`.
58
+
59
+ #### `formats.<name>.(date|time)`
60
+
61
+ Specify `date` or `time` after `<name>` to create a date or time format. The format must contain a `type` key with a value of either `short`, `medium`, `long`, `full`, or `additional`. If the `type` is `additional`, then `additional_format` must also be supplied. `additional_format` must be one of the flexible formats defined by CLDR. Not all languages support all formats, so check the CLDR documentation to confirm coverage.
62
+
63
+ #### `formats.<name>.date_time`
64
+
65
+ Use `date_time` to specify a combined format showing both date and time. This format requires 3 keys: `pattern_style`, `date_style`, and `time_style`.
66
+
67
+ `pattern_style` describes the pattern used to combine the formatted date and time. This must be one of `short`, `medium`, `long`, or `full`. Note that for many languages some of these patterns will be identical. `full` and `long` both generally resolve to the `at` formats from CLDR.
68
+
69
+ `date_style` and `time_style` follow the rules of `date` and `time` formats above.
70
+
71
+ ## Development
72
+
73
+ After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
74
+
75
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
76
+
77
+ ## Contributing
78
+
79
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/goma_shika. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/goma_shika/blob/main/CODE_OF_CONDUCT.md).
80
+
81
+ ## License
82
+
83
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
84
+
85
+ ## Code of Conduct
86
+
87
+ Everyone interacting in the GomaShika project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/goma_shika/blob/main/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,4 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ task default: %i[]
@@ -0,0 +1,28 @@
1
+ module GomaShika
2
+ class Config
3
+ def initialize(raw)
4
+ @raw = raw
5
+ end
6
+
7
+ def self.from_yaml(file_path)
8
+ raise ArgumentError, "File not found: #{file_path}" unless File.exist?(file_path)
9
+
10
+ yaml_content = File.read(file_path)
11
+ parsed_content = YAML.safe_load(yaml_content, symbolize_names: true, aliases: true, permitted_classes: [Symbol])
12
+
13
+ new(parsed_content)
14
+ end
15
+
16
+ def locales
17
+ raw[:locales]
18
+ end
19
+
20
+ def formats
21
+ raw[:formats]
22
+ end
23
+
24
+ private
25
+
26
+ attr_reader :raw
27
+ end
28
+ end
@@ -0,0 +1,110 @@
1
+ module GomaShika
2
+ class LocaleGenerator
3
+ class DateTimeGenerator
4
+ def initialize(locale)
5
+ @locale = locale
6
+ end
7
+
8
+ def generate(format_descriptor)
9
+ if format_descriptor.key?(:date_time)
10
+ compound_date_time_format(
11
+ format_descriptor[:date_time][:pattern_style],
12
+ format_descriptor[:date_time][:date_style],
13
+ format_descriptor[:date_time][:time_style]
14
+ )
15
+ elsif format_descriptor.key?(:date)
16
+ date_format(format_descriptor[:date])
17
+ elsif format_descriptor.key?(:time)
18
+ time_format(format_descriptor[:time])
19
+ else
20
+ raise ArgumentError, "Invalid format descriptor"
21
+ end
22
+ end
23
+
24
+ def compound_date_time_format(pattern_style, date_style, time_style)
25
+ data_reader = TwitterCldr::DataReaders::DateTimeDataReader.new(@locale, pattern_style)
26
+ pattern = data_reader.pattern
27
+
28
+ date_reader = TwitterCldr::DataReaders::DateDataReader.new(@locale, date_style)
29
+
30
+ time_reader = TwitterCldr::DataReaders::TimeDataReader.new(@locale, time_style)
31
+
32
+ compound_pattern = pattern.gsub("{{date}}", date_reader.pattern).gsub("{{time}}", time_reader.pattern)
33
+ cldr_to_strftime(compound_pattern)
34
+ end
35
+
36
+ def date_format(date_style)
37
+ data_reader = TwitterCldr::DataReaders::DateDataReader.new(@locale, date_style)
38
+ cldr_to_strftime(data_reader.pattern)
39
+ end
40
+
41
+ def time_format(time_style)
42
+ data_reader = TwitterCldr::DataReaders::TimeDataReader.new(@locale, time_style)
43
+ cldr_to_strftime(data_reader.pattern)
44
+ end
45
+
46
+ private
47
+
48
+ # Converts a CLDR date format pattern to a strftime format string.
49
+ def cldr_to_strftime(pattern)
50
+ data_reader = TwitterCldr::DataReaders::DateTimeDataReader.new(@locale, {type: :additional})
51
+ tokens = data_reader.tokenizer.full_tokenize(pattern)
52
+ formatted = tokens.map do |token|
53
+ case token.type
54
+ when :pattern
55
+ strftime_field = CLDR_TO_STRFTIME_MAP[token.value.to_sym]
56
+
57
+ raise StandardError, "Unknown CLDR field '#{token.value}' (from #{pattern.inspect})" unless strftime_field
58
+
59
+ strftime_field || "�"
60
+ when :plaintext
61
+ token.value.gsub(/'([^']+)'/, '\1')
62
+ end
63
+ end
64
+
65
+ formatted.join("")
66
+ end
67
+
68
+ # Maps CLDR date format patterns to strftime format strings, with some
69
+ # caveats:
70
+ #
71
+ # - `G` (era) is not supported
72
+ # - `b/B` should be a textual representation of the time of day, but we
73
+ # use am/pm instead
74
+ CLDR_TO_STRFTIME_MAP = {
75
+ cccc: "%A", # Weekday, full form (e.g. "Wednesday")
76
+ EEEE: "%A", # Weekday, full form (e.g. "Wednesday")
77
+ LLLL: "%B", # Month, full name (e.g. "December")
78
+ MMMM: "%B", # Month, full name (e.g. "December")
79
+
80
+ ccc: "%a", # Weekday, abbreviated form (e.g. "Wed.")
81
+ EEE: "%a", # Weekday, abbreviated form (e.g. "Wed.")
82
+ LLL: "%b", # Month, abbreviated name (e.g. "Dec.")
83
+ MMM: "%b", # Month, abbreviated name (e.g. "Dec.")
84
+
85
+ dd: "%02d", # Day of month, zero padded (00..31)
86
+ hh: "%02l", # Hour, zero padded (01..12)
87
+ HH: "%02k", # Hour, zero padded (00..23)
88
+ mm: "%M", # Minute (00..59)
89
+ MM: "%02m", # Month of year, zero padded (01..12)
90
+ ss: "%S", # Second (00..60)
91
+ yy: "%02y", # Year, two digits (e.g. 19)
92
+
93
+ a: "%P", # am/pm indicator
94
+ b: "%P", # Should be am/noon/pm/midnight; use am/pm
95
+ B: "%P", # Should be "in the morning"/"in the evening"; use am/pm
96
+ d: "%-d", # Day of month, no padding (1..31)
97
+ E: "%A", # Weekday (e.g. Wednesday)
98
+ h: "%-l", # Hour (1..12)
99
+ H: "%02k", # Hour (0..23)
100
+ m: "%-M", # Minute, no padding (0..59)
101
+ M: "%-m", # Month of the year, no padding (1..12)
102
+ s: "%-S", # Second, no padding (0..60)
103
+ v: "%z", # Time zone offset (e.g., -0500)
104
+ y: "%Y", # Year, all digits (e.g. 2019)
105
+ z: "%z", # Time zone offset (e.g., -0500)
106
+ xxx: "%:z" # Time zone offset with colon (e.g., -05:00)
107
+ }
108
+ end
109
+ end
110
+ end
@@ -0,0 +1,35 @@
1
+ module GomaShika
2
+ class LocaleGenerator
3
+ def initialize(locale, config)
4
+ @locale = locale
5
+ @config = config
6
+ end
7
+
8
+ def generate
9
+ generated = {}
10
+
11
+ if config.formats.any?
12
+ generated_formats =
13
+ config.formats.transform_values do |format_descriptor|
14
+ case format_descriptor
15
+ when Hash
16
+ DateTimeGenerator.new(locale).generate(format_descriptor)
17
+ else
18
+ raise ArgumentError, "Invalid format descriptor"
19
+ end
20
+ end
21
+
22
+ generated[:time] = {formats: generated_formats.dup}
23
+ generated[:date] = {formats: generated_formats.dup}
24
+ end
25
+
26
+ {locale => generated}
27
+ end
28
+
29
+ private
30
+
31
+ attr_reader :locale, :config
32
+ end
33
+ end
34
+
35
+ require_relative "locale_generator/date_time_generator"
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module GomaShika
4
+ VERSION = "0.1.0"
5
+ end
data/lib/goma_shika.rb ADDED
@@ -0,0 +1,19 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "twitter_cldr"
4
+
5
+ require_relative "goma_shika/version"
6
+
7
+ module GomaShika
8
+ def self.generate(config_path)
9
+ config = Config.from_yaml(config_path)
10
+
11
+ config.locales.each_with_object({}) do |locale, hash|
12
+ generator = LocaleGenerator.new(locale, config)
13
+ hash.merge!(generator.generate)
14
+ end
15
+ end
16
+ end
17
+
18
+ require_relative "goma_shika/locale_generator"
19
+ require_relative "goma_shika/config"
@@ -0,0 +1,4 @@
1
+ module GomaShika
2
+ VERSION: String
3
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
+ end
metadata ADDED
@@ -0,0 +1,101 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: goma_shika
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Chris Fung
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2025-04-21 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: twitter_cldr
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '6.14'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '6.14'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rspec
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: standard
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ description:
56
+ email:
57
+ - aergonaut@gmail.com
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files:
62
+ - ".rspec"
63
+ - CHANGELOG.md
64
+ - CODE_OF_CONDUCT.md
65
+ - LICENSE.txt
66
+ - README.md
67
+ - Rakefile
68
+ - lib/goma_shika.rb
69
+ - lib/goma_shika/config.rb
70
+ - lib/goma_shika/locale_generator.rb
71
+ - lib/goma_shika/locale_generator/date_time_generator.rb
72
+ - lib/goma_shika/version.rb
73
+ - sig/goma_shika.rbs
74
+ homepage: https://github.com/aergonaut/goma_shika
75
+ licenses:
76
+ - MIT
77
+ metadata:
78
+ homepage_uri: https://github.com/aergonaut/goma_shika
79
+ source_code_uri: https://github.com/aergonaut/goma_shika
80
+ changelog_uri: https://github.com/aergonaut/goma_shika/blob/main/CHANGELOG.md
81
+ post_install_message:
82
+ rdoc_options: []
83
+ require_paths:
84
+ - lib
85
+ required_ruby_version: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: 3.0.0
90
+ required_rubygems_version: !ruby/object:Gem::Requirement
91
+ requirements:
92
+ - - ">="
93
+ - !ruby/object:Gem::Version
94
+ version: '0'
95
+ requirements: []
96
+ rubygems_version: 3.5.16
97
+ signing_key:
98
+ specification_version: 4
99
+ summary: A simple Rubygem to export and transform Unicode CLDR data for use with Ruby
100
+ I18n
101
+ test_files: []