Sha256: 167a291801a1e2e14e10e59679b11d83b9fc1ba97d4e0dc313dabf1fa36e7e0b
Contents?: true
Size: 423 Bytes
Versions: 12
Compression:
Stored size: 423 Bytes
Contents
# encoding: UTF-8 # Copyright 2012 Twitter, Inc # http://www.apache.org/licenses/LICENSE-2.0 module TwitterCldr module Versions CLDR_VERSION = '29' ICU_VERSION = '57.1' UNICODE_VERSION = '8.0.0' class << self def cldr_version CLDR_VERSION end def icu_version ICU_VERSION end def unicode_version UNICODE_VERSION end end end end
Version data entries
12 entries across 12 versions & 2 rubygems