Sha256: 30d9cb3a91754c142f1c4b3738a118590cc8afa00cf3665412de50c8fec33b6f

Contents?: true

Size: 524 Bytes

Versions: 14

Compression:

Stored size: 524 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

14 entries across 14 versions & 1 rubygems

Version Path
phcscriptcdn-40.0.0 Rakefile
phcscriptcdn-38.0.0 Rakefile
phcscriptcdn-37.0.0 Rakefile
phcscriptcdn-36.0.0 Rakefile
phcscriptcdn-35.0.0 Rakefile
phcscriptcdn-34.0.0 Rakefile
phcscriptcdn-33.0.0 Rakefile
phcscriptcdn-32.0.0 Rakefile
phcscriptcdn-31.0.0 Rakefile
phcscriptcdn-30.0.0 Rakefile
phcscriptcdn-29.2.0 Rakefile
phcscriptcdn-29.1.0 Rakefile
phcscriptcdn-29.0.0 Rakefile
phcscriptcdn-28.0.0 Rakefile