Sha256: 29403feebed5918f93c8d78d6e5a0018c5939b7e7499ab7927aca8700d029f60
Contents?: true
Size: 301 Bytes
Versions: 1
Compression:
Stored size: 301 Bytes
Contents
# frozen_string_literal: true module Unicode module Emoji VERSION = "2.6.0" EMOJI_VERSION = "13.1" CLDR_VERSION = "37" DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze INDEX_FILENAME = (DATA_DIRECTORY + "/emoji.marshal.gz").freeze end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unicode-emoji-2.6.0 | lib/unicode/emoji/constants.rb |