Sha256: 0aa6f6c7fa6f455d5744b4751bb280a6b55146f7ca2214c16581799fe6a16583

Contents?: true

Size: 729 Bytes

Versions: 87

Compression:

Stored size: 729 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

87 entries across 84 versions & 8 rubygems

Version Path
gherkin-2.11.3-java Rakefile
librarian-puppet-0.9.4 vendor/gems/ruby/1.8/gems/gherkin-2.11.1/Rakefile
gherkin-2.11.2 Rakefile
gherkin-2.11.2-x86-mswin32 Rakefile
gherkin-2.11.2-x86-mingw32 Rakefile
gherkin-2.11.2-java Rakefile
librarian-puppet-0.9.3 vendor/gems/ruby/1.8/gems/gherkin-2.11.1/Rakefile
bryanl-gherkin-2.11.1.1-java Rakefile
bryanl-gherkin-2.11.1.1 Rakefile
gherkin-2.11.1 Rakefile
gherkin-2.11.1-x86-mswin32 Rakefile
gherkin-2.11.1-x86-mingw32 Rakefile
gherkin-2.11.1-java Rakefile
gherkin-2.11.0 Rakefile
gherkin-2.11.0-x86-mswin32 Rakefile
gherkin-2.11.0-x86-mingw32 Rakefile
gherkin-2.11.0-java Rakefile
resque-pool-0.3.0 vendor/bundle/ruby/1.8/gems/gherkin-2.9.0/Rakefile
resque-pool-0.3.0 vendor/bundle/ruby/1.8/gems/gherkin-2.9.3/Rakefile
ftl-0.2.0 vendor/bundle/gems/gherkin-2.10.0/Rakefile