Changeset 205

Show
Ignore:
Timestamp:
04/20/08 15:32:16 (7 months ago)
Author:
eric.dumin..@gmail.com
Message:

Now working on 0.1.4

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/REL-0.1.3/History.txt

    r200 r205  
     1== 0.1.4  2008-04- 
     2 
     3 
     4 
    15== 0.1.3  2008-04-20 
    26 
     
    610== 0.1.2  2008-04-20 
    711 
    8 * major enhancement
     12* 3 major enhancements
    913  * complete Indexer & Index rewrite 
    1014  * new DSL syntax 
     
    1418== 0.1.1  2008-04-12 
    1519 
    16 * major enhancement: 
     20* 1 major enhancement: 
    1721  * cache à la Google 
    1822 
     
    2529== 0.1.0  2008-04-08 
    2630 
    27 * minor enhancements: 
     31* 3 minor enhancements: 
    2832  * can now be installed on win32 (doesn't pass every spec though) 
    2933  * moved rails_plugins away from lib/ so that they don't get parsed by rdoc/ri 
     
    3236== 0.0.99  2008-04-06 
    3337 
    34 * minor enhancements: 
     38* 2 minor enhancements: 
    3539  * more complete specs 
    3640  * mtime is now indexed and available in queries as "date:20080406" 
  • tags/REL-0.1.3/lib/picolena/version.rb

    r203 r205  
    33    MAJOR = 0 
    44    MINOR = 1 
    5     TINY  = 3 
     5    TINY  = 4 
    66 
    77    STRING = [MAJOR, MINOR, TINY].join('.')