Sha256: ca0dacbaf5f1a809ec40bd1778800d292ec0e969ac695c62d559bf904f6cc933
Contents?: true
Size: 1016 Bytes
Versions: 2
Compression:
Stored size: 1016 Bytes
Contents
# -*- encoding: utf-8 -*- require File.dirname(__FILE__) + "/lib/unicode/emoji/constants" Gem::Specification.new do |gem| gem.name = "unicode-emoji" gem.version = Unicode::Emoji::VERSION gem.summary = "Emoji data and regex" gem.description = "[Emoji #{Unicode::Emoji::EMOJI_VERSION}] Provides Unicode Emoji data and regexes, incorporating the latest Unicode and Emoji standards. Includes a categorized list of recommended Emoji." gem.authors = ["Jan Lelis"] gem.email = ["hi@ruby.consulting"] gem.homepage = "https://github.com/janlelis/unicode-emoji" gem.license = "MIT" gem.files = Dir["{**/}{.*,*}"].select{ |path| File.file?(path) && path !~ /^pkg/ } gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.metadata = { "rubygems_mfa_required" => "true" } gem.required_ruby_version = ">= 2.5", "< 4.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
unicode-emoji-4.0.2 | unicode-emoji.gemspec |
unicode-emoji-4.0.1 | unicode-emoji.gemspec |