Sha256: d275a921ddf344047b7e6a17336874effc2fd3145fbb89b7bee923ade62b1975

Contents?: true

Size: 204 Bytes

Versions: 28

Compression:

Stored size: 204 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 = true
end

task default: :test

Version data entries

28 entries across 28 versions & 6 rubygems

Version Path
fluent-plugin-redis-0.3.5 Rakefile
fluent-plugin-redis-0.3.4 Rakefile
fluent-plugin-storage-leveldb-0.0.2 Rakefile
fluent-plugin-storage-memcached-0.1.1 Rakefile
fluent-plugin-storage-redis-0.0.5 Rakefile
fluent-plugin-storage-mongo-0.0.5 Rakefile
fluent-plugin-redis-0.3.3 Rakefile
fluent-plugin-storage-leveldb-0.0.1 Rakefile
fluent-plugin-storage-redis-0.0.4 Rakefile
fluent-plugin-redis-0.3.2 Rakefile
fluent-plugin-storage-memcached-0.1.0 Rakefile
fluent-plugin-storage-memcached-0.0.3 Rakefile
fluent-plugin-storage-memcached-0.0.2 Rakefile
fluent-plugin-storage-memcached-0.0.1 Rakefile
fluent-plugin-storage-redis-0.0.3 Rakefile
fluent-plugin-storage-mongo-0.0.4 Rakefile
fluent-plugin-storage-mongo-0.0.3 Rakefile
fluent-plugin-storage-mongo-0.0.2 Rakefile
fluent-plugin-storage-mongo-0.0.1 Rakefile
fluent-plugin-storage-redis-0.0.2 Rakefile