Show
Ignore:
Timestamp:
09/05/08 11:49:25 (4 months ago)
Author:
deveiant
Message:
  • Updated build system and license
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/rakefile-work/project.yml

    r94 r95  
    11---  
    2 project_description: A Ruby implementation of the WordNet lexical dictionary 
     2rubyforge_project: wordnet 
     3project_requirements:  
     4  bdb: ">= 0.6.5" 
     5project_description: |- 
     6  A Ruby implementation of the WordNet lexical dictionary an online lexical reference system whose 
     7  design is inspired by current psycholinguistic theories of human lexical memory. 
     8rubyforge_group: deveiate 
    39author_name: Michael Granger 
    410project_homepage: http://deveiate.org/projects/Ruby-WordNet 
     11project_dependencies: {} 
     12 
     13project_summary: a Ruby interface to the WordNet Lexical Database 
    514project_name: WordNet 
     15version_file: wordnet.rb 
     16additional_pkgfiles:  
     17- convertdb.rb 
     18- utils.rb 
     19- examples/*.rb 
     20dev_dependencies: {} 
     21 
    622author_email: ged@FaerieMUD.org 
    7  
    8 project_dependencies: 
    9  
    10 project_requirements: 
    11   bdb: >= 0.6.5 
    12