Changeset 273

Show
Ignore:
Timestamp:
04/25/08 18:19:04 (7 months ago)
Author:
eric.dumin..@gmail.com
Message:

Small note

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bin/picolena

    r263 r273  
    1212end 
    1313 
    14 action= ARGV.include?("--spec-only") ? "testing" : "installing" 
     14#NOTE: Should accept either --spec or --spec-only 
     15action= ARGV.include?("--spec") ? "testing" : "installing" 
    1516 
    1617require 'rubigen/scripts/generate' 
  • trunk/website/index.html

    r272 r273  
    115115        <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> 
    116116    <p class="coda"> 
    117       <a href="eric_duminil@rubyforge.org">Eric DUMINIL</a>, 25th April 2008<br> 
     117      <a href="eric_duminil@rubyforge.org">Eric DUMINIL</a>, 26th April 2008<br> 
    118118      Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>, 
    119119      by Daniel Cadenas via <a href="http://depgraph.rubyforge.org/">DepGraph</a>