Sha256: 2cf5b71f2d12cf64ffdd91e5ed47bbc89f5c8c125c309875283a02b94a93eef2

Contents?: true

Size: 459 Bytes

Versions: 2

Compression:

Stored size: 459 Bytes

Contents

# Look in the tasks/setup.rb file for the various options that can be
# configured in this Rakefile. The .rake files in the tasks directory
# are where the options are used.

load 'tasks/setup.rb'

ensure_in_path 'lib'
require 'colour'

task :default => 'spec:run'

PROJ.name = 'colour'
PROJ.authors = 'Wes Devauld'
PROJ.email = 'http://devauld.ca' 
PROJ.url = 'http://www.ihatework.ca/svn/colour/'
PROJ.rubyforge_name = 'colour'

PROJ.spec_opts << '--color'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
colour-0.1.1 Rakefile
colour-0.1.2 Rakefile