Rakefile in cuke4php-0.9.0 vs Rakefile in cuke4php-0.9.1
- old
+ new
@@ -9,14 +9,10 @@
gem.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.}
gem.authors = ["Kevin Olbrich", "Alessandro Dal Grande"]
gem.email = ["kevin.olbrich+cuke4php@gmail.com", "aledalgrande@gmail.com"]
gem.homepage = "http://github.com/olbrich/cuke4php"
gem.executables = 'cuke4php'
- gem.add_dependency('cucumber')
- # TODO: once the patch for erb templating in the .wire files is released, we should set a minimum version for it
- gem.add_development_dependency('bundler')
- gem.add_development_dependency('jeweler')
gem.files.exclude 'phpdoc'
gem.has_rdoc = false
gem.requirements << "PHP 5.2+"
gem.requirements << "PHPUnit 3.0+"
gem.post_install_message =<<eos
@@ -39,10 +35,9 @@
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
end
require 'cucumber/rake/task'
-#Cucumber::Rake::Task.new(:features)
task :default => [:features, :phpunit]
namespace :server do
\ No newline at end of file