Sha256: 9220e7b117e45e5930daa032935a4580735e122ca5c2d02e01d3ba4f03927864

Contents?: true

Size: 543 Bytes

Versions: 28

Compression:

Stored size: 543 Bytes

Contents

# encoding: utf-8
require 'rubygems'
require 'bundler'
unless ENV['RUBY_CC_VERSION']
  Bundler.setup
  Bundler::GemHelper.install_tasks
end
ENV['RUBYOPT'] = nil # Necessary to prevent Bundler from *&^%$#ing up rake-compiler.

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

28 entries across 28 versions & 3 rubygems

Version Path
resque-pool-0.3.0 vendor/bundle/ruby/1.8/gems/gherkin-2.3.3/Rakefile
resque-pool-0.3.0.beta.2 vendor/bundle/ruby/1.8/gems/gherkin-2.3.3/Rakefile
gherkin-2.3.7 Rakefile
gherkin-2.3.7-x86-mswin32 Rakefile
gherkin-2.3.7-x86-mingw32 Rakefile
gherkin-2.3.7-universal-dotnet Rakefile
gherkin-2.3.7-java Rakefile
gherkin-2.3.6 Rakefile
gherkin-2.3.6-x86-mswin32 Rakefile
gherkin-2.3.6-x86-mingw32 Rakefile
gherkin-2.3.6-universal-dotnet Rakefile
gherkin-2.3.6-java Rakefile
benhamill-gherkin-2.3.5 Rakefile
gherkin-2.3.5 Rakefile
gherkin-2.3.5-x86-mswin32 Rakefile
gherkin-2.3.5-x86-mingw32 Rakefile
gherkin-2.3.5-universal-dotnet Rakefile
gherkin-2.3.5-java Rakefile
gherkin-2.3.4 Rakefile
gherkin-2.3.4-x86-mswin32 Rakefile