Sha256: 448663f09a26396de636ac795ea7d525619f75f58c56da34b78c04afb679b3f0
Contents?: true
Size: 342 Bytes
Versions: 1
Compression:
Stored size: 342 Bytes
Contents
# frozen_string_literal: true module Unicode module Emoji VERSION = "1.0.3".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.3 | lib/unicode/emoji/constants.rb |