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

Version Path
reek-1.3.8 Rakefile
reek-1.3.7 Rakefile
reek-1.3.6 Rakefile
reek-1.3.5 Rakefile
reek-1.3.4 Rakefile
reek-1.3.3 Rakefile
reek-1.3.2 Rakefile
reek-1.3.1 Rakefile
reek-1.3 Rakefile
reek-1.2.13 Rakefile
reek-1.2.12 Rakefile
reek-1.2.11 Rakefile
reek-1.2.10 Rakefile