Sha256: 04d74b3ffe81c21a102331f880f3f7287b2466e4121e731292a4c2b570dc8057
Contents?: true
Size: 282 Bytes
Versions: 1
Compression:
Stored size: 282 Bytes
Contents
# frozen_string_literal: true module Unicode module Blocks VERSION = "1.9.0" UNICODE_VERSION = "15.1.0" DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze INDEX_FILENAME = (DATA_DIRECTORY + "/blocks.marshal.gz").freeze end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unicode-blocks-1.9.0 | lib/unicode/blocks/constants.rb |