Sha256: cbee108cbe7b236da1dd39e031fef24f57a373afb8a3540f9929dbb84ffed9b6

Contents?: true

Size: 206 Bytes

Versions: 10

Compression:

Stored size: 206 Bytes

Contents

# frozen_string_literal: true

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

RSpec::Core::RakeTask.new(:spec)
RuboCop::RakeTask.new

task default: %i(spec rubocop)

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
cexpect-0.4.3 Rakefile
cexpect-0.4.2 Rakefile
cexpect-0.4.1 Rakefile
cexpect-0.3.0 Rakefile
cexpect-0.2.0 Rakefile
cexpect-0.1.4 Rakefile
cexpect-0.1.3 Rakefile
cexpect-0.1.2 Rakefile
cexpect-0.1.1 Rakefile
aaf-lipstick-3.0.2 Rakefile