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