Sha256: 8b3f37c404da0c37e07cc405c92c8edc7be30a9076cf17b75b93dcf1193d2fb5
Contents?: true
Size: 398 Bytes
Versions: 1
Compression:
Stored size: 398 Bytes
Contents
# $Id$ if HAVE_BONES desc "Enumerate all annotations" task :notes do Bones::AnnotationExtractor.enumerate( PROJ, PROJ.notes.tags.join('|'), :tag => true) end namespace :notes do PROJ.notes.tags.each do |tag| desc "Enumerate all #{tag} annotations" task tag.downcase.to_sym do Bones::AnnotationExtractor.enumerate(PROJ, tag) end end end end # if HAVE_BONES # EOF
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
filterfish-logging-0.9.8 | tasks/notes.rake |