Sha256: 520ea8ba342bb1535b238cccf6d75e55ff6cf371d005ae58194858f5566ccbaa

Contents?: true

Size: 246 Bytes

Versions: 100

Compression:

Stored size: 246 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake/testtask'

Rake::TestTask.new(:test) do |test|
  test.libs << 'lib' << 'test'
  test.test_files = FileList['test/test_*.rb']
  test.verbose = true
end

task :default => [:build]

Version data entries

100 entries across 100 versions & 6 rubygems

Version Path
fluent-plugin-s3-1.8.2 Rakefile
fluent-plugin-s3-1.8.1 Rakefile
fluent-plugin-s3-1.8.0 Rakefile
fluent-plugin-s3-1.7.2 Rakefile
fluent-plugin-s3-1.7.1 Rakefile
fluent-plugin-s3-1.7.0 Rakefile
fluent-plugin-s3-1.6.1 Rakefile
fluent-plugin-s3-1.6.0 Rakefile
fluent-plugin-s3-1.5.1 Rakefile
fluent-plugin-s3-1.5.0 Rakefile
fluent-plugin-s3-file-inclusion-1.4.1 Rakefile
fluent-plugin-s3-1.4.0 Rakefile
fluent-plugin-s3-1.3.4 Rakefile
fluent-plugin-s3-1.3.3 Rakefile
fluent-plugin-s3-1.3.2 Rakefile
fluent-plugin-s3-1.3.1 Rakefile
fluent-plugin-s3-1.3.0 Rakefile
fluent-plugin-s3-1.2.1 Rakefile
fluent-plugin-s3-1.2.0 Rakefile
fluent-plugin-s3-1.1.11 Rakefile