Sha256: 5476e09c601b1e314db2f80efe3577e31f223db7cb7c8fea98b81364aa5423ff
Contents?: true
Size: 280 Bytes
Versions: 1
Compression:
Stored size: 280 Bytes
Contents
# frozen_string_literal: true module Unicode module Types VERSION = "1.6.0" UNICODE_VERSION = "13.0.0" DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze INDEX_FILENAME = (DATA_DIRECTORY + "/types.marshal.gz").freeze end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unicode-types-1.6.0 | lib/unicode/types/constants.rb |