Sha256: b6fc09abacb22948733407dc1c3fba9377d349d69e87d67464e82ec31aea8e56

Contents?: true

Size: 792 Bytes

Versions: 3

Compression:

Stored size: 792 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'
PROJ.authors = 'Andrea Fazzi'
PROJ.email = 'andrea.fazzi@alca.le.it'
PROJ.url = 'http://dokkit.rubyforge.org'
PROJ.description = paragraphs_of('README.txt', 1).join("\n\n")
PROJ.changes = paragraphs_of('History.txt', 0..1).join("\n\n")
PROJ.rubyforge_name = 'dokkit'
PROJ.dependencies = ['deplate', 'rake', 'maruku']
PROJ.spec_opts << ['--format', 'specdoc', '--color']
PROJ.rdoc_exclude << "models/simple"
# EOF

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dokkit-0.4.0 Rakefile
dokkit-0.4.1 Rakefile
dokkit-0.4.2 Rakefile