Sha256: 3fc367db03aeb49c2e182836c0c4963ed17acde674e665639bf9b6992f8136fd

Contents?: true

Size: 192 Bytes

Versions: 8

Compression:

Stored size: 192 Bytes

Contents

# frozen_string_literal: true

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

Dir['tasks/**/*.rake'].each { |t| load t }

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

task :default => :spec

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rubocop-itamae-0.1.5 Rakefile
rubocop-itamae-0.1.4 Rakefile
rubocop-itamae-0.1.3 Rakefile
rubocop-itamae-0.1.2 Rakefile
rubocop-itamae-0.1.1 Rakefile
rubocop-itamae-0.1.0 Rakefile
rubocop-itamae-0.1.0.alpha2 Rakefile
rubocop-itamae-0.1.0.alpha1 Rakefile