Sha256: 6b86ee26bd9a930b109cca06902acba78fcb6aea3c5914d61232ec8404f67f74

Contents?: true

Size: 527 Bytes

Versions: 22

Compression:

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

APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'


load 'rails/tasks/statistics.rake'



require 'bundler/gem_tasks'

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
kuroko2-0.8.0 Rakefile
kuroko2-0.7.0 Rakefile
kuroko2-0.6.0 Rakefile
kuroko2-0.5.2 Rakefile
kuroko2-0.5.1 Rakefile
kuroko2-0.5.0 Rakefile
kuroko2-0.4.6 Rakefile
kuroko2-0.4.5 Rakefile
kuroko2-0.4.4 Rakefile
kuroko2-0.4.3 Rakefile
kuroko2-0.4.2 Rakefile
kuroko2-0.4.1 Rakefile
kuroko2-0.4.0 Rakefile
kuroko2-0.3.4 Rakefile
kuroko2-0.3.3 Rakefile
kuroko2-0.3.2 Rakefile
kuroko2-0.3.1 Rakefile
kuroko2-0.3.0 Rakefile
kuroko2-0.2.3 Rakefile
kuroko2-0.2.2 Rakefile