Sha256: 812a197a2f71f7148d5e33f51f1bb769c11b804e593eb5b0b05238936dde8001

Contents?: true

Size: 387 Bytes

Versions: 7

Compression:

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

require 'bundler/gem_tasks'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
commons_yellowme-0.16.0 Rakefile
commons_yellowme-0.15.0 Rakefile
commons_yellowme-0.12.0 Rakefile
commons_yellowme-0.11.3 Rakefile
commons_yellowme-0.11.2 Rakefile
commons_yellowme-0.11.1 Rakefile
commons_yellowme-0.11.0 Rakefile