Sha256: 6e44ee0bc9fbe97a96ea65ea3466f5867479b8849435d2d5a24cfbe7c2fa7f91
Contents?: true
Size: 282 Bytes
Versions: 1
Compression:
Stored size: 282 Bytes
Contents
# frozen_string_literal: true module Unicode module Blocks VERSION = "1.7.0" UNICODE_VERSION = "14.0.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.7.0 | lib/unicode/blocks/constants.rb |