Sha256: 693cde7e231fcbf4c41311b77e74a3dd9c41e5e609a932e18bde6c7ba6c65b3d

Contents?: true

Size: 664 Bytes

Versions: 1

Compression:

Stored size: 664 Bytes

Contents

# $Id$

$:.unshift('lib')

load 'tasks/setup.rb'
require 'bones'

task :default => 'spec:run'

PROJ.name = 'bones'
PROJ.summary = 'Mr Bones is a handy tool that builds a skeleton for your new Ruby projects'
PROJ.authors = 'Tim Pease'
PROJ.email = 'tim.pease@gmail.com'
PROJ.url = 'http://codeforpeople.rubyforge.org/bones'
PROJ.description = paragraphs_of('README.txt', 1).join("\n\n")
PROJ.changes = paragraphs_of('History.txt', 0..1).join("\n\n")
PROJ.rubyforge_name = 'codeforpeople'
PROJ.rdoc_remote_dir = 'bones'
PROJ.version = Bones::VERSION

PROJ.rdoc_exclude << '^data'
PROJ.annotation_exclude = %w(README\.txt ^data\/)

PROJ.spec_opts << '--color'

# EOF

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bones-1.2.0 Rakefile