Sha256: 5312ae3bad085ff5f9ea151c4a1df0bc0e14b22018dd0c4779b3f1c1319d6ff8

Contents?: true

Size: 317 Bytes

Versions: 22

Compression:

Stored size: 317 Bytes

Contents

# encoding: utf-8
require 'rubygems'
require 'bundler'
Bundler::GemHelper.install_tasks

$:.unshift(File.dirname(__FILE__) + '/lib')
Dir['gem_tasks/**/*.rake'].each { |rake| load rake }

task :release => 'api:doc'
task :default => [:spec, :cucumber]

require 'rake/clean'
CLEAN.include %w(**/*.{log,pyc,rbc,tgz} doc)

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
cucumber-1.3.18 Rakefile
cucumber-1.3.17 Rakefile
cucumber-1.3.16 Rakefile
cucumber-1.3.15 Rakefile
cucumber-1.3.14 Rakefile
cucumber-1.3.13 Rakefile
cucumber-1.3.12 Rakefile
cucumber-1.3.11 Rakefile
cucumber-1.3.10 Rakefile
cucumber-1.3.9 Rakefile
cucumber-1.3.8 Rakefile
cucumber-1.3.7 Rakefile
cucumber-1.3.6 Rakefile
cucumber-1.3.5 Rakefile
cucumber-1.3.4 Rakefile
cucumber-1.3.3 Rakefile
cucumber-1.3.2 Rakefile
cucumber-1.3.1 Rakefile
cucumber-1.3.0 Rakefile
cucumber-1.2.5 Rakefile