Sha256: d02d8d856bc4640fc42c12482a10dfc81634043bf7bf59030ec4c91aec07965d

Contents?: true

Size: 227 Bytes

Versions: 7

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

7 entries across 7 versions & 2 rubygems

Version Path
fluent-plugin-pgjson-1.0.2 Rakefile
fluent-plugin-pgjson-1.0.1 Rakefile
fluent-plugin-pgjson-1.0.0 Rakefile
picasa-0.3.3 Rakefile
picasa-0.3.2 Rakefile
picasa-0.3.1 Rakefile
picasa-0.3 Rakefile