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-8.0.4 Rakefile
heroku_hatchet-8.0.3 Rakefile
heroku_hatchet-8.0.2 Rakefile
heroku_hatchet-8.0.1 Rakefile
heroku_hatchet-8.0.0 Rakefile
heroku_hatchet-7.4.0 Rakefile
heroku_hatchet-7.3.4 Rakefile
heroku_hatchet-7.3.3 Rakefile
heroku_hatchet-7.3.2 Rakefile
heroku_hatchet-7.3.1 Rakefile
heroku_hatchet-7.3.0 Rakefile
heroku_hatchet-7.2.0 Rakefile
heroku_hatchet-7.1.3 Rakefile
heroku_hatchet-7.1.2 Rakefile
heroku_hatchet-7.1.1 Rakefile
heroku_hatchet-7.1.0 Rakefile
heroku_hatchet-7.0.0 Rakefile
heroku_hatchet-6.0.0 Rakefile
heroku_hatchet-5.0.3 Rakefile
heroku_hatchet-5.0.2 Rakefile