Sha256: b0726817b90700cae1adb1cc2a451d4d6c1fcf1bfd399b1f52d7389b9f02af45

Contents?: true

Size: 204 Bytes

Versions: 30

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/**/*_spec.rb"
  test.verbose = true
end

task default: :test

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
fluent-plugin-syslog_rfc5424-0.7.3.pre.rc.12 Rakefile
fluent-plugin-syslog_rfc5424-0.7.3.pre.rc.11 Rakefile
fluent-plugin-syslog_rfc5424-0.7.3 Rakefile
fluent-plugin-syslog_rfc5424-0.7.2.alpha11 Rakefile
fluent-plugin-syslog_rfc5424-0.7.2.alpha10 Rakefile
fluent-plugin-syslog_rfc5424-0.7.2.alpha9 Rakefile
fluent-plugin-syslog_rfc5424-0.7.2.alpha8 Rakefile
fluent-plugin-syslog_rfc5424-0.7.2.alpha7 Rakefile
fluent-plugin-syslog_rfc5424-0.7.2.alpha6 Rakefile
fluent-plugin-syslog_rfc5424-0.7.2.alpha5 Rakefile
fluent-plugin-syslog_rfc5424-0.7.2.alpha4 Rakefile
fluent-plugin-syslog_rfc5424-0.7.2.alpha3 Rakefile
fluent-plugin-syslog_rfc5424-0.7.2.alpha2 Rakefile
fluent-plugin-syslog_rfc5424-0.7.2.alpha1 Rakefile
fluent-plugin-syslog_rfc5424-0.7.2 Rakefile
fluent-plugin-syslog_rfc5424-0.7.1.alpha3 Rakefile
fluent-plugin-syslog_rfc5424-0.7.1.alpha2 Rakefile
fluent-plugin-syslog_rfc5424-0.7.1.alpha1 Rakefile
fluent-plugin-syslog_rfc5424-0.7.1 Rakefile
fluent-plugin-syslog_rfc5424-0.7.0 Rakefile