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

Version Path
topfunky-castanaut-1.0.1 tasks/post_load.rake
bones-1.3.1 data/tasks/post_load.rake
bones-1.3.3 data/tasks/post_load.rake
bones-1.3.2 tasks/post_load.rake
bones-1.3.2 data/tasks/post_load.rake
bones-1.3.3 tasks/post_load.rake
castanaut-1.0.0 tasks/post_load.rake
logging-0.7.0 tasks/post_load.rake
logging-0.6.3 tasks/post_load.rake
ludy-0.1.10 tasks/post_load.rake
ludy-0.1.9 tasks/post_load.rake
pyre-0.3.1 tasks/post_load.rake
pyre-0.1.1 tasks/post_load.rake
pyre-0.2.0 tasks/post_load.rake
pyre-0.1.0 tasks/post_load.rake
pyre-0.3.0 tasks/post_load.rake
rmmseg-0.1.1 tasks/post_load.rake
spacer-0.5.1 tasks/archive/post_load.rake
spacer-0.5.1 tasks/post_load.rake
spacer-0.5.0 tasks/post_load.rake