--- !ruby/object:Gem::Specification name: cuke4php version: !ruby/object:Gem::Version hash: 51 prerelease: false segments: - 0 - 9 - 4 version: 0.9.4 platform: ruby authors: - Kevin Olbrich - Alessandro Dal Grande autorequire: bindir: bin cert_chain: [] date: 2011-03-23 00:00:00 -04:00 default_executable: cuke4php dependencies: - !ruby/object:Gem::Dependency requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 51 segments: - 0 - 10 - 2 version: 0.10.2 type: :runtime name: cucumber prerelease: false version_requirements: *id001 - !ruby/object:Gem::Dependency requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 15 segments: - 1 - 0 version: "1.0" type: :development name: bundler prerelease: false version_requirements: *id002 - !ruby/object:Gem::Dependency requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development name: jeweler prerelease: false version_requirements: *id003 description: Using this protocol it is possible to directly interact with PHP code at any level without the need for a web server. To accomplish this, when cucumber is running against a directory containing feature files and it cannot resolve a particular step definition, it will ask a known wire server (as defined in a .wire file) to interpret and run those steps. email: - kevin.olbrich+cuke4php@gmail.com - aledalgrande@gmail.com executables: - cuke4php extensions: [] extra_rdoc_files: - LICENSE - README.md files: - .document - Gemfile - HISTORY - LICENSE - README.md - Rakefile - VERSION - bin/cuke4php - cucumber.yml - cuke4php.gemspec - features/Cuke4Php.feature - features/scenario.feature - features/step_definitions/Cuke4Php.wire - features/step_definitions/TestSteps.php - features/step_definitions/WireSteps.php - features/support/Env.php - features/transform.feature - lib/Cucumber.php - lib/CucumberScenario.php - lib/CucumberSteps.php - lib/Cuke4Php.php - php_bin/cuke4php_server - tests/lib/CucumberScenarioTest.php - tests/lib/Cuke4PhpTest.php has_rdoc: false homepage: http://github.com/olbrich/cuke4php licenses: [] post_install_message: | ******************************************************************************** Please install PHPUnit >= 3.0 if you've not already done it! Add PEAR channels: pear channel-discover pear.phpunit.de pear channel-discover components.ez.no pear channel-discover pear.symfony-project.com Install PHPUnit: pear install phpunit/PHPUnit ******************************************************************************** rdoc_options: [] require_paths: - lib 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: - PHP 5.2+ - PHPUnit 3.0+ rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Implementation of the Cucumber wire protocol for PHP projects test_files: []