Sha256: 58fd60f5f3b06dd44c2119ff6d99e37d63705a4ce01fb3e1073cba9c237aefce
Contents?: true
Size: 190 Bytes
Versions: 2
Compression:
Stored size: 190 Bytes
Contents
#!/bin/bash # Generate rdoc documentation root="$( dirname "$0" )/.." dir="${root}/lib" main="${dir}/adventure_rl.rb" output_dir="${root}/rdoc" rdoc --main "$main" --op "$output_dir" $dir
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
adventure_rl-0.0.2 | bin/rdoc |
adventure_rl-0.0.1.pre.ld42 | bin/rdoc |