Sha256: 2994fe62a5db88844e4f9d940bd82a41404fb8266b9b1ebfb997ae036f8583bf

Contents?: true

Size: 260 Bytes

Versions: 38

Compression:

Stored size: 260 Bytes

Contents

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

desc 'Run specs'
RSpec::Core::RakeTask.new do |t|
  t.verbose = false
  t.rspec_opts = '--color --order random'
end

RuboCop::RakeTask.new

task default: [:spec, :rubocop]

Version data entries

38 entries across 38 versions & 5 rubygems

Version Path
commander-openflighthpc-2.2.0 Rakefile
commander-openflighthpc-2.1.2 Rakefile
commander-openflighthpc-2.1.1 Rakefile
commander-openflighthpc-2.1.0 Rakefile
commander-openflighthpc-2.0.2 Rakefile
commander-openflighthpc-2.0.1 Rakefile
commander-openflighthpc-2.0.0 Rakefile
commander-4.5.2 Rakefile
commander-4.5.1 Rakefile
commander-4.5.0 Rakefile
commander-openflighthpc-1.2.0 Rakefile
commander-openflighthpc-1.1.2 Rakefile
commander-openflighthpc-1.1.1 Rakefile
commander-openflighthpc-1.1.0 Rakefile
commander-openflighthpc-1.0.0 Rakefile
commander-openflighthpc-1.0.0.pre.alpha1 Rakefile
commander-4.4.7 Rakefile
murano-cli-commander-4.4.10 Rakefile
commander-4.4.6 Rakefile
commander-4.4.5 Rakefile