Changeset 273
- Timestamp:
- 04/25/08 18:19:04 (7 months ago)
- Files:
-
- trunk/bin/picolena (modified) (1 diff)
- trunk/website/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bin/picolena
r263 r273 12 12 end 13 13 14 action= ARGV.include?("--spec-only") ? "testing" : "installing" 14 #NOTE: Should accept either --spec or --spec-only 15 action= ARGV.include?("--spec") ? "testing" : "installing" 15 16 16 17 require 'rubigen/scripts/generate' trunk/website/index.html
r272 r273 115 115 <p>Comments are welcome. Send an email to <a href="mailto:eric_duminil@rubyforge.org">Eric Duminil</a> email via the <a href="http://groups.google.com/group/picolena">forum</a></p> 116 116 <p class="coda"> 117 <a href="eric_duminil@rubyforge.org">Eric DUMINIL</a>, 2 5th April 2008<br>117 <a href="eric_duminil@rubyforge.org">Eric DUMINIL</a>, 26th April 2008<br> 118 118 Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>, 119 119 by Daniel Cadenas via <a href="http://depgraph.rubyforge.org/">DepGraph</a>
