Sha256: 08cdecf30d1e6198e1347739be49039e35157ad40bab01c330dd0d3cdbb7a866
Contents?: true
Size: 731 Bytes
Versions: 1
Compression:
Stored size: 731 Bytes
Contents
# $Id: Rakefile 460 2008-01-04 20:53:46Z tim_pease $ $:.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.svn = 'bones' PROJ.spec_opts << '--color' # EOF
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bones-1.3.0 | Rakefile |