Sha256: d09cca0f43163ce97ae82fbc1980fa6db9e1fff61a3380df17fd8887404b7bc8

Contents?: true

Size: 402 Bytes

Versions: 1

Compression:

Stored size: 402 Bytes

Contents

# frozen_string_literal: true

module Unicode
  module Emoji
    VERSION = "2.3.1"
    EMOJI_VERSION = "12.1"
    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.6.1, Emoji version 11 is included
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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