Sha256: 8bdc868c424f6a482a9d209abb10196817cc52c469c5037cd494a6d209bf7b59

Contents?: true

Size: 295 Bytes

Versions: 1

Compression:

Stored size: 295 Bytes

Contents

# frozen_string_literal: true

module Unicode
  module NumericValue
    VERSION = "1.9.0"
    UNICODE_VERSION = "15.0.0"
    DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze
    INDEX_FILENAME = (DATA_DIRECTORY + "/numeric_value.marshal.gz").freeze
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unicode-numeric_value-1.9.0 lib/unicode/numeric_value/constants.rb