Sha256: 5b67ef60591243d52b50f37bccb8b6eb4b3e35b55c05715e3934e0512f2d3d8d

Contents?: true

Size: 301 Bytes

Versions: 1

Compression:

Stored size: 301 Bytes

Contents

# frozen_string_literal: true

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