Sha256: 6469207b3c4d1dad52bfe0f3a298c116b410cde75427f93f95b15fdb5cc7e6b2
Contents?: true
Size: 523 Bytes
Versions: 20
Compression:
Stored size: 523 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 = 'Phcpress' rdoc.options << '--line-numbers' rdoc.rdoc_files.include('README.md') rdoc.rdoc_files.include('lib/**/*.rb') end APP_RAKEFILE = File.expand_path("spec/test_app/Rakefile", __dir__) load 'rails/tasks/engine.rake' load 'rails/tasks/statistics.rake' require 'bundler/gem_tasks'
Version data entries
20 entries across 20 versions & 1 rubygems