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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Olbrich committed Mar 28, 2011
1 parent 8a0c67c commit fa714c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cuke4php.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{cuke4php}
s.version = "0.9.4"
s.version = "0.9.5"

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-03-23}
s.date = %q{2011-03-27}
s.default_executable = %q{cuke4php}
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"]
Expand Down

0 comments on commit fa714c1

Please sign in to comment.