Sha256: 8560c0ed1fe3811182aa9b95fbaf582254a5cbe11af1e251be1e5608a8e3232e
Contents?: true
Size: 343 Bytes
Versions: 1
Compression:
Stored size: 343 Bytes
Contents
# frozen_string_literal: true module Unicode module Emoji VERSION = "1.1.0".freeze EMOJI_VERSION = "11.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.1.0 | lib/unicode/emoji/constants.rb |