Sha256: 7a104999e02d3b7d9c0c6511158baf02ab09aa6aefba73179943f251dba67b70

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

load 'tasks/setup.rb'

ensure_in_path 'lib'
require 'webby'

task :default => 'spec:specdoc'

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.version = Webby::VERSION
PROJ.release_name = 'Gallus Gallus Toothicus'

PROJ.ruby_opts = %w[-W0]
PROJ.exclude << %w(^examples/[^/]+/output ^tasks/archive ^tags$ ^webby.gemspec$)

PROJ.rdoc.dir = 'doc/rdoc'
PROJ.rdoc.remote_dir = 'rdoc'
PROJ.rdoc.exclude << %w(^examples)

PROJ.spec.opts << '--color'

PROJ.ann.email[:to] << 'webby-forum@googlegroups.com'
PROJ.ann.email[:server] = 'smtp.gmail.com'
PROJ.ann.email[:port] = 587

PROJ.ann.text = <<-ANN
== POST SCRIPT

Visit the Webby forum to chat with other Webby-Heads:
http://groups.google.com/group/webby-forum

Blessings,
TwP
ANN

depend_on 'directory_watcher'
depend_on 'heel'
depend_on 'hpricot', '= 0.6.0'
depend_on 'logging'
depend_on 'rake'
depend_on 'rspec'

# EOF

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
TwP-webby-0.9.1 Rakefile
webby-0.9.1 Rakefile