Sha256: 0c19b13ea8dcfc8c5d09230eb6e913370cca1a303468c79a291940c1017369bf
Contents?: true
Size: 525 Bytes
Versions: 8
Compression:
Stored size: 525 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', __dir__) load 'rails/tasks/engine.rake' load 'rails/tasks/statistics.rake' Bundler::GemHelper.install_tasks
Version data entries
8 entries across 8 versions & 1 rubygems
Version | Path |
---|---|
tb_core-1.5.4 | Rakefile |
tb_core-1.5.3 | Rakefile |
tb_core-1.5.2 | Rakefile |
tb_core-1.5.1 | Rakefile |
tb_core-1.5.0 | Rakefile |
tb_core-1.4.8 | Rakefile |
tb_core-1.4.7 | Rakefile |
tb_core-1.4.6 | Rakefile |