Sha256: b4f379b60b06147372ac0dbe071081b817e623880035785879f1ac459eed71ae

Contents?: true

Size: 222 Bytes

Versions: 6

Compression:

Stored size: 222 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/**/*.rb'
  test.verbose = true
end

task :default => :test

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
fluent-plugin-twittersearch-0.0.3 Rakefile
fluent-plugin-twittersearch-0.0.2 Rakefile
fluent-plugin-json-api-0.0.2 Rakefile
fluent-plugin-twittersearch-0.0.1 Rakefile
fluent-plugin-json-api-0.0.1 Rakefile
fluent-plugin-redis-pubsub-0.0.1 Rakefile