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