Sha256: e9bad9a86ebccfd6c6ab93c5e3dc11e26e47f2603a64093bb6f32c27b786cb9d
Contents?: true
Size: 292 Bytes
Versions: 1
Compression:
Stored size: 292 Bytes
Contents
# frozen_string_literal: true module Unicode module Categories VERSION = "1.10.0" UNICODE_VERSION = "16.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.10.0 | lib/unicode/categories/constants.rb |