Sha256: c635c59ea2c942f9d69604b89c09cc5401f20da194aefd6ad0ba5f3df071d8d7

Contents?: true

Size: 165 Bytes

Versions: 13

Compression:

Stored size: 165 Bytes

Contents

require 'rake/clean'
require 'bundler/gem_tasks'

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

task default: :test
task default: :rubocop unless RUBY_ENGINE == 'rbx'

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
reek-3.1 Rakefile
reek-3.0.4 Rakefile
reek-3.0.3 Rakefile
reek-3.0.2 Rakefile
reek-3.0.1 Rakefile
reek-3.0.0 Rakefile
reek-2.2.1 Rakefile
reek-2.2.0 Rakefile
reek-2.1.0 Rakefile
reek-2.0.4 Rakefile
reek-2.0.3 Rakefile
reek-2.0.2 Rakefile
reek-2.0.1 Rakefile