Sha256: 198ed01184c2ec339ef9419419896679d9022ccce00bdcf4fb6001afa4b2e9bd
Contents?: true
Size: 732 Bytes
Versions: 6
Compression:
Stored size: 732 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 require File.expand_path('spec/support/pageflow/rails_version', File.dirname(__FILE__)) APP_RAKEFILE = File.expand_path("../spec/dummy/rails-#{Pageflow::RailsVersion.detect}/Rakefile", __FILE__) load 'rails/tasks/engine.rake' if File.exists?(APP_RAKEFILE) load File.expand_path('lib/tasks/pageflow_tasks.rake', File.dirname(__FILE__)) Bundler::GemHelper.install_tasks
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
pageflow-0.9.2 | Rakefile |
pageflow-0.9.1 | Rakefile |
pageflow-0.9.0 | Rakefile |
pageflow-0.8.2 | Rakefile |
pageflow-0.8.1 | Rakefile |
pageflow-0.8.0 | Rakefile |