Sha256: cdd52b996f50723815baab7ffda1e6e7ea954bfd6b20c65cad50c88debaeaa5d

Contents?: true

Size: 442 Bytes

Versions: 9

Compression:

Stored size: 442 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 Panorama'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

Bundler::GemHelper.install_tasks

require 'semmy'
Semmy::Tasks.install

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
pageflow-panorama-2.4.0 Rakefile
pageflow-panorama-2.3.0 Rakefile
pageflow-panorama-2.2.0 Rakefile
pageflow-panorama-2.1.0 Rakefile
pageflow-panorama-2.0.0 Rakefile
pageflow-panorama-1.0.1 Rakefile
pageflow-panorama-1.0.0 Rakefile
pageflow-panorama-0.3.0 Rakefile
pageflow-panorama-0.2.0 Rakefile