Module: TwitterCldr::Versions
- Defined in:
- lib/twitter_cldr/versions.rb
Constant Summary collapse
- CLDR_VERSION =
'43.1'
- ICU_VERSION =
'73.2'
- UNICODE_VERSION =
'15.0.0'
Class Method Summary collapse
Class Method Details
.cldr_version ⇒ Object
13 14 15 |
# File 'lib/twitter_cldr/versions.rb', line 13 def cldr_version CLDR_VERSION end |
.icu_version ⇒ Object
17 18 19 |
# File 'lib/twitter_cldr/versions.rb', line 17 def icu_version ICU_VERSION end |
.unicode_version ⇒ Object
21 22 23 |
# File 'lib/twitter_cldr/versions.rb', line 21 def unicode_version UNICODE_VERSION end |