Sha256: 7f0246585862781d0964a71345777ea007170b2dfdefcf8267c8c451e888d2c3
Contents?: true
Size: 784 Bytes
Versions: 1
Compression:
Stored size: 784 Bytes
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "emoji/data/version" Gem::Specification.new do |spec| spec.name = "emoji-data" spec.version = Emoji::Data::VERSION spec.authors = ["JuanitoFatas"] spec.email = ["katehuang0320@gmail.com"] spec.summary = %q{Emoji JSON Data for UTR #51} spec.description = spec.summary spec.homepage = "https://github.com/jollygoodcode/emoji-data" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
emoji-data-0.1.0 | emoji-data.gemspec |