Changeset 95 for branches/rakefile-work/project.yml
- Timestamp:
- 09/05/08 11:49:25 (4 months ago)
- Files:
-
- 1 modified
-
branches/rakefile-work/project.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/rakefile-work/project.yml
r94 r95 1 1 --- 2 project_description: A Ruby implementation of the WordNet lexical dictionary 2 rubyforge_project: wordnet 3 project_requirements: 4 bdb: ">= 0.6.5" 5 project_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. 8 rubyforge_group: deveiate 3 9 author_name: Michael Granger 4 10 project_homepage: http://deveiate.org/projects/Ruby-WordNet 11 project_dependencies: {} 12 13 project_summary: a Ruby interface to the WordNet Lexical Database 5 14 project_name: WordNet 15 version_file: wordnet.rb 16 additional_pkgfiles: 17 - convertdb.rb 18 - utils.rb 19 - examples/*.rb 20 dev_dependencies: {} 21 6 22 author_email: ged@FaerieMUD.org 7 8 project_dependencies:9 10 project_requirements:11 bdb: >= 0.6.512
