Sha256: 9277b4147375e212e93d97bf3d686ba5dcfb1c7a7faed5fd604be26b0b91b1eb

Contents?: true

Size: 188 Bytes

Versions: 7

Compression:

Stored size: 188 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"
require "rubocop/rake_task"

RuboCop::RakeTask.new
RSpec::Core::RakeTask.new(:spec)

task build: ["rubocop:auto_correct", :spec]

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
vagrant-orchestrate-0.3.2 Rakefile
vagrant-orchestrate-0.3.1 Rakefile
vagrant-orchestrate-0.3.0 Rakefile
vagrant-orchestrate-0.2.1 Rakefile
vagrant-orchestrate-0.2.0 Rakefile
vagrant-orchestrate-0.1.1 Rakefile
vagrant-orchestrate-0.1.0 Rakefile