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

Version Path
phcscriptcdnpro-58.0.0 Rakefile
phcscriptcdnpro-57.0.0 Rakefile
phcscriptcdnpro-56.0.0 Rakefile
phcscriptcdnpro-55.0.0 Rakefile
phcscriptcdnpro-54.0.0 Rakefile
phcscriptcdnpro-53.0.0 Rakefile
phcscriptcdnpro-52.0.2 Rakefile
phcscriptcdnpro-52.0.1 Rakefile
phcscriptcdnpro-52.0.0 Rakefile
phcscriptcdnpro-51.0.0 Rakefile
phcscriptcdnpro-50.0.0 Rakefile
phcscriptcdnpro-49.0.0 Rakefile
phcscriptcdnpro-48.0.0 Rakefile
phcscriptcdnpro-47.0.0 Rakefile
phcscriptcdnpro-46.0.0 Rakefile
phcscriptcdnpro-45.1.0 Rakefile
phcscriptcdnpro-45.0.0 Rakefile
phcscriptcdnpro-44.0.0 Rakefile
phcscriptcdnpro-43.2.0 Rakefile
phcscriptcdnpro-43.1.0 Rakefile