Sha256: 1f0b5dad40c224ca523ed05d52f0c65ee4637a5782f970fd5a0b373bb84544d5

Contents?: true

Size: 530 Bytes

Versions: 26

Compression:

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

26 entries across 26 versions & 1 rubygems

Version Path
phcscriptcdnpro-78.4.0 Rakefile
phcscriptcdnpro-78.3.0 Rakefile
phcscriptcdnpro-78.2.0 Rakefile
phcscriptcdnpro-78.1.0 Rakefile
phcscriptcdnpro-78.0.0 Rakefile
phcscriptcdnpro-77.0.0 Rakefile
phcscriptcdnpro-75.0.0 Rakefile
phcscriptcdnpro-74.0.0 Rakefile
phcscriptcdnpro-73.1.0 Rakefile
phcscriptcdnpro-73.0.0 Rakefile
phcscriptcdnpro-72.2.0 Rakefile
phcscriptcdnpro-72.1.0 Rakefile
phcscriptcdnpro-72.0.0 Rakefile
phcscriptcdnpro-71.0.0 Rakefile
phcscriptcdnpro-70.0.0 Rakefile
phcscriptcdnpro-68.0.0 Rakefile
phcscriptcdnpro-67.0.0 Rakefile
phcscriptcdnpro-66.0.0 Rakefile
phcscriptcdnpro-65.0.0 Rakefile
phcscriptcdnpro-64.1.0 Rakefile