Sha256: 2f1e366ef3f9258eb175edb047b19a47dc945782890d292fdceb67377394fac4

Contents?: true

Size: 710 Bytes

Versions: 107

Compression:

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

APP_RAKEFILE = File.expand_path("../spec/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

107 entries across 107 versions & 1 rubygems

Version Path
panda_pal-5.11.0 Rakefile
panda_pal-5.10.1 Rakefile
panda_pal-5.10.0 Rakefile
panda_pal-5.9.8.beta1 Rakefile
panda_pal-5.9.7 Rakefile
panda_pal-5.9.6 Rakefile
panda_pal-5.9.5 Rakefile
panda_pal-5.9.4 Rakefile
panda_pal-5.9.3 Rakefile
panda_pal-5.9.1 Rakefile
panda_pal-5.9.0 Rakefile
panda_pal-5.8.5 Rakefile
panda_pal-5.8.4 Rakefile
panda_pal-5.8.3 Rakefile
panda_pal-5.8.2 Rakefile
panda_pal-5.8.1 Rakefile
panda_pal-5.8.0 Rakefile
panda_pal-5.6.12 Rakefile
panda_pal-5.7.0.beta2 Rakefile
panda_pal-5.7.0.beta1 Rakefile