Sha256: 99ca831b3f60ed68f61b8f79adecaaab4599845fd6212a87d0c81065d2b49916

Contents?: true

Size: 855 Bytes

Versions: 1

Compression:

Stored size: 855 Bytes

Contents

# $Id: Rakefile 124 2008-02-03 00:24:10Z tim_pease $

load 'tasks/setup.rb'

ensure_in_path 'lib'
require 'webby'

task :default => 'spec:run'

PROJ.name = 'webby'
PROJ.summary = 'static website creation and management'
PROJ.authors = 'Tim Pease'
PROJ.email = 'tim.pease@gmail.com'
PROJ.url = 'http://webby.rubyforge.org/'
PROJ.description = paragraphs_of('README.txt', 3).join("\n\n")
PROJ.rubyforge_name = 'webby'
PROJ.rdoc_dir = 'doc/rdoc'
PROJ.rdoc_remote_dir = 'rdoc'
PROJ.version = Webby::VERSION


PROJ.exclude << '^examples/[^/]+/output'
PROJ.exclude << '^tasks/archive'
PROJ.exclude << '^tags$'

PROJ.rdoc_exclude << '^data'
PROJ.rdoc_exclude << '^examples'

PROJ.svn = true
PROJ.spec_opts << '--color'

depend_on 'directory_watcher'
depend_on 'heel'
depend_on 'hpricot'
depend_on 'logging', '0.6.1'
depend_on 'rspec'
depend_on 'RedCloth'

# EOF

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
webby-0.7.2 Rakefile