Sha256: 55454322ec003b3023911955ed7ada64fc7891e5b6ff3cb482d7a1756cfe39e1

Contents?: true

Size: 365 Bytes

Versions: 10

Compression:

Stored size: 365 Bytes

Contents

#!/usr/bin/env rake
begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

Bundler::GemHelper.install_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

10 entries across 10 versions & 3 rubygems

Version Path
htmlcompressor-0.4.0 Rakefile
htmlcompressor-0.3.1 Rakefile
htmlcompressor-0.3.0 Rakefile
htmlcompressor-0.2.0 Rakefile
htmlcompressor-0.1.2 Rakefile
htmlcompressor-0.1.1 Rakefile
htmlcompressor-0.1.0 Rakefile
seqseq-0.1.0 Rakefile
gmap_coordinates_picker-0.0.4 Rakefile
gmap_coordinates_picker-0.0.3 Rakefile