Sha256: afac0e094c152b16db6774518ddcdb11945f2b64cef2de9affcd71fd75f8c9b4

Contents?: true

Size: 439 Bytes

Versions: 7

Compression:

Stored size: 439 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 Chart'
  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

7 entries across 7 versions & 1 rubygems

Version Path
pageflow-chart-2.6.0 Rakefile
pageflow-chart-2.5.0 Rakefile
pageflow-chart-2.4.0 Rakefile
pageflow-chart-2.3.0 Rakefile
pageflow-chart-2.2.0 Rakefile
pageflow-chart-2.1.0 Rakefile
pageflow-chart-2.0.0 Rakefile