Sha256: 95a06b6f9e790d8baa708f3df41d1163afc33a1b8a211369c2ba042bbf32c338

Contents?: true

Size: 258 Bytes

Versions: 7

Compression:

Stored size: 258 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake/testtask'

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

task :default => [:build]

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fluent-plugin-azure-queue-0.0.11.pre Rakefile
fluent-plugin-azure-queue-0.0.8.pre Rakefile
fluent-plugin-azure-queue-0.0.6.pre Rakefile
fluent-plugin-azure-queue-0.0.5.pre Rakefile
fluent-plugin-azure-queue-0.0.4.pre Rakefile
fluent-plugin-azure-queue-0.0.2.pre Rakefile
fluent-plugin-azure-queue-0.0.1.pre Rakefile