Sha256: 5ae1ae271876a774c156f8a11dec903a5bbef92b7842100946f2ac4d64d9a05b

Contents?: true

Size: 728 Bytes

Versions: 188

Compression:

Stored size: 728 Bytes

Contents

# encoding: utf-8
GHERKIN_VERSION = Gem::Specification.load(File.dirname(__FILE__) + '/gherkin.gemspec').version.version
require 'rubygems'
unless ENV['RUBY_CC_VERSION']
  require 'bundler'
  Bundler.setup
  Bundler::GemHelper.install_tasks
end
ENV['RUBYOPT'] = nil # Necessary to prevent Bundler from *&^%$#ing up rake-compiler.

require 'rake/clean'

begin
  # Support Rake >= 0.9.0
  require 'rake/dsl_definition'
  include Rake::DSL
rescue LoadError
end

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

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

188 entries across 188 versions & 1 rubygems

Version Path
gherkin-2.6.3-x86-mingw32 Rakefile
gherkin-2.6.3-universal-dotnet Rakefile
gherkin-2.6.3-java Rakefile
gherkin-2.6.2 Rakefile
gherkin-2.6.2-x86-mswin32 Rakefile
gherkin-2.6.2-x86-mingw32 Rakefile
gherkin-2.6.2-universal-dotnet Rakefile
gherkin-2.6.2-java Rakefile
gherkin-2.6.1 Rakefile
gherkin-2.6.1-x86-mswin32 Rakefile
gherkin-2.6.1-x86-mingw32 Rakefile
gherkin-2.6.1-universal-dotnet Rakefile
gherkin-2.6.1-java Rakefile
gherkin-2.6.0 Rakefile
gherkin-2.6.0-x86-mswin32 Rakefile
gherkin-2.6.0-x86-mingw32 Rakefile
gherkin-2.6.0-universal-dotnet Rakefile
gherkin-2.6.0-java Rakefile
gherkin-2.5.4 Rakefile
gherkin-2.5.4-x86-mswin32 Rakefile