Sha256: de14276b3457858c18c7bd0b257921ac78d59add2fd8cb56a1fd584ae3d5757c

Contents?: true

Size: 285 Bytes

Versions: 70

Compression:

Stored size: 285 Bytes

Contents

# encoding: UTF-8
require 'bundler/gem_tasks'

require 'rake'
require 'rake/testtask'
require 'hatchet/tasks'

task :default => [:test]

test_task = Rake::TestTask.new(:test) do |t|
  t.libs << 'lib'
  t.libs << 'test'
  t.pattern = 'test/hatchet/**/*_test.rb'
  t.verbose = false
end

Version data entries

70 entries across 70 versions & 1 rubygems

Version Path
heroku_hatchet-3.1.0 Rakefile
heroku_hatchet-3.0.6 Rakefile
heroku_hatchet-3.0.5 Rakefile
heroku_hatchet-3.0.4 Rakefile
heroku_hatchet-3.0.3 Rakefile
heroku_hatchet-3.0.2 Rakefile
heroku_hatchet-3.0.1 Rakefile
heroku_hatchet-3.0.0 Rakefile
heroku_hatchet-2.0.3 Rakefile
heroku_hatchet-2.0.2 Rakefile
heroku_hatchet-2.0.1 Rakefile
heroku_hatchet-2.0.0 Rakefile
heroku_hatchet-1.4.3 Rakefile
heroku_hatchet-1.4.2 Rakefile
heroku_hatchet-1.4.1 Rakefile
heroku_hatchet-1.4.0 Rakefile
heroku_hatchet-1.3.7 Rakefile
heroku_hatchet-1.3.6 Rakefile
heroku_hatchet-1.3.5 Rakefile
heroku_hatchet-1.3.4 Rakefile