Sha256: 90c6a9cbca97ed1590e1784b01c486d488699499f6b3a6ea165f455ce578048f

Contents?: true

Size: 224 Bytes

Versions: 11

Compression:

Stored size: 224 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

11 entries across 11 versions & 2 rubygems

Version Path
picasa-0.9.1 Rakefile
picasa-0.9.0 Rakefile
picasa-0.8.0 Rakefile
picasa-0.7.5 Rakefile
picasa-0.7.4 Rakefile
picasa-0.7.3 Rakefile
picasa-0.7.2 Rakefile
picasa-0.7.1 Rakefile
picasa-0.7.0 Rakefile
centrum_faktur-0.3.1 Rakefile
centrum_faktur-0.3.0 Rakefile