Sha256: 14e0ad90f0634f6fba1d34dc30a572623fefd2cb4ccd636c68f5910c778ddbbe

Contents?: true

Size: 398 Bytes

Versions: 7

Compression:

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






Bundler::GemHelper.install_tasks

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sortify-0.1.7 Rakefile
sortify-0.1.6 Rakefile
sortify-0.1.5 Rakefile
sortify-0.1.4 Rakefile
sortify-0.1.3 Rakefile
sortify-0.1.2 Rakefile
sortify-0.1.1 Rakefile