Sha256: a3320e612781f520e7d700b9239f412c2c38451dddf548dfe3923e45132ca721

Contents?: true

Size: 710 Bytes

Versions: 82

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    = 'DiscoApp'
  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

82 entries across 82 versions & 1 rubygems

Version Path
disco_app-0.12.6 Rakefile
disco_app-0.12.7 Rakefile
disco_app-0.13.0 Rakefile
disco_app-0.13.1 Rakefile
disco_app-0.13.2 Rakefile
disco_app-0.13.3 Rakefile
disco_app-0.13.4 Rakefile
disco_app-0.13.5 Rakefile
disco_app-0.13.6 Rakefile
disco_app-0.13.7 Rakefile
disco_app-0.13.8 Rakefile
disco_app-0.14.1 Rakefile
disco_app-0.14.2 Rakefile
disco_app-0.15.0 Rakefile
disco_app-0.16.0 Rakefile
disco_app-0.14.4 Rakefile
disco_app-0.14.3 Rakefile
disco_app-0.16.1 Rakefile
disco_app-0.15.2 Rakefile
disco_app-0.12.7.pre.puma.pre.3 Rakefile