Sha256: 5f1fd0d54ce9726a83df21bc69e5215bf2c4d5c072f39cec0be688cf27e19018
Contents?: true
Size: 812 Bytes
Versions: 1
Compression:
Stored size: 812 Bytes
Contents
require_relative 'lib/prawn/emoji/version' Gem::Specification.new do |spec| spec.name = 'prawn-emoji' spec.version = Prawn::Emoji::VERSION spec.author = 'Katsuya HIDAKA' spec.email = 'hidakatsuya@gmail.com' spec.summary = 'Adds Emoji support to Prawn' spec.description = 'Prawn::Emoji is an extention that adds Emoji support to Prawn' spec.homepage = 'https://github.com/hidakatsuya/prawn-emoji' spec.license = 'MIT' spec.required_ruby_version = '>= 2.5' spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^test/}) } end spec.require_path = 'lib' spec.add_runtime_dependency 'prawn', '~> 2.2' spec.add_runtime_dependency 'unicode-emoji', '~> 2.5.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
prawn-emoji-4.1.0 | prawn-emoji.gemspec |