Sha256: ccd476f363e0dc82115abcf3c1c52ec256e7e53dd18ee8a214b5bb9733406045

Contents?: true

Size: 227 Bytes

Versions: 68

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

68 entries across 68 versions & 8 rubygems

Version Path
fluent-plugin-splunkhec-2.3 Rakefile
fluent-plugin-splunkhec-2.2 Rakefile
fluent-plugin-splunkhec-2.1 Rakefile
fluent-plugin-splunkhec-2.0 Rakefile
fluent-plugin-rds-pgsql-log-0.4.0 Rakefile
fluent-plugin-cloudwatch-2.1.1 Rakefile
fluent-plugin-rds-log-0.3.2 Rakefile
fluent-plugin-rds-pgsql-log-0.3.2 Rakefile
fluent-plugin-rds-pgsql-log-0.3.1 Rakefile
fluent-plugin-rds-log-0.3.1 Rakefile
fluent-plugin-splunkhec-1.7 Rakefile
fluent-plugin-splunkhec-1.6 Rakefile
fluent-plugin-azuremonitormetrics-0.0.4 Rakefile
fluent-plugin-azuremonitorlog-0.0.3 Rakefile
fluent-plugin-azuremonitormetrics-0.0.3 Rakefile
fluent-plugin-azuremonitormetrics-0.0.2 Rakefile
fluent-plugin-cloudwatch-2.1.0 Rakefile
fluent-plugin-splunkhec-1.5 Rakefile
fluent-plugin-azuremonitorlog-0.0.2 Rakefile
fluent-plugin-azuremonitormetrics-0.0.1 Rakefile