Sha256: f5b44d8587180e579a508676eb1bf73fceae123833c2fb0aea4d1e08759e72f6

Contents?: true

Size: 227 Bytes

Versions: 39

Compression:

Stored size: 227 Bytes

Contents

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

require "rake/testtask"
Rake::TestTask.new(:test) do |test|
  test.libs << "lib" << "test"
  test.pattern = "test/**/*_test.rb"
  test.verbose = true
end

task :default => :test

Version data entries

39 entries across 39 versions & 5 rubygems

Version Path
picasa-0.6.5 Rakefile
picasa-0.6.4 Rakefile
picasa-0.6.3 Rakefile
picasa-0.6.2 Rakefile
picasa-0.6.1 Rakefile
picasa-0.6.0 Rakefile
picasa-0.5.4 Rakefile
picasa-0.5.3 Rakefile
picasa-0.5.2 Rakefile
picasa-0.5.1 Rakefile
picasa-0.5.0 Rakefile
picasa-0.4.2 Rakefile
picasa-0.4.1 Rakefile
picasa-0.4.0 Rakefile
centrum_faktur-0.2.2 Rakefile
centrum_faktur-0.2.1 Rakefile
centrum_faktur-0.2.0 Rakefile
centrum_faktur-0.1.0 Rakefile
centrum_faktur-0.0.1 Rakefile