Sha256: 16dc1b6738e35d55c41764bc2d343088d516aee557ce8f5d7e4b3b69fa1ef50b

Contents?: true

Size: 495 Bytes

Versions: 11

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

11 entries across 11 versions & 1 rubygems

Version Path
pageflow-0.5.0 Rakefile
pageflow-0.4.0 Rakefile
pageflow-0.3.0 Rakefile
pageflow-0.2.1 Rakefile
pageflow-0.2.0 Rakefile
pageflow-0.1.0 Rakefile
pageflow-0.0.5 Rakefile
pageflow-0.0.4 Rakefile
pageflow-0.0.3 Rakefile
pageflow-0.0.2 Rakefile
pageflow-0.0.1 Rakefile