Sha256: a68f9185a23fe68096cdbd9179997257a7bd7915f9d8d90611a9f8eca6809569

Contents?: true

Size: 400 Bytes

Versions: 15

Compression:

Stored size: 400 Bytes

Contents

require 'rake'
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
RDOC_DIR = "#{BUILD_DIR}/rdoc"; directory RDOC_DIR

GEM_MANIFEST = "Manifest.txt"
VERSION_FILE = 'lib/reek.rb'

CLOBBER.include("#{BUILD_DIR}/*")

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

Version data entries

15 entries across 15 versions & 3 rubygems

Version Path
kevinrutherford-reek-1.0.0 Rakefile
kevinrutherford-reek-1.0.1 Rakefile
kevinrutherford-reek-1.1.1 Rakefile
kevinrutherford-reek-1.1.2.1 Rakefile
kevinrutherford-reek-1.1.2 Rakefile
kevinrutherford-reek-1.1.3.1 Rakefile
kevinrutherford-reek-1.1.3.2 Rakefile
kevinrutherford-reek-1.1.3.3 Rakefile
kevinrutherford-reek-1.1.3.4 Rakefile
kevinrutherford-reek-1.1.3.5 Rakefile
kevinrutherford-reek-1.1.3 Rakefile
teksymmetry-reek-1.1.3.1 Rakefile
teksymmetry-reek-1.1.3.2 Rakefile
reek-1.1.3 Rakefile
reek-1.0.0 Rakefile