Sha256: 58ef943563ff4268faeb4bf766aa4a78aa8b4bddae4417a8ea47630b18c4ba54
Contents?: true
Size: 402 Bytes
Versions: 1
Compression:
Stored size: 402 Bytes
Contents
# frozen_string_literal: true module Unicode module Emoji VERSION = "2.2.0" EMOJI_VERSION = "12.0" CLDR_VERSION = "36" DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze INDEX_FILENAME = (DATA_DIRECTORY + "/emoji.marshal.gz").freeze ENABLE_NATIVE_EMOJI_UNICODE_PROPERTIES = false # As of Ruby 2.6.1, Emoji version 11 is included end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unicode-emoji-2.2.0 | lib/unicode/emoji/constants.rb |