Sha256: 314e92fcf7253cbe95ff9022db3c7029e31681cb26e78285d721925de68015b4
Contents?: true
Size: 411 Bytes
Versions: 23
Compression:
Stored size: 411 Bytes
Contents
# $Id$ # 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
23 entries across 20 versions & 9 rubygems