Changeset 86 for trunk/lib/wordnet.rb

Show
Ignore:
Timestamp:
07/08/08 07:25:54 (5 months ago)
Author:
deveiant
Message:

Checkpoint commit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/wordnet.rb

    r79 r86  
    7777    SvnId = %q$Id$ 
    7878 
     79    # Release version 
     80    VERSION = '1.0.0' 
     81 
     82    require 'wordnet/constants' 
     83    require 'wordnet/lexicon' 
     84    require 'wordnet/synset' 
     85 
    7986end # module WordNet 
    8087 
    81 require 'wordnet/constants' 
    82 require 'wordnet/lexicon' 
    83 require 'wordnet/synset' 
    84