Sha256: b9f9b9385ae13086a52ab1fe40cd7287ba47efea6596b35b4c95d6ced8fcb074

Contents?: true

Size: 281 Bytes

Versions: 1

Compression:

Stored size: 281 Bytes

Contents

# frozen_string_literal: true

module Unicode
  module Types
    VERSION = "1.10.0"
    UNICODE_VERSION = "16.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.10.0 lib/unicode/types/constants.rb