Sha256: 8ef89663da285e8afa6896b31f6bd3b56f7c53c74eebf8aef279c05b3f9c5ae9

Contents?: true

Size: 851 Bytes

Versions: 1

Compression:

Stored size: 851 Bytes

Contents

# $Id: Rakefile 148 2008-02-15 05:26:56Z 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.7.0'
depend_on 'rake'
depend_on 'rspec'

# EOF

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
webby-0.7.4 Rakefile