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-4.2.0 Rakefile
bobot-4.1.0 Rakefile
bobot-4.0.0 Rakefile
bobot-3.7.9 Rakefile
bobot-3.7.8 Rakefile
bobot-3.7.6 Rakefile
bobot-3.7.3 Rakefile
bobot-3.7.2 Rakefile
bobot-3.6.3 Rakefile
bobot-3.6.0 Rakefile
bobot-3.5.2 Rakefile
bobot-3.5.1 Rakefile
bobot-3.5.0 Rakefile
bobot-3.0.7 Rakefile
bobot-3.0.6 Rakefile
bobot-3.0.5 Rakefile
bobot-3.0.3 Rakefile
bobot-3.0.2 Rakefile
bobot-3.0.1 Rakefile
bobot-2.6.2 Rakefile