Sha256: 72590752d995378d53b57906e73d17c194370e704bb85b421092060ace031b35

Contents?: true

Size: 594 Bytes

Versions: 160

Compression:

Stored size: 594 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    = 'CoalescingPanda'
  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'



Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

task :default => :spec

Version data entries

160 entries across 160 versions & 1 rubygems

Version Path
coalescing_panda-5.3.0 Rakefile
coalescing_panda-5.2.2 Rakefile
coalescing_panda-5.2.2.beta1 Rakefile
coalescing_panda-5.2.1 Rakefile
coalescing_panda-5.2.0 Rakefile
coalescing_panda-5.2.0.beta2 Rakefile
coalescing_panda-5.2.0.beta1 Rakefile
coalescing_panda-5.1.13 Rakefile
coalescing_panda-5.1.12 Rakefile
coalescing_panda-5.1.11 Rakefile
coalescing_panda-5.1.10 Rakefile
coalescing_panda-5.1.9 Rakefile
coalescing_panda-5.1.8 Rakefile
coalescing_panda-5.1.7 Rakefile
coalescing_panda-5.1.6 Rakefile
coalescing_panda-5.1.5 Rakefile
coalescing_panda-5.1.4 Rakefile
coalescing_panda-5.1.3.beta.2 Rakefile
coalescing_panda-5.1.3.beta.1 Rakefile
coalescing_panda-5.1.3 Rakefile