Sha256: 7234c8c2cb53797013883dc55dac336f7e6adc2e493eb4799129115966552bcc

Contents?: true

Size: 879 Bytes

Versions: 2

Compression:

Stored size: 879 Bytes

Contents

# $Id: Rakefile 89 2008-01-02 04:42:38Z 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.changes = paragraphs_of('History.txt', 0..1).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.spec_opts << '--color'

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

# EOF

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
webby-0.7.0 Rakefile
webby-0.7.1 Rakefile