Sha256: 2c4891aeaab37119b062029385066267e9b6fb157829ff03f50b9667bd2dbd8f

Contents?: true

Size: 421 Bytes

Versions: 47

Compression:

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

load 'rails/tasks/statistics.rake'

require 'bundler/gem_tasks'

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
bobot-5.0.4 Rakefile
bobot-5.0.3 Rakefile
bobot-5.0.2 Rakefile
bobot-5.0.1 Rakefile
bobot-5.0.0 Rakefile
bobot-4.15.0 Rakefile
bobot-4.14.0 Rakefile
bobot-4.13.1 Rakefile
bobot-4.13.0 Rakefile
bobot-4.11.0 Rakefile
bobot-4.10.0 Rakefile
bobot-4.9.0 Rakefile
bobot-4.8.0 Rakefile
bobot-4.7.0 Rakefile
bobot-4.6.0 Rakefile
bobot-4.5.0 Rakefile
bobot-4.4.1 Rakefile
bobot-4.4.0 Rakefile
bobot-4.3.1 Rakefile
bobot-4.3.0 Rakefile