--- !ruby/object:Gem::Specification name: phantom_svg version: !ruby/object:Gem::Version version: 1.1.8 platform: ruby authors: - Rika Yoshida - Naoki Iwakawa - Rei Kagetsuki autorequire: bindir: bin cert_chain: [] date: 2015-05-18 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: cairo requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.14' - - "~>" - !ruby/object:Gem::Version version: 1.14.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.14' - - "~>" - !ruby/object:Gem::Version version: 1.14.1 - !ruby/object:Gem::Dependency name: rapngasm requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.1' - - "~>" - !ruby/object:Gem::Version version: 3.1.6 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.1' - - "~>" - !ruby/object:Gem::Version version: 3.1.6 - !ruby/object:Gem::Dependency name: rsvg2 requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.2' - - "~>" - !ruby/object:Gem::Version version: 2.2.5 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.2' - - "~>" - !ruby/object:Gem::Version version: 2.2.5 - !ruby/object:Gem::Dependency name: rmagick requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.15' - - "~>" - !ruby/object:Gem::Version version: 2.15.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.15' - - "~>" - !ruby/object:Gem::Version version: 2.15.0 description: Hight end SVG manipulation tools for Ruby.\nIncludes chained keyframe generation, (A)PNG conversion and more. email: info@genshin.org executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".rubocop.yml" - ".travis.yml" - Gemfile - Guardfile - LICENSE - README.md - lib/phantom/frame.rb - lib/phantom/parser/abstract_animation_reader.rb - lib/phantom/parser/abstract_image_reader.rb - lib/phantom/parser/abstract_image_writer.rb - lib/phantom/parser/gif_reader.rb - lib/phantom/parser/jpeg_reader.rb - lib/phantom/parser/json_animation_reader.rb - lib/phantom/parser/phantom_xmldecl.rb - lib/phantom/parser/png_reader.rb - lib/phantom/parser/png_writer.rb - lib/phantom/parser/svg_reader.rb - lib/phantom/parser/svg_writer.rb - lib/phantom/parser/xml_animation_reader.rb - lib/phantom/svg.rb - lib/phantom_svg.rb - phantom_svg.gemspec - spec/images/apngasm.gif - spec/images/apngasm.png - spec/images/compiled.svg - spec/images/gradation_test/0.svg - spec/images/gradation_test/1.svg - spec/images/gradation_test/2.svg - spec/images/gradation_test/3.svg - spec/images/gradation_test/4.svg - spec/images/gradation_test/5.svg - spec/images/gradation_test/6.svg - spec/images/gradation_test/7.svg - spec/images/gradation_test/animation.json - spec/images/jpeg_test/1.jpg - spec/images/jpeg_test/10.jpg - spec/images/jpeg_test/11.jpg - spec/images/jpeg_test/12.jpg - spec/images/jpeg_test/13.jpg - spec/images/jpeg_test/14.jpg - spec/images/jpeg_test/15.jpg - spec/images/jpeg_test/16.jpg - spec/images/jpeg_test/17.jpg - spec/images/jpeg_test/18.jpg - spec/images/jpeg_test/19.jpg - spec/images/jpeg_test/2.jpg - spec/images/jpeg_test/20.jpg - spec/images/jpeg_test/21.jpg - spec/images/jpeg_test/22.jpg - spec/images/jpeg_test/23.jpg - spec/images/jpeg_test/24.jpg - spec/images/jpeg_test/25.jpg - spec/images/jpeg_test/26.jpg - spec/images/jpeg_test/27.jpg - spec/images/jpeg_test/28.jpg - spec/images/jpeg_test/29.jpg - spec/images/jpeg_test/3.jpg - spec/images/jpeg_test/30.jpg - spec/images/jpeg_test/31.jpg - spec/images/jpeg_test/32.jpg - spec/images/jpeg_test/33.jpg - spec/images/jpeg_test/34.jpg - spec/images/jpeg_test/4.jpg - spec/images/jpeg_test/5.jpg - spec/images/jpeg_test/6.jpg - spec/images/jpeg_test/7.jpg - spec/images/jpeg_test/8.jpg - spec/images/jpeg_test/9.jpg - spec/images/plain.svg - spec/images/small_v_raster.png - spec/images/test_frames/0.svg - spec/images/test_frames/1.svg - spec/images/test_frames/10.svg - spec/images/test_frames/11.svg - spec/images/test_frames/2.svg - spec/images/test_frames/3.svg - spec/images/test_frames/4.svg - spec/images/test_frames/5.svg - spec/images/test_frames/6.svg - spec/images/test_frames/7.svg - spec/images/test_frames/8.svg - spec/images/test_frames/9.svg - spec/images/test_frames/loops_test.json - spec/images/test_frames/loops_test.xml - spec/images/test_frames/skip_first_test.json - spec/images/test_frames/skip_first_test.xml - spec/images/test_frames/test1.json - spec/images/test_frames/test1.xml - spec/images/test_frames/test2.json - spec/images/test_frames/test2.xml - spec/images/test_raster.png - spec/phantom/svg_spec.rb - spec/spec_helper.rb homepage: http://github.com/Genshin/phantom_svg licenses: - LGPL-3 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: - libapngasm rubyforge_project: rubygems_version: 2.4.6 signing_key: specification_version: 4 summary: Hight end SVG manipulation tools for Ruby test_files: - spec/images/apngasm.gif - spec/images/apngasm.png - spec/images/compiled.svg - spec/images/gradation_test/0.svg - spec/images/gradation_test/1.svg - spec/images/gradation_test/2.svg - spec/images/gradation_test/3.svg - spec/images/gradation_test/4.svg - spec/images/gradation_test/5.svg - spec/images/gradation_test/6.svg - spec/images/gradation_test/7.svg - spec/images/gradation_test/animation.json - spec/images/jpeg_test/1.jpg - spec/images/jpeg_test/10.jpg - spec/images/jpeg_test/11.jpg - spec/images/jpeg_test/12.jpg - spec/images/jpeg_test/13.jpg - spec/images/jpeg_test/14.jpg - spec/images/jpeg_test/15.jpg - spec/images/jpeg_test/16.jpg - spec/images/jpeg_test/17.jpg - spec/images/jpeg_test/18.jpg - spec/images/jpeg_test/19.jpg - spec/images/jpeg_test/2.jpg - spec/images/jpeg_test/20.jpg - spec/images/jpeg_test/21.jpg - spec/images/jpeg_test/22.jpg - spec/images/jpeg_test/23.jpg - spec/images/jpeg_test/24.jpg - spec/images/jpeg_test/25.jpg - spec/images/jpeg_test/26.jpg - spec/images/jpeg_test/27.jpg - spec/images/jpeg_test/28.jpg - spec/images/jpeg_test/29.jpg - spec/images/jpeg_test/3.jpg - spec/images/jpeg_test/30.jpg - spec/images/jpeg_test/31.jpg - spec/images/jpeg_test/32.jpg - spec/images/jpeg_test/33.jpg - spec/images/jpeg_test/34.jpg - spec/images/jpeg_test/4.jpg - spec/images/jpeg_test/5.jpg - spec/images/jpeg_test/6.jpg - spec/images/jpeg_test/7.jpg - spec/images/jpeg_test/8.jpg - spec/images/jpeg_test/9.jpg - spec/images/plain.svg - spec/images/small_v_raster.png - spec/images/test_frames/0.svg - spec/images/test_frames/1.svg - spec/images/test_frames/10.svg - spec/images/test_frames/11.svg - spec/images/test_frames/2.svg - spec/images/test_frames/3.svg - spec/images/test_frames/4.svg - spec/images/test_frames/5.svg - spec/images/test_frames/6.svg - spec/images/test_frames/7.svg - spec/images/test_frames/8.svg - spec/images/test_frames/9.svg - spec/images/test_frames/loops_test.json - spec/images/test_frames/loops_test.xml - spec/images/test_frames/skip_first_test.json - spec/images/test_frames/skip_first_test.xml - spec/images/test_frames/test1.json - spec/images/test_frames/test1.xml - spec/images/test_frames/test2.json - spec/images/test_frames/test2.xml - spec/images/test_raster.png - spec/phantom/svg_spec.rb - spec/spec_helper.rb