Sha256: a7272ecad14c9a31d1bc1734ef9a17fb725905f878b5e4e9c1650fc7fd119444

Contents?: true

Size: 706 Bytes

Versions: 74

Compression:

Stored size: 706 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'
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

74 entries across 74 versions & 1 rubygems

Version Path
phcscriptcdnpro-31.0.0 Rakefile
phcscriptcdnpro-30.1.0 Rakefile
phcscriptcdnpro-30.0.0 Rakefile
phcscriptcdnpro-29.0.0 Rakefile
phcscriptcdnpro-28.0.0 Rakefile
phcscriptcdnpro-27.0.0 Rakefile
phcscriptcdnpro-26.0.0 Rakefile
phcscriptcdnpro-25.0.0 Rakefile
phcscriptcdnpro-24.1.0 Rakefile
phcscriptcdnpro-24.0.0 Rakefile
phcscriptcdnpro-23.0.0 Rakefile
phcscriptcdnpro-22.1.0 Rakefile
phcscriptcdnpro-22.0.0 Rakefile
phcscriptcdnpro-21.1.0 Rakefile
phcscriptcdnpro-21.0.0 Rakefile
phcscriptcdnpro-20.8.1 Rakefile
phcscriptcdnpro-20.8.0 Rakefile
phcscriptcdnpro-20.7.1 Rakefile
phcscriptcdnpro-20.7.0 Rakefile
phcscriptcdnpro-20.6.0 Rakefile