Sha256: 9924dd92b958a104015a97d8777de8190a49754f28b7e620a31dc50164bc82c3
Contents?: true
Size: 301 Bytes
Versions: 1
Compression:
Stored size: 301 Bytes
Contents
# frozen_string_literal: true module Unicode module Emoji VERSION = "2.5.0" EMOJI_VERSION = "13.0" 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.5.0 | lib/unicode/emoji/constants.rb |