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
vim-jar-0.1.2.0001 bundler/ruby/1.8/gems/gherkin-2.2.9/Rakefile
vim-jar-0.1.2 bundler/ruby/1.8/gems/gherkin-2.2.9/Rakefile
vim-jar-0.1.1 bundler/ruby/1.8/gems/gherkin-2.2.9/Rakefile
vim-jar-0.1.0 bundler/ruby/1.8/gems/gherkin-2.2.9/Rakefile
gherkin-2.2.9 Rakefile
gherkin-2.2.9-x86-mswin32 Rakefile
gherkin-2.2.9-x86-mingw32 Rakefile
gherkin-2.2.9-universal-dotnet Rakefile
gherkin-2.2.9-java Rakefile
gherkin-2.2.8 Rakefile
gherkin-2.2.8-x86-mswin32 Rakefile
gherkin-2.2.8-x86-mingw32 Rakefile
gherkin-2.2.8-universal-dotnet Rakefile
gherkin-2.2.8-java Rakefile
gherkin-2.2.7 Rakefile
gherkin-2.2.7-x86-mswin32 Rakefile
gherkin-2.2.7-x86-mingw32 Rakefile
gherkin-2.2.7-universal-dotnet Rakefile
gherkin-2.2.7-java Rakefile
gherkin-2.2.6 Rakefile