Sha256: 82f085e49cff1ce90ec70b57b5bae606299a69557a6747dc044f1cef37517ed5

Contents?: true

Size: 705 Bytes

Versions: 27

Compression:

Stored size: 705 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/testapp/Rakefile", __FILE__)

load 'rails/tasks/engine.rake'
load 'rails/tasks/statistics.rake'

require 'bundler/gem_tasks'
require 'rake/testtask'

Rake::TestTask.new(:test) do |t|
  t.libs << 'lib'
  t.libs << 'test'
  t.pattern = 'test/**/*_test.rb'
  t.verbose = false
end

task default: :test

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
phcscriptcdn-16.0.0 Rakefile
phcscriptcdn-15.0.0 Rakefile
phcscriptcdn-14.0.0 Rakefile
phcscriptcdn-13.0.0 Rakefile
phcscriptcdn-12.1.0 Rakefile
phcscriptcdn-12.0.1 Rakefile
phcscriptcdn-12.0.0 Rakefile
phcscriptcdn-11.1.0 Rakefile
phcscriptcdn-11.0.0 Rakefile
phcscriptcdn-10.1.0 Rakefile
phcscriptcdn-10.0.1 Rakefile
phcscriptcdn-10.0.0 Rakefile
phcscriptcdn-9.0.0 Rakefile
phcscriptcdn-8.2.0 Rakefile
phcscriptcdn-8.1.0 Rakefile
phcscriptcdn-7.2.2 Rakefile
phcscriptcdn-7.2.1 Rakefile
phcscriptcdn-7.2.0 Rakefile
phcscriptcdn-7.1.0 Rakefile
phcscriptcdn-7.0.0 Rakefile