Sha256: 56d4e0c0cc7e2579bf8988dc26bc864ea9d86204569cecbc4edb5cd8a886ae0f

Contents?: true

Size: 250 Bytes

Versions: 28

Compression:

Stored size: 250 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
  test.warning = false
end

task :default => :test

Version data entries

28 entries across 28 versions & 3 rubygems

Version Path
fluent-plugin-bigquery-3.3.0 Rakefile
fluent-plugin-bigquery-3.2.0 Rakefile
fluent-plugin-bigquery-3.1.0 Rakefile
fluent-plugin-bigquery-3.0.1 Rakefile
fluent-plugin-bigquery-3.0.0 Rakefile
fluent-plugin-bigquery-2.3.0 Rakefile
fluent-plugin-bigquery-test-2.2.0 Rakefile
fluent-plugin-bigquery-2.2.0 Rakefile
fluent-plugin-bigquery-2.1.0 Rakefile
fluent-plugin-bigquery-2.0.0 Rakefile
fluent-plugin-bigquery-2.0.0.beta Rakefile
fluent-plugin-bigquery-1.2.0 Rakefile
fluent-plugin-bigquery-1.1.1 Rakefile
fluent-plugin-bigquery-1.1.0 Rakefile
fluent-plugin-bigquery-1.0.0 Rakefile
fluent-plugin-bigquery-0.4.4 Rakefile
fluent-plugin-bigquery-0.5.0.beta2 Rakefile
fluent-plugin-bigquery-0.4.3 Rakefile
fluent-plugin-bigquery-0.5.0.beta1 Rakefile
fluent-plugin-bigquery-0.4.2 Rakefile