mitchellh-lightcloud 0.1 → 0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +6 -0
- data/lib/lightcloud.rb +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
|
@@ -32,3 +32,9 @@ http://opensource.plurk.com/LightCloud/
|
|
|
32
32
|
== Installation
|
|
33
33
|
|
|
34
34
|
sudo gem install mitchellh-lightcloud
|
|
35
|
+
|
|
36
|
+
== Known Issues / To-Do
|
|
37
|
+
|
|
38
|
+
The python library actually caches the get/set values in a thread-local
|
|
39
|
+
hash table. This library doesn't do this yet but I'm working on adding
|
|
40
|
+
this in now.
|
data/lib/lightcloud.rb
CHANGED