19 lines
951 B
Ruby
19 lines
951 B
Ruby
# -*- encoding: utf-8 -*-
|
|
# stub: rghost 0.9.7 ruby lib
|
|
|
|
Gem::Specification.new do |s|
|
|
s.name = "rghost".freeze
|
|
s.version = "0.9.7"
|
|
|
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
s.require_paths = ["lib".freeze]
|
|
s.authors = ["Shairon Toledo".freeze]
|
|
s.date = "2019-09-11"
|
|
s.description = "Ruby Ghostscript Engine is a document creation and conversion API, support(PDF,PS,GIF,TIF,PNG,JPG...). It uses the GhostScript framework for the format conversion, utilizes EPS templates and is optimized to work with larger documents.".freeze
|
|
s.email = "shairon.toledo@gmail.com".freeze
|
|
s.homepage = "http://rghost.rubyforge.org".freeze
|
|
s.rubygems_version = "3.1.4".freeze
|
|
s.summary = "Ruby Ghostscript Engine is a document creation and conversion API, support(PDF,PS,GIF,TIF,PNG,JPG...).".freeze
|
|
|
|
s.installed_by_version = "3.1.4" if s.respond_to? :installed_by_version
|
|
end |