NAME state SYNOPSIS platform agnostic persistent state for ruby processes based on sqlite DESCRIPTION state provides an extremely simple to use state mechanism for ruby programs which require state between invocations. the storage is based on sqlite and is therefore platform agnostic. using state is no more difficult that using a hash - only that hash will persist between invocations your ruby program. see the samples and specs for details. INSTALL gem install state URIS http://codeforpeople.com/lib/ruby/ http://rubyforge.org/projects/codeforpeople/ SAMPLES @samples HISTORY 0.4.2 initial version AUTHORS ara.t.howard