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