Changeset 99
- Timestamp:
- 09/05/08 12:54:06 (4 months ago)
- Location:
- branches/rakefile-work
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/rakefile-work
- Property svn:ignore
-
old new 6 6 *.tmproj 7 7 commit-msg.txt 8 release.ann 9 release.notes
-
- Property svn:ignore
-
branches/rakefile-work/Rakefile
r98 r99 1 1 #!rake 2 2 # 3 # WordNet rakefile3 # Ruby-WordNet rakefile 4 4 # 5 5 # Based on various other Rakefiles, especially one by Ben Bleything … … 41 41 PKGDIR = BASEDIR + 'pkg' 42 42 43 PROJECT_NAME = ' WordNet'43 PROJECT_NAME = 'Ruby-WordNet' 44 44 PKG_NAME = PROJECT_NAME.downcase 45 45 PKG_SUMMARY = 'a Ruby interface to the WordNet Lexical Database' … … 138 138 139 139 # Rubyforge stuff 140 RUBYFORGE_GROUP = ' deveiate'141 RUBYFORGE_PROJECT = ' wordnet'140 RUBYFORGE_GROUP = 'wordnet' 141 RUBYFORGE_PROJECT = 'deveiate' 142 142 143 143 # Gem dependencies: gemname => version -
branches/rakefile-work/project.yml
r98 r99 1 1 --- 2 rubyforge_project: deveiate2 rubyforge_project: wordnet 3 3 project_requirements: 4 4 bdb: ">= 0.6.5" … … 6 6 A Ruby implementation of the WordNet lexical dictionary an online lexical reference system whose 7 7 design is inspired by current psycholinguistic theories of human lexical memory. 8 rubyforge_group: wordnet8 rubyforge_group: deveiate 9 9 author_name: Michael Granger 10 10 project_homepage: http://deveiate.org/projects/Ruby-WordNet
