Sha256: ebad8f4118473c366686803653047ae8f23c2779e3714dacef09841a15b6e981

Contents?: true

Size: 408 Bytes

Versions: 73

Compression:

Stored size: 408 Bytes

Contents

# $Id$

if HAVE_BONES

desc "Enumerate all annotations"
task :notes do
  Bones::AnnotationExtractor.enumerate(
      PROJ, PROJ.annotation_tags.join('|'), :tag => true)
end

namespace :notes do
  PROJ.annotation_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

73 entries across 70 versions & 22 rubygems

Version Path
Peeja-rubot-0.5.0 tasks/annotations.rake
derailed-mole-1.0.10 tasks/annotations.rake
derailed-ziya-2.0.4 tasks/annotations.rake
derailed-ziya-2.0.6 tasks/annotations.rake
derailed-ziya-2.0.8 tasks/annotations.rake
derailed-ziya-2.1.0 tasks/annotations.rake
derailed-ziya-2.1.1 tasks/annotations.rake
derailed-ziya-2.1.2 tasks/annotations.rake
derailed-ziya-2.1.3 tasks/annotations.rake
derailed-ziya-2.1.4 tasks/annotations.rake
derailed-ziya-2.1.5 tasks/annotations.rake
gotascii-simple_importer-1.0.0 tasks/annotations.rake
gotascii-simple_importer-1.0.1 tasks/annotations.rake
topfunky-castanaut-1.0.1 tasks/annotations.rake
vigetlabs-simple_importer-1.0.1 tasks/annotations.rake
plexus-rmmseg-0.1.6 tasks/annotations.rake
loyal_rmmseg-0.0.2 tasks/annotations.rake
ziya-2.1.7 tasks/annotations.rake
ziya-2.1.6 tasks/annotations.rake
bones-1.3.4 tasks/annotations.rake