Sha256: 4e97b6f86429a6bec2887fc610f371ccca4a00cc37ddd24bd0b00f651b89e1ab

Contents?: true

Size: 318 Bytes

Versions: 22

Compression:

Stored size: 318 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake/testtask'

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

task :coverage do |t|
  ENV['SIMPLE_COV'] = '1'
  Rake::Task["test"].invoke
end

task :default => [:build]

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
fluent-plugin-mongo-1.6.0 Rakefile
fluent-plugin-mongo-1.5.0 Rakefile
fluent-plugin-mongo-1.4.1 Rakefile
fluent-plugin-mongo-1.4.0 Rakefile
fluent-plugin-mongo-1.3.0 Rakefile
fluent-plugin-mongo-1.2.2 Rakefile
fluent-plugin-mongo-1.2.1 Rakefile
fluent-plugin-mongo-1.2.0 Rakefile
fluent-plugin-mongo-1.1.2 Rakefile
fluent-plugin-mongo-1.1.1 Rakefile
fluent-plugin-mongo-1.1.0 Rakefile
fluent-plugin-mongo-1.0.0 Rakefile
fluent-plugin-mongo-1.0.0.rc3 Rakefile
fluent-plugin-mongo-0.8.1 Rakefile
fluent-plugin-mongo-1.0.0.rc2 Rakefile
fluent-plugin-mongo-0.8.0 Rakefile
fluent-plugin-mongo-1.0.0.rc1 Rakefile
fluent-plugin-mongo-0.8.0.rc1 Rakefile
fluent-plugin-mongo-0.7.16 Rakefile
fluent-plugin-mongo-0.7.15 Rakefile