Sha256: fdd5d9296f8c3498678e72ece0e83f58d0a444fb75ba051a9215db3e2802954c

Contents?: true

Size: 301 Bytes

Versions: 1

Compression:

Stored size: 301 Bytes

Contents

# frozen_string_literal: true

module Unicode
  module Emoji
    VERSION = "2.9.0"
    EMOJI_VERSION = "14.0"
    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.9.0 lib/unicode/emoji/constants.rb