Sha256: 6c805341f7be117252e0dea610ba4bdfe1cf7564eb437c7bda28041222628dda

Contents?: true

Size: 500 Bytes

Versions: 9

Compression:

Stored size: 500 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    = 'C80Contest'
  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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
c80_contest-0.1.9 Rakefile
c80_contest-0.1.8 Rakefile
c80_contest-0.1.7 Rakefile
c80_contest-0.1.6 Rakefile
c80_contest-0.1.5 Rakefile
c80_contest-0.1.4 Rakefile
c80_contest-0.1.3 Rakefile
c80_contest-0.1.2 Rakefile
c80_contest-0.1.1 Rakefile