Sha256: 7f05090b4bac6645257d32511695e27f7e7ab3624da697e59e46aa8dc2a64c40

Contents?: true

Size: 252 Bytes

Versions: 15

Compression:

Stored size: 252 Bytes

Contents

require "bundler"
Bundler::GemHelper.install_tasks

require "rake/testtask"

Rake::TestTask.new(:test) do |t|
  t.libs.push("lib", "test")
  t.test_files = FileList["test/**/test_*.rb"]
  t.verbose = true
  t.warning = false
end

task default: [:test]

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
fluent-plugin-jfrog-siem-1.0.0 Rakefile
fluent-plugin-jfrog-siem-0.1.9 Rakefile
fluent-plugin-jfrog-siem-0.1.8 Rakefile
fluent-plugin-jfrog-siem-0.1.7 Rakefile
fluent-plugin-jfrog-siem-0.1.6 Rakefile
fluent-plugin-jfrog-siem-0.1.5 Rakefile
fluent-plugin-jfrog-siem-0.1.4 Rakefile
fluent-plugin-jfrog-siem-0.1.3 Rakefile
fluent-plugin-jfrog-siem-0.1.2 Rakefile
fluent-plugin-jfrog-siem-0.1.1 Rakefile
fluent-plugin-cassandra-json-0.2.0 Rakefile
fluent-plugin-cassandra-json-0.1.3 Rakefile
fluent-plugin-cassandra-json-0.1.2 Rakefile
fluent-plugin-cassandra-json-0.1.1 Rakefile
fluent-plugin-cassandra-json-0.1.0 Rakefile