Sha256: 0863918a5fff8c2f4a9798a89c5a22bbd67f059a46ea45fccda1c9411944b4d4

Contents?: true

Size: 358 Bytes

Versions: 4

Compression:

Stored size: 358 Bytes

Contents

require "bundler/gem_tasks"
require "fluent/version"
require "rake/testtask"

Rake::TestTask.new(:test) do |test|
  test.libs << 'lib' << 'test'

  test.test_files = case
    when Fluent::VERSION.start_with?("0.10.")
      ["test/plugin/test_out_ec2_metadata.rb"]
    else
      Dir['test/**/test_*.rb']
  end

  test.verbose = true
end

task default: :test

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fluent-plugin-ec2-metadata-0.1.3 Rakefile
fluent-plugin-ec2-metadata-0.1.2 Rakefile
fluent-plugin-ec2-metadata-0.1.1 Rakefile
fluent-plugin-ec2-metadata-0.1.0 Rakefile