Sha256: 3fe1f2c2fd254c07f7e0230bfc7c41d01518152bcd09d79f86bb619b232255b0

Contents?: true

Size: 163 Bytes

Versions: 4

Compression:

Stored size: 163 Bytes

Contents

require 'rake'

task :default => :gendoc

task :gendoc do
  `rm -rf doc`
  `rm -rf .yardoc`
  `yardoc -e lib/city.rb -p lib/templates 'example/**/*.*' --debug`
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cucumber-in-the-yard-1.6.3 Rakefile
cucumber-in-the-yard-1.6.1 Rakefile
cucumber-in-the-yard-1.6.0 Rakefile
cucumber-in-the-yard-1.5.4 Rakefile