Sha256: d0efd415fe048414f8e254735c91a6c6c75f75374123af586110c4b9a768928c
Contents?: true
Size: 1.11 KB
Versions: 4
Compression:
Stored size: 1.11 KB
Contents
= CodeRay - Trunk folder structure == bench - Benchmarking system All benchmarking stuff goes here. Test inputs are stored in files named <code>example.<lang></code>. Test outputs go to <code>bench/test.<encoder-default-file-extension></code>. Run <code>bench/bench.rb</code> to get a usage description. Run <code>rake bench</code> to perform an example benchmark. == bin - Scripts Executional files for CodeRay. == demo - Demos and functional tests Demonstrational scripts to show of CodeRay's features. Run them as functional tests with <code>rake test:demos</code>. == etc - Lots of stuff Some addidtional files for CodeRay, mainly graphics and Vim scripts. == gem_server - Gem output folder For <code>rake gem</code>. == lib - CodeRay library code This is the base directory for the CodeRay library. == rake_helpers - Rake helper libraries Some files to enhance Rake, including the Autumnal Rdoc template and some scripts. == test - Tests Test for the scanners. Each language has its own subfolder and sub-suite. Run with <code>rake test</code>.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
coderay-0.7.2.165 | ./FOLDERS |
coderay-0.7.1.147 | ./FOLDERS |
coderay-0.7.2.168 | ./FOLDERS |
coderay-0.7.2.176 | ./FOLDERS |