Sha256: 1d42b0a8cec480cd3c9c53c85591e9cf57b55616b282904359560e9ab5559717

Contents?: true

Size: 531 Bytes

Versions: 15

Compression:

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

APP_RAKEFILE = File.expand_path("../spec/testapp/Rakefile", __FILE__)

load 'rails/tasks/engine.rake'
load 'rails/tasks/statistics.rake'

require 'bundler/gem_tasks'

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
phcscriptcdn-27.0.0 Rakefile
phcscriptcdn-26.0.0 Rakefile
phcscriptcdn-25.0.0 Rakefile
phcscriptcdn-24.0.1 Rakefile
phcscriptcdn-24.0.0 Rakefile
phcscriptcdn-23.1.0 Rakefile
phcscriptcdn-23.0.0 Rakefile
phcscriptcdn-22.0.0 Rakefile
phcscriptcdn-21.2.0 Rakefile
phcscriptcdn-21.1.0 Rakefile
phcscriptcdn-21.0.0 Rakefile
phcscriptcdn-20.0.1 Rakefile
phcscriptcdn-20.0.0 Rakefile
phcscriptcdn-19.0.0 Rakefile
phcscriptcdn-18.0.0 Rakefile