Sha256: 1ff82c86f00ff3957721a06def6c1e13696517db1a8344fd02211a8591805a7b

Contents?: true

Size: 698 Bytes

Versions: 103

Compression:

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

103 entries across 103 versions & 1 rubygems

Version Path
phcscriptcdnpro-5.8.4 Rakefile
phcscriptcdnpro-5.8.3 Rakefile
phcscriptcdnpro-5.8.2 Rakefile
phcscriptcdnpro-5.8.1 Rakefile
phcscriptcdnpro-5.8.0 Rakefile
phcscriptcdnpro-5.7.5 Rakefile
phcscriptcdnpro-5.7.4 Rakefile
phcscriptcdnpro-5.7.3 Rakefile
phcscriptcdnpro-5.7.2 Rakefile
phcscriptcdnpro-5.7.1 Rakefile
phcscriptcdnpro-5.7.0 Rakefile
phcscriptcdnpro-5.6.7 Rakefile
phcscriptcdnpro-5.6.6 Rakefile
phcscriptcdnpro-5.6.5 Rakefile
phcscriptcdnpro-5.6.3 Rakefile
phcscriptcdnpro-5.6.2 Rakefile
phcscriptcdnpro-5.6.1 Rakefile
phcscriptcdnpro-5.6.0 Rakefile
phcscriptcdnpro-5.5.6 Rakefile
phcscriptcdnpro-5.5.5 Rakefile