Sha256: c3075719792ef1afbf612bfc7575438de9ce7a8811cb3251c0663f1fdced0182

Contents?: true

Size: 529 Bytes

Versions: 9

Compression:

Stored size: 529 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    = 'TbCore'
  rdoc.options << '--line-numbers'
  rdoc.rdoc_files.include('README.rdoc')
  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'

Bundler::GemHelper.install_tasks

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
tb_core-1.4.3.1 Rakefile
tb_core-1.4.5 Rakefile
tb_core-1.4.4 Rakefile
tb_core-1.4.3 Rakefile
tb_core-1.4.2 Rakefile
tb_core-1.4.1 Rakefile
tb_core-1.4.0.1 Rakefile
tb_core-1.4.beta2 Rakefile
tb_core-1.4.beta1 Rakefile