Sha256: 1380de68d46ecdb9e1926b10ba66cd0f74b144178412406d96c1945132080d4d

Contents?: true

Size: 207 Bytes

Versions: 19

Compression:

Stored size: 207 Bytes

Contents

# frozen_string_literal: true

require "bundler/gem_tasks"

require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)

require "rubocop/rake_task"
RuboCop::RakeTask.new

task default: %i[spec rubocop]

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
cobra_commander-0.12.0 Rakefile
cobra_commander-0.11.0 Rakefile
cobra_commander-0.10.0 Rakefile
cobra_commander-0.9.2 Rakefile
cobra_commander-0.9.1 Rakefile
cobra_commander-0.9.0 Rakefile
cobra_commander-0.8.1 Rakefile
cobra_commander-0.8.0 Rakefile
cobra_commander-0.7.0 Rakefile
cobra_commander-0.6.1 Rakefile
cobra_commander-0.6.0 Rakefile
cobra_commander-0.5.1 Rakefile
cobra_commander-0.5.0 Rakefile
cobra_commander-0.4.0 Rakefile
cobra_commander-0.3.1 Rakefile
cobra_commander-0.3.0 Rakefile
cobra_commander-0.2.0 Rakefile
cobra_commander-0.1.2 Rakefile
cobra_commander-0.1.1 Rakefile