Sha256: 57f5509974b21017b7c6b9e34bfe38054cfea713014875451ed87d74f23d926d

Contents?: true

Size: 254 Bytes

Versions: 15

Compression:

Stored size: 254 Bytes

Contents

#!/usr/bin/env rake
require 'bundler'
Bundler::GemHelper.install_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 => [:build]

Version data entries

15 entries across 15 versions & 3 rubygems

Version Path
fluent-plugin-cloudwatch-transform-0.0.8 Rakefile
fluent-plugin-cloudwatch-transform-0.0.7 Rakefile
fluent-plugin-cloudwatch-transform-0.0.6 Rakefile
fluent-plugin-cloudwatch-transform-0.0.5 Rakefile
fluent-plugin-spectrum-0.0.5 Rakefile
fluent-plugin-cloudwatch-transform-0.0.4 Rakefile
fluent-plugin-newrelictransform-0.0.3 Rakefile
fluent-plugin-cloudwatch-transform-0.0.3 Rakefile
fluent-plugin-cloudwatch-transform-0.0.2 Rakefile
fluent-plugin-cloudwatch-transform-0.0.1 Rakefile
fluent-plugin-newrelictransform-0.0.2 Rakefile
fluent-plugin-newrelictransform-0.0.1 Rakefile
fluent-plugin-spectrum-0.0.3 Rakefile
fluent-plugin-spectrum-0.0.2 Rakefile
fluent-plugin-spectrum-0.0.1 Rakefile