Sha256: 93864947357b9994072bc745a65400510d990ff7240273ee796b9185e73084b1

Contents?: true

Size: 342 Bytes

Versions: 1

Compression:

Stored size: 342 Bytes

Contents

# frozen_string_literal: true

module Unicode
  module Emoji
    VERSION = "1.0.2".freeze
    EMOJI_VERSION = "5.0".freeze
    DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + '/../../../data/').freeze
    INDEX_FILENAME = (DATA_DIRECTORY + '/emoji.marshal.gz').freeze

    ENABLE_NATIVE_EMOJI_UNICODE_PROPERTIES = false
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unicode-emoji-1.0.2 lib/unicode/emoji/constants.rb