Sha256: edc2a0d7247224f06f85f89c0ef4d4dc589abfd4fb2840d0cfe504b1ea9a485c

Contents?: true

Size: 800 Bytes

Versions: 1

Compression:

Stored size: 800 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', 'haml']
PROJ.spec_opts << ['--format', 'specdoc', '--color']
PROJ.rdoc_exclude << "models/simple"
# EOF

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dokkit-0.4.3 Rakefile