Sha256: 95b03963ec41972b3973c1cd6cc2245348634871778d9345b68d6ff5ab2d54ec

Contents?: true

Size: 542 Bytes

Versions: 23

Compression:

Stored size: 542 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.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

APP_RAKEFILE = File.expand_path("../spec/test_app/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'


load 'rails/tasks/statistics.rake'



Bundler::GemHelper.install_tasks

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
phcscriptcdn-1.2.0 Rakefile
phcscriptcdn-1.1.0 Rakefile
phcscriptcdn-1.0.3 Rakefile
phcscriptcdn-1.0.2 Rakefile
phcscriptcdn-1.0.1 Rakefile
phcscriptcdn-1.0.0 Rakefile
phcscriptcdn-0.9.10 Rakefile
phcscriptcdn-0.9.9 Rakefile
phcscriptcdn-0.9.8 Rakefile
phcscriptcdn-0.9.7 Rakefile
phcscriptcdn-0.9.6 Rakefile
phcscriptcdn-0.9.5 Rakefile
phcscriptcdn-0.9.3 Rakefile
phcscriptcdn-0.9.2 Rakefile
phcscriptcdn-0.9.1 Rakefile
phcscriptcdn-0.7.0 Rakefile
phcscriptcdn-0.6.0 Rakefile
phcscriptcdn-0.5.7 Rakefile
phcscriptcdn-0.5.6 Rakefile
phcscriptcdn-0.5.5 Rakefile