Sha256: a9aa13975f082dcbe936e1d634b181799d84d475cd0b8e0fda98f5917ac0cbf4
Contents?: true
Size: 342 Bytes
Versions: 1
Compression:
Stored size: 342 Bytes
Contents
# frozen_string_literal: true module Unicode module Emoji VERSION = "1.0.0".freeze EMOJI_VERSION = "5.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 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unicode-emoji-1.0.0 | lib/unicode/emoji/constants.rb |