Sha256: 73c03316e6a9764800dae06b21161d6405d037f374f2993b7b4ade61af423d93

Contents?: true

Size: 532 Bytes

Versions: 17

Compression:

Stored size: 532 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/testapp/Rakefile", __FILE__)
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
phcscriptcdnpro-42.0.0 Rakefile
phcscriptcdnpro-41.0.0 Rakefile
phcscriptcdnpro-40.1.0 Rakefile
phcscriptcdnpro-40.0.0 Rakefile
phcscriptcdnpro-39.0.1 Rakefile
phcscriptcdnpro-39.0.0 Rakefile
phcscriptcdnpro-38.1.0 Rakefile
phcscriptcdnpro-38.0.0 Rakefile
phcscriptcdnpro-37.0.0 Rakefile
phcscriptcdnpro-36.1.0 Rakefile
phcscriptcdnpro-36.0.0 Rakefile
phcscriptcdnpro-35.0.1 Rakefile
phcscriptcdnpro-34.1.0 Rakefile
phcscriptcdnpro-34.0.0 Rakefile
phcscriptcdnpro-33.0.0 Rakefile
phcscriptcdnpro-32.0.1 Rakefile
phcscriptcdnpro-32.0.0 Rakefile