Sha256: 18e7abdcd0851a402178f02e063f1a043936d00efd7527f37982c91d04172343

Contents?: true

Size: 207 Bytes

Versions: 6

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

6 entries across 6 versions & 3 rubygems

Version Path
code-engine-tasks-1.0.0 Rakefile
crockford-0.1.0 Rakefile
hub_spot-0.3.1 Rakefile
hub_spot-0.3.0 Rakefile
hub_spot-0.2.1 Rakefile
hub_spot-0.2.0 Rakefile