Sha256: d7bde4427f4ae99a96ef0284e576d1781e4ceac95c4df7c1e16869fb60b46789

Contents?: true

Size: 249 Bytes

Versions: 3

Compression:

Stored size: 249 Bytes

Contents

# frozen_string_literal: true

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

RSpec::Core::RakeTask.new(:spec) do |t|
  t.ruby_opts = "-w"
end

RuboCop::RakeTask.new(:rubocop)

task default: %i[spec rubocop]

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
imap_guard-2.0.1 Rakefile
imap_guard-2.0.0 Rakefile
imap_guard-1.2.0 Rakefile