Gem::Specification.new do |s| s.name = 'phantom_svg' s.version = '1.2.8' s.license = 'LGPL-3.0' s.summary = 'Hight end SVG manipulation tools for Ruby' s.description = 'Hight end SVG manipulation tools for Ruby.\n' \ 'Includes chained keyframe generation, (A)PNG conversion and more.' s.authors = ['Rika Yoshida', 'Naoki Iwakawa', 'Rei Kagetsuki'] s.email = 'info@phantom.industries' s.homepage = 'http://github.com/Genshin/phantom_svg' s.files = `git ls-files`.split($RS) s.test_files = s.files.grep(/^spec\//) s.require_path = 'lib' s.requirements << 'libapngasm' s.add_dependency 'gobject-introspection', '~> 3.1', '~> 3.1.6' s.add_dependency 'cairo-gobject', '~> 3.1', '~> 3.1.6' s.add_dependency 'cairo', '~> 1.15', '~> 1.15.9' s.add_dependency 'gio2', '~> 3.1', '~> 3.1.6' s.add_dependency 'rapngasm', '~> 3.2', '~> 3.2.0' s.add_dependency 'rsvg2', '~> 3.1', '~> 3.1.6' s.add_dependency 'rmagick', '~> 2.16', '~> 2.16.0' end