Sha256: a49dad2f157444bbcc6c1694d04e56a6cb4c5cc52b12bc39a4049621af900982
Contents?: true
Size: 463 Bytes
Versions: 1
Compression:
Stored size: 463 Bytes
Contents
# $Id: post_load.rake 497 2008-02-01 18:19:50Z tim_pease $ # This file does not define any rake tasks. It is used to load some project # settings if they are not defined by the user. unless PROJ.changes PROJ.changes = paragraphs_of('History.txt', 0..1).join("\n\n") end unless PROJ.description PROJ.description = paragraphs_of('README.txt', 'description').join("\n\n") end unless PROJ.summary PROJ.summary = PROJ.description.split('.').first end # EOF
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bones-1.3.1 | tasks/post_load.rake |