Sha256: 879588017624d331a7fef892634f42211a7b14d3ba606c509d78fc5ebe4bfdae

Contents?: true

Size: 408 Bytes

Versions: 1

Compression:

Stored size: 408 Bytes

Contents

# frozen_string_literal: true

module Unicode
  module Emoji
    VERSION = "2.4.0"
    EMOJI_VERSION = "13.0"
    CLDR_VERSION = "36"
    DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze
    INDEX_FILENAME = (DATA_DIRECTORY + "/emoji.marshal.gz").freeze

    ENABLE_NATIVE_EMOJI_UNICODE_PROPERTIES = false
    # As of Ruby 2.7.0, Emoji version 12.1 is included
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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