Sha256: 53dd64f75f69a47628cd5474bfdacd0eee3809388cc6b9bc0e8c629362093428
Contents?: true
Size: 1.48 KB
Versions: 1
Compression:
Stored size: 1.48 KB
Contents
<html> <head> <title>Reap, a Rake-based Ruby Project Assistant</title> <style> body { margin: 0; padding: 0; padding-right: 20px; } p { font-family: sans-serif; text-align: justify; } img { } iframe { width: 520px; height: 320px; border: solid 1px purple; margin-left: 40px; margin-top: 10px; margin-bottom: 10px; } table { margin: 0; padding: 0; border: 0; } td { margin: 0; padding: 0; vertical-align: top; } td#leftside { text-align: center; font-family: sans-serif; font-size: 10pt; border-right: 1px solid lightgrey; } td#main { padding-left: 20px; } span#title { font-size: 64pt; font-weight: bold; color: purple; } </style> </head> <body> <table width="100%"> <tr> <td id="leftside"> <img src="images/appleboy.jpg" align="top"/> <br/><br/> Why's the Appleboy so happy? </td> <td id="main" width=100%> <span id="title">REAP</span> <p>The second is a Ruby specific project-assistance tool called Reap. Reap is in many ways similiar to Rake or Rant, but unlike them it is not designed for general use, but rather is designed specifically for Ruby projects. Thus it is quite a bit easier to use, as setting up a project is simply a matter of editing a single straight-forward YAML configuration file.</p> <p>Have a look at an example Reapfile.</p> <iframe src="Reapfile">Sorry, there are no iframes in your web world.</iframe> </td> </tr> </table> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reap-0.6.1 | pub/www/index.html |