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