Sha256: c36f8879ef9e8afa3bd1862298190c5f856bfd2dd15fc1440304a312797d65c1

Contents?: true

Size: 301 Bytes

Versions: 1

Compression:

Stored size: 301 Bytes

Contents

# frozen_string_literal: true

module Unicode
  module Emoji
    VERSION = "2.8.0"
    EMOJI_VERSION = "13.1"
    CLDR_VERSION = "39"
    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.8.0 lib/unicode/emoji/constants.rb