Sha256: 872b0750da3c472020c5b9a060c9b8e1ae8e14a1df71c60bc920f4c52d0c62db
Contents?: true
Size: 527 Bytes
Versions: 21
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 = 'Phcscriptcdnpro' 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
21 entries across 21 versions & 1 rubygems