Sha256: 98c745bd168f68bac08238aa54e4e05598fca94c0503cfdf8f3692839c0e30b0

Contents?: true

Size: 212 Bytes

Versions: 6

Compression:

Stored size: 212 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 & 1 rubygems

Version Path
termium-0.3.2 Rakefile
termium-0.3.1 Rakefile
termium-0.1.4 Rakefile
termium-0.1.2 Rakefile
termium-0.1.1 Rakefile
termium-0.1.0 Rakefile