Sha256: 16be32ceb97785b4df5aba24e1755eb21e835c5a9ec43ba0957da4310ac84fb4

Contents?: true

Size: 825 Bytes

Versions: 1

Compression:

Stored size: 825 Bytes

Contents

# Look in the tasks/setup.rb file for the various options that can be
# configured in this Rakefile. The .rake files in the tasks directory
# are where the options are used.

load 'tasks/setup.rb'

ensure_in_path 'lib'
require 'dokkit'

task :default => 'spec:run'

PROJ.name = 'dokkit'
PROJ.version = Dokkit::VERSION

PROJ.summary = 'dokkit is an open source document generator that is suitable for static website generation too.'

PROJ.authors = 'Andrea Fazzi'
PROJ.email = 'andrea.fazzi@alca.le.it'
PROJ.url = 'http://dokkit.rubyforge.org'
PROJ.rubyforge.name = 'dokkit'
PROJ.gem.dependencies = ['deplate', ['rake', '>= 0.8.1'], 'maruku']
PROJ.gem.need_zip = true
PROJ.spec.opts << ['--format', 'specdoc', '--color']
PROJ.rdoc.exclude << "models/simple"
PROJ.rdoc.remote_dir = 'rdoc'

PROJ.svn.path = 'dokkit-core'

# EOF

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dokkit-0.5.0 Rakefile