Sha256: 6e157264eb0bbbaf78120ecad2a9903ac16d32991583ff73c57a3c7ee1c51111

Contents?: true

Size: 227 Bytes

Versions: 480

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

480 entries across 480 versions & 60 rubygems

Version Path
fluent-plugin-config-expander-1.0.1 Rakefile
fluent-plugin-config-expander-1.0.0 Rakefile
fluent-plugin-config-expander-0.2.1 Rakefile
fluent-plugin-notifier-1.0.0 Rakefile
fluent-plugin-notifier-0.3.0 Rakefile
fluent-plugin-ikachan-0.3.0 Rakefile
fluent-plugin-numeric-counter-0.3.0 Rakefile
fluent-plugin-amplifier-filter-1.0.0 Rakefile
fluent-plugin-amplifier-filter-0.3.0 Rakefile
fluent-plugin-sampling-filter-1.1.0 Rakefile
fluent-plugin-sampling-filter-1.0.0 Rakefile
fluent-plugin-sampling-filter-0.2.1 Rakefile
fluent-plugin-route-1.0.0 Rakefile
fluent-plugin-route-0.2.0 Rakefile
fluent-plugin-growthforecast-0.3.0 Rakefile
fluent-plugin-webhdfs-1.1.0 Rakefile
fluent-plugin-webhdfs-1.0.0 Rakefile
fluent-plugin-webhdfs-0.6.0rc1 Rakefile
fluent-plugin-webhdfs-0.5.3 Rakefile
fluent-plugin-filter-0.0.5 Rakefile