Sha256: 343c2fbc8e8b26363f337b71669525c45c32e2264cc198f2baaef685048beea6

Contents?: true

Size: 211 Bytes

Versions: 79

Compression:

Stored size: 211 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"
require 'rake/testtask'

Rake::TestTask.new do |t|
  t.libs << "test"
  t.test_files = FileList['test/**/*_test.rb']
  t.verbose = true
end

task :default => :test

Version data entries

79 entries across 79 versions & 4 rubygems

Version Path
html-pipeline-2.2.0 Rakefile
html-pipeline-2.1.0 Rakefile
html-pipeline-linuxfr-0.14.25 Rakefile
html-pipeline-2.0 Rakefile
html-pipeline-linuxfr-0.14.24 Rakefile
html-pipeline-1.11.0 Rakefile
html-pipeline-1.10.0 Rakefile
html-pipeline-linuxfr-0.14.23 Rakefile
html-pipeline-1.9.0 Rakefile
html-pipeline-linuxfr-0.14.22 Rakefile
html-pipeline-linuxfr-0.14.21 Rakefile
html-pipeline-linuxfr-0.14.20 Rakefile
html-pipeline-1.8.0 Rakefile
html-pipeline-linuxfr-0.14.19 Rakefile
html-pipeline-linuxfr-0.14.18 Rakefile
html-pipeline-linuxfr-0.14.17 Rakefile
html-pipeline-linuxfr-0.14.16 Rakefile
html-pipeline-1.7.0 Rakefile
html-pipeline-linuxfr-0.14.15 Rakefile
html-pipeline-linuxfr-0.14.14 Rakefile