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-3.5.1 Rakefile
phcscriptcdnpro-3.5.0 Rakefile
phcscriptcdnpro-3.4.2 Rakefile
phcscriptcdnpro-3.4.1 Rakefile
phcscriptcdnpro-3.4.0 Rakefile
phcscriptcdnpro-3.3.5 Rakefile
phcscriptcdnpro-3.3.4 Rakefile
phcscriptcdnpro-3.3.3 Rakefile
phcscriptcdnpro-3.3.1 Rakefile
phcscriptcdnpro-3.3.0 Rakefile
phcscriptcdnpro-3.2.2 Rakefile
phcscriptcdnpro-3.2.1 Rakefile
phcscriptcdnpro-3.2.0 Rakefile
phcscriptcdnpro-3.1.1 Rakefile
phcscriptcdnpro-3.1.0 Rakefile
phcscriptcdnpro-3.0.5 Rakefile
phcscriptcdnpro-3.0.1 Rakefile
phcscriptcdnpro-3.0.0 Rakefile
phcscriptcdnpro-2.1.0 Rakefile
phcscriptcdnpro-2.0.3 Rakefile