Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
Regenerate gemspec for version 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Olbrich committed Aug 31, 2011
1 parent 7b05909 commit a1720cb
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions cuke4php.gemspec
Expand Up @@ -5,14 +5,14 @@

Gem::Specification.new do |s|
s.name = %q{cuke4php}
s.version = "0.9.6.c"
s.version = "0.9.8"

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kevin Olbrich", "Alessandro Dal Grande"]
s.date = %q{2011-05-07}
s.date = %q{2011-08-31}
s.description = %q{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.}
s.email = ["kevin.olbrich+cuke4php@gmail.com", "aledalgrande@gmail.com"]
s.executables = ["cuke4php_server", "cuke4php"]
s.executables = ["cuke4php_forking_server", "cuke4php_server", "cuke4php"]
s.extra_rdoc_files = [
"LICENSE",
"README.md"
Expand All @@ -26,6 +26,7 @@ Gem::Specification.new do |s|
"Rakefile",
"VERSION",
"bin/cuke4php",
"bin/cuke4php_forking_server",
"bin/cuke4php_server",
"cucumber.yml",
"cuke4php.gemspec",
Expand All @@ -40,6 +41,8 @@ Gem::Specification.new do |s|
"lib/CucumberScenario.php",
"lib/CucumberSteps.php",
"lib/Cuke4Php.php",
"lib/Cuke4PhpForkingServer.php",
"php_bin/cuke4php_forking_server.php",
"php_bin/cuke4php_server.php",
"tests/lib/CucumberScenarioTest.php",
"tests/lib/Cuke4PhpTest.php"
Expand All @@ -58,6 +61,9 @@ Gem::Specification.new do |s|
Install PHPUnit:
pear install phpunit/PHPUnit
Optional: Use PEAR/Net_Server for a remote forking server implementation
(requires PHP with pcntl extensions)
********************************************************************************
}
s.require_paths = ["lib"]
Expand Down

0 comments on commit a1720cb

Please sign in to comment.