Sha256: bc9ef4665f8d770035921f670d0f55da4051231b7a1c5477321f2a56f945eba1

Contents?: true

Size: 209 Bytes

Versions: 6

Compression:

Stored size: 209 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]
task default: :build

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
vagrant-orchestrate-0.4.5 Rakefile
vagrant-orchestrate-0.4.4 Rakefile
vagrant-orchestrate-0.4.3 Rakefile
vagrant-orchestrate-0.4.2 Rakefile
vagrant-orchestrate-0.4.1 Rakefile
vagrant-orchestrate-0.4.0 Rakefile