Sha256: 8efe91890dd8ce58cbe30558268ce9eba5356a900f3d199992d0110327a20560

Contents?: true

Size: 293 Bytes

Versions: 18

Compression:

Stored size: 293 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'
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

18 entries across 18 versions & 1 rubygems

Version Path
fluent-plugin-openstack-2.0.1 Rakefile
fluent-plugin-openstack-2.0.0 Rakefile
fluent-plugin-openstack-1.0.8 Rakefile
fluent-plugin-openstack-1.0.7 Rakefile
fluent-plugin-openstack-1.0.6 Rakefile
fluent-plugin-openstack-1.0.5 Rakefile
fluent-plugin-openstack-1.0.4 Rakefile
fluent-plugin-openstack-1.0.3 Rakefile
fluent-plugin-openstack-1.0.2 Rakefile
fluent-plugin-openstack-1.0.1 Rakefile
fluent-plugin-openstack-1.0.0 Rakefile
fluent-plugin-openstack-0.0.8 Rakefile
fluent-plugin-openstack-0.0.7 Rakefile
fluent-plugin-openstack-0.0.6 Rakefile
fluent-plugin-openstack-0.0.5 Rakefile
fluent-plugin-openstack-0.0.4 Rakefile
fluent-plugin-openstack-0.0.3 Rakefile
fluent-plugin-openstack-0.0.2 Rakefile