Sha256: 857608f6d23120a736b9d0d7197c99e579759724b81f41c1cc820cf093d75eba

Contents?: true

Size: 327 Bytes

Versions: 63

Compression:

Stored size: 327 Bytes

Contents

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

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

task :default => [:build]

Version data entries

63 entries across 63 versions & 12 rubygems

Version Path
fluent-plugin-resque-0.3.0 Rakefile
fluent-plugin-hipchat-0.3.0 Rakefile
fluent-plugin-hipchat-0.2.0 Rakefile
fluent-plugin-mongo-0.7.12 Rakefile
fluent-plugin-mongo-0.7.11 Rakefile
fluent-plugin-hipchat-0.1.7 Rakefile
fluent-plugin-riak2f-0.0.2 Rakefile
fluent-plugin-riak2f-0.0.1 Rakefile
fluent-plugin-mongo-0.7.10 Rakefile
fluent-plugin-mongo-0.7.9 Rakefile
fluent-plugin-mongo-0.7.8 Rakefile
fluent-plugin-mongo-0.7.7 Rakefile
fluent-plugin-mongo-0.7.6 Rakefile
fluent-plugin-mongo-0.7.5 Rakefile
fluent-plugin-riak2-0.0.5 Rakefile
fluent-plugin-riak2-0.0.4 Rakefile
fluent-plugin-chriak2-0.0.7 Rakefile
fluent-plugin-mongo-0.7.4 Rakefile
fluent-plugin-buffered-resque-1.0.0 Rakefile
fluent-plugin-hipchat-0.1.6 Rakefile