Sha256: 22d841c145feb8837d6e91112c49f1a9117c30dde8a4c0239c091da6b42fdd2d

Contents?: true

Size: 282 Bytes

Versions: 18

Compression:

Stored size: 282 Bytes

Contents

# frozen_string_literal: true

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 = true
end

task default: [:test]

Version data entries

18 entries across 18 versions & 5 rubygems

Version Path
fluent-plugin-raven-0.1.8 Rakefile
fluent-plugin-raven-0.1.7 Rakefile
fluent-plugin-raven-0.1.6 Rakefile
fluent-plugin-raven-0.1.5 Rakefile
fluent-plugin-json-0.2.0 Rakefile
fluent-plugin-conditional-tag-rewrite-0.1.0 Rakefile
fluent-plugin-scenario-manager-0.1.1 Rakefile
fluent-plugin-json-0.1.0 Rakefile
fluent-plugin-records-merger-0.1.8 Rakefile
fluent-plugin-records-merger-0.1.7 Rakefile
fluent-plugin-records-merger-0.1.6 Rakefile
fluent-plugin-records-merger-0.1.5 Rakefile
fluent-plugin-records-merger-0.1.4 Rakefile
fluent-plugin-records-merger-0.1.3 Rakefile
fluent-plugin-records-merger-0.1.2 Rakefile
fluent-plugin-records-merger-0.1.1 Rakefile
fluent-plugin-records-merger-0.1.0 Rakefile
fluent-plugin-scenario-manager-0.1.0 Rakefile