Sha256: bf26040141e9fd4a6366da3deb359214b4af412d9348b1e992c2179f20af9c01
Contents?: true
Size: 392 Bytes
Versions: 1
Compression:
Stored size: 392 Bytes
Contents
# frozen_string_literal: true module Unicode module Emoji VERSION = "2.0.0".freeze EMOJI_VERSION = "12.0".freeze 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.0.0 | lib/unicode/emoji/constants.rb |