Sha256: 2a65a8e04e30d4eb86e7c78ae6457c8b1a8e19b49fa9c206795854b66f03f481

Contents?: true

Size: 527 Bytes

Versions: 17

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    = 'Phcscriptcdn'
  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

17 entries across 17 versions & 1 rubygems

Version Path
phcscriptcdn-54.3.0 Rakefile
phcscriptcdn-54.2.0 Rakefile
phcscriptcdn-54.1.0 Rakefile
phcscriptcdn-54.0.0 Rakefile
phcscriptcdn-53.0.0 Rakefile
phcscriptcdn-52.0.0 Rakefile
phcscriptcdn-51.0.0 Rakefile
phcscriptcdn-50.0.0 Rakefile
phcscriptcdn-49.0.0 Rakefile
phcscriptcdn-48.0.0 Rakefile
phcscriptcdn-47.0.0 Rakefile
phcscriptcdn-44.1.0 Rakefile
phcscriptcdn-45.0.0 Rakefile
phcscriptcdn-44.0.0 Rakefile
phcscriptcdn-43.0.0 Rakefile
phcscriptcdn-42.0.0 Rakefile
phcscriptcdn-41.0.0 Rakefile