--- !ruby/object:Gem::Specification name: savage version: !ruby/object:Gem::Version prerelease: false segments: - 1 - 1 - 1 version: 1.1.1 platform: ruby authors: - Jeremy Holland autorequire: bindir: bin cert_chain: [] date: 2010-12-30 00:00:00 -06:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 2 - 3 - 0 version: 2.3.0 type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: activesupport prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 2 - 3 - 5 version: 2.3.5 type: :runtime version_requirements: *id002 description: A little gem for extracting and manipulating SVG vector path data. email: jeremy@jeremypholland.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .rspec - LICENSE - README.rdoc - Rakefile - VERSION - lib/savage.rb - lib/savage/direction.rb - lib/savage/direction_proxy.rb - lib/savage/directions/arc_to.rb - lib/savage/directions/close_path.rb - lib/savage/directions/coordinate_target.rb - lib/savage/directions/cubic_curve_to.rb - lib/savage/directions/horizontal_to.rb - lib/savage/directions/line_to.rb - lib/savage/directions/move_to.rb - lib/savage/directions/point_target.rb - lib/savage/directions/quadratic_curve_to.rb - lib/savage/directions/vertical_to.rb - lib/savage/parser.rb - lib/savage/path.rb - lib/savage/sub_path.rb - lib/savage/utils.rb - savage.gemspec - spec/savage/directions/arc_to_spec.rb - spec/savage/directions/close_path_spec.rb - spec/savage/directions/cubic_curve_to_spec.rb - spec/savage/directions/horizontal_to_spec.rb - spec/savage/directions/line_to_spec.rb - spec/savage/directions/move_to_spec.rb - spec/savage/directions/point_spec.rb - spec/savage/directions/quadratic_curve_spec.rb - spec/savage/directions/vertical_to_spec.rb - spec/savage/parser_spec.rb - spec/savage/path_spec.rb - spec/savage/sub_path_spec.rb - spec/savage_spec.rb - spec/shared/command.rb - spec/shared/coordinate_target.rb - spec/shared/direction.rb - spec/shared/point_target.rb - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/awebneck/savage licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: A little library to manipulate SVG path data test_files: - spec/savage/directions/arc_to_spec.rb - spec/savage/directions/close_path_spec.rb - spec/savage/directions/cubic_curve_to_spec.rb - spec/savage/directions/horizontal_to_spec.rb - spec/savage/directions/line_to_spec.rb - spec/savage/directions/move_to_spec.rb - spec/savage/directions/point_spec.rb - spec/savage/directions/quadratic_curve_spec.rb - spec/savage/directions/vertical_to_spec.rb - spec/savage/parser_spec.rb - spec/savage/path_spec.rb - spec/savage/sub_path_spec.rb - spec/savage_spec.rb - spec/shared/command.rb - spec/shared/coordinate_target.rb - spec/shared/direction.rb - spec/shared/point_target.rb - spec/spec_helper.rb