./textproc/ruby-random-word, Random word generator for test data factories

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.1.1, Package name: ruby32-random-word-2.1.1, Maintainer: pkgsrc-users

A random word generator intended for use in test data factories. This
library uses a large list (the wordnet corpus) of english words and
provides an enumerator interface to that corpus that will return the
words in a random order without repeats.


Master sites:

Filesize: 576 KB

Version history: (Expand)


CVS history: (Expand)


   2024-06-02 17:36:59 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Remove extra @pkgdir from PLIST

This problem is fixed by revision 1.54 of lang/ruby/gem.mk.
   2024-05-18 03:40:13 by Amitai Schleier | Files touched by this commit (4)
Log message:
Add ruby-random-word: Random word generator for test data factories

A random word generator intended for use in test data factories. This
library uses a large list (the wordnet corpus) of english words and
provides an enumerator interface to that corpus that will return the
words in a random order without repeats.