Sha256: 0ca42c0bc3ce0f286c4b556543a7bc4f1e6d3615936196e2977567c604e5efca

Contents?: true

Size: 303 Bytes

Versions: 1

Compression:

Stored size: 303 Bytes

Contents

# frozen_string_literal: true

module Unicode
  module Emoji
    VERSION = "2.7.1"
    EMOJI_VERSION = "13.1"
    CLDR_VERSION = "38.1"
    DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze
    INDEX_FILENAME = (DATA_DIRECTORY + "/emoji.marshal.gz").freeze
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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