Sha256: ea988c883ff8d9cb7385936734a50be484ea3701cb2a378797c86a9173ed2a78

Contents?: true

Size: 240 Bytes

Versions: 13

Compression:

Stored size: 240 Bytes

Contents

#!/usr/bin/env rake

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake/testtask'

Rake::TestTask.new(:test) do |test|
  test.libs << 'lib' << 'test'
  test.test_files = FileList['test/plugin/*.rb']
  test.verbose = true
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fluent-plugin-google-cloud-0.4.2 Rakefile
fluent-plugin-google-cloud-0.4.1 Rakefile
fluent-plugin-google-cloud-0.4.0 Rakefile
fluent-plugin-google-cloud-0.3.1 Rakefile
fluent-plugin-google-cloud-0.3.0 Rakefile
fluent-plugin-google-cloud-0.2.4 Rakefile
fluent-plugin-google-cloud-0.2.3 Rakefile
fluent-plugin-google-cloud-0.2.2 Rakefile
fluent-plugin-google-cloud-0.2.1 Rakefile
fluent-plugin-google-cloud-0.2.0 Rakefile
fluent-plugin-google-cloud-0.1.3 Rakefile
fluent-plugin-google-cloud-0.1.2 Rakefile
fluent-plugin-google-cloud-0.1.1 Rakefile