Sha256: 0f8c5668f0fb77b702d6a0580fa90fb5c134c7a260b37727cdbe852853dde1ac

Contents?: true

Size: 351 Bytes

Versions: 24

Compression:

Stored size: 351 Bytes

Contents

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

require 'bundler/gem_tasks'

require 'rake/testtask'

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

task :default => :test

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
tracker_api-1.7.0 Rakefile
tracker_api-1.6.0 Rakefile
tracker_api-1.5.0 Rakefile
tracker_api-1.4.1 Rakefile
tracker_api-1.4.0 Rakefile
tracker_api-1.3.0 Rakefile
tracker_api-1.2.1 Rakefile
tracker_api-1.1.1 Rakefile
tracker_api-1.1.0 Rakefile
tracker_api-1.0.0 Rakefile
tracker_api-0.2.12 Rakefile
tracker_api-0.2.11 Rakefile
tracker_api-0.2.10 Rakefile
tracker_api-0.2.9 Rakefile
tracker_api-0.2.8 Rakefile
tracker_api-0.2.7 Rakefile
tracker_api-0.2.6 Rakefile
tracker_api-0.2.5 Rakefile
tracker_api-0.2.4 Rakefile
tracker_api-0.2.3 Rakefile