Sha256: db2395fb1fd31860e161243d518fd85902a6ec2bd4e2dd0b51129e358b8eae0f

Contents?: true

Size: 212 Bytes

Versions: 24

Compression:

Stored size: 212 Bytes

Contents

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

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

task :default => [:test]

Version data entries

24 entries across 24 versions & 3 rubygems

Version Path
hybridgroup-firmata-0.4.7 Rakefile
hybridgroup-firmata-0.4.6 Rakefile
hybridgroup-firmata-0.4.5 Rakefile
hybridgroup-firmata-0.4.4 Rakefile
hybridgroup-firmata-0.4.3 Rakefile
hybridgroup-firmata-0.4.2 Rakefile
hybridgroup-firmata-0.4.1 Rakefile
hybridgroup-firmata-0.4.0 Rakefile
hybridgroup-firmata-0.3.0 Rakefile
hybridgroup-firmata-0.2.1 Rakefile
hybridgroup-firmata-0.2.0 Rakefile
firmata-0.1.1 Rakefile
wall_e-0.1.0 Rakefile
firmata-0.1.0 Rakefile
wall_e-0.0.4 Rakefile
firmata-0.0.7 Rakefile
wall_e-0.0.3 Rakefile
wall_e-0.0.2 Rakefile
wall_e-0.0.1 Rakefile
firmata-0.0.6 Rakefile