Sha256: 9eb582c1479ed64d38af1cba7264b88b8cb685ed048c351cc36b783246d7ba1c

Contents?: true

Size: 342 Bytes

Versions: 1

Compression:

Stored size: 342 Bytes

Contents

# frozen_string_literal: true

module Unicode
  module Emoji
    VERSION = "1.0.1".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.1 lib/unicode/emoji/constants.rb