Sha256: 274b95b6171992a9b815b5f0120ea0198ea99e3ac3cc91fad8c949bf55d5f7c5
Contents?: true
Size: 291 Bytes
Versions: 1
Compression:
Stored size: 291 Bytes
Contents
# frozen_string_literal: true module Unicode module Categories VERSION = "1.4.0" UNICODE_VERSION = "12.0.0" DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze INDEX_FILENAME = (DATA_DIRECTORY + "/categories.marshal.gz").freeze end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unicode-categories-1.4.0 | lib/unicode/categories/constants.rb |