Sha256: 41208e21d32d7b0634df645401e11c24db0c9b75adb5ea42e1592a7a5995c15c
Contents?: true
Size: 378 Bytes
Versions: 1
Compression:
Stored size: 378 Bytes
Contents
# frozen_string_literal: true module Unicode module Emoji VERSION = "2.1.0" EMOJI_VERSION = "12.0" 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.1.0 | lib/unicode/emoji/constants.rb |