Sha256: 91a348a3c3d6d77efe814cb2028d68d39f8ac68c7f8d4a1035a311a835dd4616

Contents?: true

Size: 462 Bytes

Versions: 1

Compression:

Stored size: 462 Bytes

Contents

# $Id: post_load.rake 85 2008-02-06 17:59:00Z 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
logging-0.6.2 tasks/post_load.rake