Sha256: 2d709240724ce03cd93e2e08cc0d1eab90f088a39e29280c1f4ea678b98759fc

Contents?: true

Size: 713 Bytes

Versions: 277

Compression:

Stored size: 713 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    = 'ForestLiana'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

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


load 'rails/tasks/statistics.rake'



Bundler::GemHelper.install_tasks

require 'rake/testtask'

Rake::TestTask.new(:test) do |t|
  t.libs << 'lib'
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = false
end


task default: :test

Version data entries

277 entries across 277 versions & 1 rubygems

Version Path
forest_liana-3.0.0.pre.beta.9 Rakefile
forest_liana-2.15.3 Rakefile
forest_liana-3.0.0.pre.beta.8 Rakefile
forest_liana-2.15.2 Rakefile
forest_liana-2.15.1 Rakefile
forest_liana-3.0.0.pre.beta.7 Rakefile
forest_liana-3.0.0.pre.beta.6 Rakefile
forest_liana-2.15.0 Rakefile
forest_liana-3.0.0.pre.beta.5 Rakefile
forest_liana-2.14.7 Rakefile
forest_liana-3.0.0.pre.beta.3 Rakefile
forest_liana-3.0.0.pre.beta.2 Rakefile
forest_liana-3.0.0.pre.beta.1 Rakefile
forest_liana-3.0.0.pre.beta.0 Rakefile
forest_liana-2.14.6 Rakefile
forest_liana-2.14.5 Rakefile
forest_liana-2.14.4 Rakefile
forest_liana-2.14.3 Rakefile
forest_liana-2.14.2 Rakefile
forest_liana-2.14.1 Rakefile