Sha256: 06c1ef4c2fb48b642003c10dff90670d85b1adeeae6deff68599c538aa56f7a0

Contents?: true

Size: 495 Bytes

Versions: 6

Compression:

Stored size: 495 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    = 'Neutral'
  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

6 entries across 6 versions & 1 rubygems

Version Path
neutral-0.0.6 Rakefile
neutral-0.0.5 Rakefile
neutral-0.0.4 Rakefile
neutral-0.0.3 Rakefile
neutral-0.0.2 Rakefile
neutral-0.0.1 Rakefile