Sha256: 398657c6292e0fa1d2c83c30d27ec83a9bfbc85a93ed061955b8ce8f7fa16c98

Contents?: true

Size: 207 Bytes

Versions: 6

Compression:

Stored size: 207 Bytes

Contents

require "bundler/gem_tasks"
require "rake/testtask"
Rake::TestTask.new(:test) do |test|
  test.libs << 'lib' << 'test'
  test.pattern = 'test/**/test_*.rb'
  test.verbose = false
end

task :default => :test

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fluent-plugin-rename-key-0.4.1 Rakefile
fluent-plugin-rename-key-0.4.0 Rakefile
fluent-plugin-rename-key-0.3.4 Rakefile
fluent-plugin-rename-key-0.3.3 Rakefile
fluent-plugin-rename-key-0.2.0 Rakefile
fluent-plugin-rename-key-0.1.4 Rakefile