Sha256: 34d433c293a70e91fbb90c13d3931b467839ad955ba19451c52bb5754dbd1d59

Contents?: true

Size: 245 Bytes

Versions: 6

Compression:

Stored size: 245 Bytes

Contents

# frozen_string_literal: true

# Bundler
require 'bundler/gem_tasks'

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

# Rubocop
require 'rubocop/rake_task'
RuboCop::RakeTask.new(:rubocop)

task default: %i[spec rubocop]

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
graph_attack-2.3.1 Rakefile
graph_attack-2.3.0 Rakefile
graph_attack-2.2.0 Rakefile
graph_attack-2.1.0 Rakefile
graph_attack-2.0.0 Rakefile
graph_attack-1.2.0 Rakefile