Sha256: 3b3f86799943106565693cd21fafb71a20bca0a6d58d1918a17312cca88d479f
Contents?: true
Size: 1.08 KB
Versions: 3
Compression:
Stored size: 1.08 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 = 'Bill Gates Alien Love Child' 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 'hpricot', '= 0.6.0' depend_on 'launchy' depend_on 'logging' depend_on 'rake' depend_on 'rspec' # EOF
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
TwP-webby-0.9.3 | Rakefile |
webby-0.9.3 | Rakefile |
webby-0.9.3-x86-mswin32 | Rakefile |