Sha256: 4528d4f95566f0d3af507ac56cbf05af8ce6d7ef10d887ad0e39849e76fdac79

Contents?: true

Size: 332 Bytes

Versions: 9

Compression:

Stored size: 332 Bytes

Contents

require 'rake/clean'

$:.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 }

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
reek-1.2.8 Rakefile
reek-1.2.7.3 Rakefile
reek-1.2.7.2 Rakefile
reek-1.2.7.1 Rakefile
reek-1.2.7 Rakefile
reek-1.2.6 Rakefile
reek-1.2.5 Rakefile
reek-1.2.4 Rakefile
reek-1.2.3 Rakefile