Sha256: 55683250d1aa131befee930698d44bf813667cf1450698e60a3fd99a3a1312af
Contents?: true
Size: 372 Bytes
Versions: 13
Compression:
Stored size: 372 Bytes
Contents
require 'rake/clean' require "bundler/gem_tasks" $:.unshift File.dirname(__FILE__) + '/lib' PROJECT_NAME = 'reek' BUILD_DIR = 'build'; directory BUILD_DIR PKG_DIR = "#{BUILD_DIR}/pkg"; directory PKG_DIR GEM_MANIFEST = "Manifest.txt" VERSION_FILE = 'lib/reek.rb' CLOBBER.include("#{BUILD_DIR}/*") Dir['tasks/**/*.rake'].each { |t| load t } task :default => [:test]
Version data entries
13 entries across 13 versions & 1 rubygems