Sha256: 867df981753301064c72510694ce1ec7d2717cab6f3e492c39217bd5ca72ec9d

Contents?: true

Size: 819 Bytes

Versions: 2

Compression:

Stored size: 819 Bytes

Contents

# $Id$

load './tasks/setup.rb'
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 << '^(\.\/|\/)?website/output'
PROJ.exclude << '^(\.\/|\/)?doc'
PROJ.rdoc_exclude << '^(\.\/|\/)?data'
PROJ.rdoc_exclude << '^(\.\/|\/)?website'

PROJ.spec_opts << '--color'

depend_on 'directory_watcher', '1.1.0'
depend_on 'heel'
depend_on 'hpricot'
depend_on 'logging', '0.5.2'
depend_on 'rspec'

# EOF

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
webby-0.5.1 Rakefile
webby-0.6.0 Rakefile