Sha256: d5fc4984f359d27b77be19d68638c12760b4776f14104ff03e253a4607c584dc

Contents?: true

Size: 329 Bytes

Versions: 21

Compression:

Stored size: 329 Bytes

Contents

require 'bundler/gem_tasks'
require 'rubocop/rake_task'

desc 'Run Ruby style checks'
RuboCop::RakeTask.new(:style)

namespace :travis do
  desc 'Run tests on Travis'
  task ci: %w(style test)
end

mock = ENV['FOG_MOCK'] || 'true'
task :test do
  sh("export FOG_MOCK=#{mock} && bundle exec shindont")
end

task(default: [:test])

Version data entries

21 entries across 19 versions & 2 rubygems

Version Path
fog-vsphere-3.5.2 Rakefile
fog-vsphere-3.5.1 Rakefile
fog-vsphere-3.5.0 Rakefile
fog-vsphere-3.4.0 Rakefile
fog-vsphere-3.3.1 Rakefile
fog-vsphere-3.3.0 Rakefile
fog-vsphere-3.2.5 Rakefile
fog-vsphere-3.2.2 Rakefile
fog-vsphere-3.2.1 Rakefile
fog-vsphere-3.2.0 Rakefile
fog-vsphere-3.1.1 Rakefile
fog-vsphere-3.1.0 Rakefile
fog-vsphere-3.0.0 Rakefile
fog-vsphere-2.5.0 Rakefile
fog-vsphere-2.4.0 Rakefile
fog-vsphere-2.3.0 Rakefile
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-vsphere-2.2.0/Rakefile
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-vsphere-2.2.0/Rakefile
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-vsphere-2.2.0/Rakefile
fog-vsphere-2.2.0 Rakefile