doc/rdoc/files/CHANGES.html in quarry-0.3.0 vs doc/rdoc/files/CHANGES.html in quarry-0.4.0

- old
+ new

@@ -1,100 +1,150 @@ <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html> - <head> - <title>File: CHANGES</title> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> - <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" /> - <script language="JavaScript" type="text/javascript"> - // <![CDATA[ +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <title>File: CHANGES</title> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> + <meta http-equiv="Content-Script-Type" content="text/javascript" /> + <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" /> + <script type="text/javascript"> + // <![CDATA[ - function toggleSource( id ) - { - var elem - var link + function popupCode( url ) { + window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") + } - if( document.getElementById ) - { - elem = document.getElementById( id ) - link = document.getElementById( "l_" + id ) - } - else if ( document.all ) - { - elem = eval( "document.all." + id ) - link = eval( "document.all.l_" + id ) - } - else - return false; + function toggleCode( id ) { + if ( document.getElementById ) + elem = document.getElementById( id ); + else if ( document.all ) + elem = eval( "document.all." + id ); + else + return false; - if( elem.style.display == "block" ) - { - elem.style.display = "none" - link.innerHTML = "show source" - } - else - { - elem.style.display = "block" - link.innerHTML = "hide source" - } - } + elemStyle = elem.style; + + if ( elemStyle.display != "block" ) { + elemStyle.display = "block" + } else { + elemStyle.display = "none" + } - function openCode( url ) - { - window.open( url, "SOURCE_CODE", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=480,width=750" ).focus(); - } - // ]]> - </script> - </head> + return true; + } + + // Make codeblocks hidden by default + document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" ) + + // ]]> + </script> - <body> - <table border='0' cellpadding='0' cellspacing='0' width="100%" class='banner'> - <tr><td> - <table width="100%" border='0' cellpadding='0' cellspacing='0'><tr> - <td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br />CHANGES</td> - <td align="right"> - <table border='0' cellspacing="0" cellpadding="2"> - <tr> - <td>Path:</td> - <td>CHANGES - </td> - </tr> - <tr> - <td>Modified:</td> - <td>Thu Aug 21 13:27:34 -0400 2008</td> - </tr> - </table> - </td></tr> +</head> +<body> + + + + <div id="fileHeader"> + <h1>CHANGES</h1> + <table class="header-table"> + <tr class="top-aligned-row"> + <td><strong>Path:</strong></td> + <td>CHANGES + </td> + </tr> + <tr class="top-aligned-row"> + <td><strong>Last Update:</strong></td> + <td>Sat Nov 15 19:59:24 -0500 2008</td> + </tr> </table> - </td></tr> -</table><br /> - <!-- banner header --> + </div> + <!-- banner header --> <div id="bodyContent"> - <div id="content"> - <div class="description"><h1>Changelog</h1> -<h2>0.3.0 // 2008-08-18</h2> + + + <div id="contextContent"> + + <div id="description"> + <h2>0.4.0 / 2008-11-15</h2> <ul> -<li>Initial release. +<li>38 Other Enhancements +<pre> + * would help if I added the files (#e4cd5b6ae10fd7b07e3e3ae7b386ee0f955b0ddc) + * added stub test/unit test (#681a3a97654b0ccf9d65c1714f221e3750a10455) + * added toplevel doc files (#4d2107268d016fb858be92c633dad4342b1dccac) + * added config files (#b169551e823d6396b378c9589585085c02e36ab5) + * reorganize work directory (#46704003eb4c1a23a18536c28bdb155080f6a92b) + * create Format classes to Soc sepc output (#cbe930c4b87f40727dcc7b9858848c9256d9621d) + * updated README (#591bf70fba170a55b7d7eb102bb5eb9fa12c9577) + * added overlay and imporved spec system (#ac4c29de65163412c6268e5dc435506d21a31a23) + * split-out reap services (#f48957de315b38aab734feeeb1b56ca7cd9e152e) + * renamed format to reporter and cleaned up (#32cd25afd9475e267e321aa0a236b93c488cfcc7) + * reporter subclass in separate files (#735c6f7cb437882eccc67d41e0adbea1cae99336) + * added sample spec (#8b1bf5dd0253a9e08abe0a550bca287e0691ff41) + * clean up and organization (#6899a037acd4619a0206b095a8a3e270fcd53424) + * rewrote stub library (#ad1f28189b71a050fe165353e04c2216ca3f1b50) + * some thoughts added to docs (#fedd3142b140516ef865d729c05c2ac9a6547d80) + * update binaries (#11a1f52e418877f61d4c250f49645705a9988c18) + * massive rearrangement of website files (#0fddc63f612d0ae27d7c52c5027c2051bdef246a) + * moved doc/images to doc/assets/images (#b9277a7eb62ed120ede619e2fca94be235c6c71f) + * updated website (#89b04a1aeebb9eb19618abd7744c9c857b1c9495) + * updated stub spec (#f29607a4b166f42dcdc6c7efbe4206cd03472fe1) + * major work on website (#fcc491a9a286419666877f0b69d33531a21cacde) + * renamed ruby-* binaries (#3ec5d1f07528ca8b08e7053440566543cc9b550d) + * aliased should to assert (#210ebb4b9c5c82c642c08ce99fe9e00a92fa1f9d) + * used getoptlong in quarry command (#0da0b72abdf6c8294ca64ae4f13841ac33b130bb) + * moved some docs files around (#d6996d8d0d42200e3b951ce95e49cb7005c44a90) + * cleaned up code; condering how to do setup/teardown (#5fc9c1c5a3575c81af9b8b5fb002471e6d8936c3) + * fixed index.html to find stylesheet (#77100abf4c0941ccd935c33f4abf89b419ac8a85) + * removed outdated demos (#374b66382738b962445908d87859944000c0c6bc) + * support for before and after modes (#13ef798973e304e6ae2b72f3f23528d161bd8097) + * bin/quarry, made object-oriented (#34d7e36419a057d4c5656d58c9867c8cc3cb76e0) + * dotprogress.rb, fixed count output (#016625d5cf96cec34543c08b54117354bca2afc4) + * renamed sample specs (#567043d7bc94909f5937f7a13e34fe78063e3e98) + * restructured spec parsing (#bee61407766ba516f72a8d5bca0fbe29ae97a802) + * depend on Clio for ANSICode (#f3c00339eef8874935bbe2d1a5a086bb19f52567) + * added meta/requires (#9fff649ef46fa0e8f8d77d2672b77b635e6ca6ed) + * bin/quarry, add debug option (#26919c7a0a0f0299e0fe94fa04647f32405bd1a8) + * use Clio::ANSIColor (#ee741ed52cf4e40e730d695dd5a78689160971c0) + * bin/quarry-doc, provides a (currently very basic) spec documentor tool (#f157cda44526fc26a3d45a1655de962b6c5372da) +</pre> </li> </ul> -</div> + </div> + </div> + </div> + <!-- if includes --> + <div id="section"> -</div> + + + + + + + <!-- if method_list --> + + </div> - </body> + +<div id="validator-badges"> + <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> +</div> + +</body> </html> \ No newline at end of file