This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit e9ba42b3d2c25160f478981bd8c7d828e2381edd
tree d9d29139c548aead8a5c6304942d0c5567269dc6
parent 23f1ee8ce0f5c51aac893913e172b294a0e86a97
tree d9d29139c548aead8a5c6304942d0c5567269dc6
parent 23f1ee8ce0f5c51aac893913e172b294a0e86a97
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.txt | ||
| |
elock-client.gemspec | ||
| |
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!" }








