public
Description: Ruby client for elock.
Homepage:
Clone URL: git://github.com/dustin/elock-ruby.git
dustin (author)
Fri Oct 09 14:18:55 -0700 2009
commit  e9ba42b3d2c25160f478981bd8c7d828e2381edd
tree    d9d29139c548aead8a5c6304942d0c5567269dc6
parent  23f1ee8ce0f5c51aac893913e172b294a0e86a97
name age message
file .gitignore Loading commit data...
file README.txt
file elock-client.gemspec
directory lib/
README.txt
Ruby Client for elock

This library provides an easy-to-use ruby client for
elock (https://github.com/dustin/elock).

== Example Usage (automatic lock management)

    require 'elock-client'
    l = ELock.new 'localhost'
    l.with_lock('some_lock') { puts "I got the lock!" }