Sha256: 90bd53cd63227abd85247d69b46b4572de6f00295f2d7188bff50bd102db762a

Contents?: true

Size: 420 Bytes

Versions: 48

Compression:

Stored size: 420 Bytes

Contents

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

require 'rake/clean'

$:.unshift(File.dirname(__FILE__) + '/lib')
require 'gherkin/version'

Dir['tasks/**/*.rake'].each { |rake| load File.expand_path(rake) }

task :default  => [:spec, :cucumber]
task :spec     => defined?(JRUBY_VERSION) ? :jar : :compile
task :cucumber => defined?(JRUBY_VERSION) ? :jar : :compile

Version data entries

48 entries across 48 versions & 2 rubygems

Version Path
gherkin-2.2.2-i386-mingw32 Rakefile
gherkin-2.2.2-universal-dotnet Rakefile
gherkin-2.2.2-java Rakefile
gherkin-2.2.1 Rakefile
gherkin-2.2.1-i386-mswin32 Rakefile
gherkin-2.2.1-i386-mingw32 Rakefile
gherkin-2.2.1-universal-dotnet Rakefile
gherkin-2.2.1-java Rakefile