Sha256: 42fdaa5b8169f39314b09f4793b4fa33ebbcf4405654f8f177c13117e1e3c795
Contents?: true
Size: 362 Bytes
Versions: 5
Compression:
Stored size: 362 Bytes
Contents
require 'rake' task :default => :gendoc task :clean do `rm -rf doc` `rm -rf .yardoc` end task :gendoc => :clean do `yardoc -e ./lib/city.rb -p ./lib/templates 'example/**/*' --debug` end task :old => :clean do `/usr/bin/yardoc -e lib/city.rb -p lib/templates 'example/**/*' --debug` end task :server do `yard server -e ./lib/server.rb --debug` end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
cucumber-in-the-yard-1.7.8 | Rakefile |
cucumber-in-the-yard-1.7.7 | Rakefile |
cucumber-in-the-yard-1.7.6 | Rakefile |
cucumber-in-the-yard-1.7.5 | Rakefile |
cucumber-in-the-yard-1.7.4 | Rakefile |