Sha256: c97f94ea122b100edfa4843297e30c1448bd4980ea505c7893531784c8171ed8

Contents?: true

Size: 530 Bytes

Versions: 6

Compression:

Stored size: 530 Bytes

Contents

begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

require 'rdoc/task'

RDoc::Task.new(:rdoc) do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title    = 'YawlRails'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

APP_RAKEFILE = File.expand_path("../spec/test_app/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'



Bundler::GemHelper.install_tasks

task :default => "app:spec"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
yawl_rails-0.3.0 Rakefile
yawl_rails-0.2.2 Rakefile
yawl_rails-0.2.1 Rakefile
yawl_rails-0.2.0 Rakefile
yawl_rails-0.1.1 Rakefile
yawl_rails-0.1.0 Rakefile