Sha256: 96a80600643e9fed13220719c36eeff8157d7566bc9323f6973c6126ebdc103e

Contents?: true

Size: 1.18 KB

Versions: 2

Compression:

Stored size: 1.18 KB

Contents

begin
  require 'bones'
  Bones.setup
rescue LoadError
  load 'tasks/setup.rb'
end

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.rubyforge.name = 'webby'
PROJ.version = Webby::VERSION
PROJ.release_name = 'Bill Gates Alien Love Child'
PROJ.readme_file = 'README.rdoc'

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.rdoc.include << PROJ.readme_file

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.email[:from] = 'Tim Pease'

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 'hpricot', '= 0.6.0'
depend_on 'launchy'
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.4 Rakefile
blowmage-webby-0.9.4.1 Rakefile