Sha256: 807ccda9557d4cf66c56eb5e70478688ada234b4aada678a184cc1cca645c52c
Contents?: true
Size: 291 Bytes
Versions: 1
Compression:
Stored size: 291 Bytes
Contents
# frozen_string_literal: true module Unicode module Categories VERSION = "1.8.0" UNICODE_VERSION = "15.0.0" DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze INDEX_FILENAME = (DATA_DIRECTORY + "/categories.marshal.gz").freeze end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unicode-categories-1.8.0 | lib/unicode/categories/constants.rb |