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.
Files changed (3) hide show
  1. data/README.rdoc +6 -0
  2. data/lib/lightcloud.rb +1 -1
  3. 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
@@ -35,7 +35,7 @@ require File.join(File.dirname(__FILE__), 'tyrant_client')
35
35
  # print LightCloud.get("hello") # => nil
36
36
  #
37
37
  class LightCloud
38
- VERSION = '0.1'
38
+ VERSION = '0.5'
39
39
  DEFAULT_SYSTEM = 'default'
40
40
 
41
41
  @@systems = {}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mitchellh-lightcloud
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.1"
4
+ version: "0.5"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitchell Hashimoto