--- !ruby/object:Gem::Specification name: cassowary version: !ruby/object:Gem::Version hash: 21 prerelease: segments: - 1 - 0 - 1 version: 1.0.1 platform: ruby authors: - Sebastian Feuerstack autorequire: bindir: bin cert_chain: [] date: 2011-11-11 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: hoe prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 17 segments: - 2 - 9 version: "2.9" type: :development version_requirements: *id001 description: |- Cassowary is an incremental constraint solving toolkit that efficiently solves systems of linear equalities and inequalities. Constraints may be either requirements or preferences. Client code specifies the constraints to be maintained, and the solver updates the constrained variables to have values that satisfy the constraints. Version 0.50 of the solving toolkit adds support for a one-way finite domain subsolver. This project is concerned with offering a ruby interface for the original implementation of cassowary in C. email: - Sebastian@Feuerstack.org executables: [] extensions: - ext/cassowary/extconf.rb extra_rdoc_files: - History.txt - Manifest.txt - PostInstall.txt files: - .autotest - History.txt - Manifest.txt - PostInstall.txt - README.rdoc - Rakefile - cassowary.gemspec - ext/cassowary/cassowary.i - ext/cassowary/cassowary_wrap.cxx - ext/cassowary/extconf.rb - lib/cassowary.rb - script/console - script/destroy - script/generate - tasks/extconf.rake - tasks/extconf/cassowary.rake - test/test_cassowary.rb - test/test_helper.rb - .gemtest homepage: http://github.com/sfeu/cassowary licenses: [] post_install_message: rdoc_options: - --main - README.rdoc require_paths: - lib - ext/cassowary required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: cassowary rubygems_version: 1.8.5 signing_key: specification_version: 3 summary: Cassowary is an incremental constraint solving toolkit that efficiently solves systems of linear equalities and inequalities test_files: - test/test_cassowary.rb - test/test_helper.rb