io_shuten 0.1.0.dev6 → 0.1.0.dev7

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 (39) hide show
  1. data/doc/IO_shuten/Base.html +78 -99
  2. data/doc/IO_shuten/Buffer.html +130 -150
  3. data/doc/IO_shuten/Errors/FileAccessError.html +4 -5
  4. data/doc/IO_shuten/Errors/FileNotFoundError.html +4 -5
  5. data/doc/IO_shuten/Errors/NodeExistsError.html +4 -5
  6. data/doc/IO_shuten/Errors/NodeNameError.html +4 -5
  7. data/doc/IO_shuten/Errors/NodeNotFoundError.html +4 -5
  8. data/doc/IO_shuten/Errors/NotYetImplemented.html +4 -5
  9. data/doc/IO_shuten/Errors.html +4 -5
  10. data/doc/IO_shuten/Memory.html +127 -147
  11. data/doc/IO_shuten/Mongo.html +6 -8
  12. data/doc/IO_shuten/Redis.html +164 -263
  13. data/doc/IO_shuten/Stores/BaseContainer.html +377 -0
  14. data/doc/IO_shuten/Stores/Mongo/Collection.html +4 -5
  15. data/doc/IO_shuten/Stores/Mongo/GridFS.html +4 -5
  16. data/doc/IO_shuten/Stores/Mongo.html +4 -5
  17. data/doc/IO_shuten/Stores/Redis/Container.html +778 -0
  18. data/doc/IO_shuten/Stores/Redis/KeyValue/Collection.html +504 -0
  19. data/doc/IO_shuten/Stores/Redis/KeyValue/Single.html +438 -0
  20. data/doc/IO_shuten/Stores/Redis/KeyValue.html +176 -7
  21. data/doc/IO_shuten/Stores/Redis/PubSub.html +140 -5
  22. data/doc/IO_shuten/Stores/Redis.html +7 -6
  23. data/doc/IO_shuten/Stores.html +6 -7
  24. data/doc/IO_shuten/Zmq.html +166 -0
  25. data/doc/IO_shuten.html +6 -7
  26. data/doc/_index.html +49 -6
  27. data/doc/class_list.html +1 -1
  28. data/doc/file.README.html +10 -3
  29. data/doc/index.html +10 -3
  30. data/doc/method_list.html +160 -24
  31. data/doc/top-level-namespace.html +2 -2
  32. data/io_shuten.gemspec +6 -1
  33. data/lib/io_shuten/buffer.rb +8 -6
  34. data/lib/io_shuten/memory.rb +8 -5
  35. data/lib/io_shuten/version.rb +1 -1
  36. data/spec/lib/buffer_spec.rb +43 -0
  37. data/spec/lib/memory_spec.rb +49 -0
  38. data/spec/lib/redis_spec.rb +15 -1
  39. metadata +49 -44
@@ -98,9 +98,8 @@
98
98
 
99
99
  <h2>Overview</h2><div class="docstring">
100
100
  <div class="discussion">
101
- <p>
102
- Exception if something went wrong on file handling
103
- </p>
101
+
102
+ <p>Exception if something went wrong on file handling</p>
104
103
 
105
104
 
106
105
  </div>
@@ -121,9 +120,9 @@ Exception if something went wrong on file handling
121
120
  </div>
122
121
 
123
122
  <div id="footer">
124
- Generated on Thu Jan 26 00:45:39 2012 by
123
+ Generated on Mon Jan 30 01:52:36 2012 by
125
124
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
126
- 0.7.4 (ruby-1.8.7).
125
+ 0.7.4 (ruby-1.9.3).
127
126
  </div>
128
127
 
129
128
  </body>
@@ -98,9 +98,8 @@
98
98
 
99
99
  <h2>Overview</h2><div class="docstring">
100
100
  <div class="discussion">
101
- <p>
102
- Exception if file was not found
103
- </p>
101
+
102
+ <p>Exception if file was not found</p>
104
103
 
105
104
 
106
105
  </div>
@@ -121,9 +120,9 @@ Exception if file was not found
121
120
  </div>
122
121
 
123
122
  <div id="footer">
124
- Generated on Thu Jan 26 00:45:40 2012 by
123
+ Generated on Mon Jan 30 01:52:36 2012 by
125
124
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
126
- 0.7.4 (ruby-1.8.7).
125
+ 0.7.4 (ruby-1.9.3).
127
126
  </div>
128
127
 
129
128
  </body>
@@ -98,9 +98,8 @@
98
98
 
99
99
  <h2>Overview</h2><div class="docstring">
100
100
  <div class="discussion">
101
- <p>
102
- Exception if the node object name was found in pool
103
- </p>
101
+
102
+ <p>Exception if the node object name was found in pool</p>
104
103
 
105
104
 
106
105
  </div>
@@ -121,9 +120,9 @@ Exception if the node object name was found in pool
121
120
  </div>
122
121
 
123
122
  <div id="footer">
124
- Generated on Thu Jan 26 00:45:41 2012 by
123
+ Generated on Mon Jan 30 01:52:36 2012 by
125
124
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
126
- 0.7.4 (ruby-1.8.7).
125
+ 0.7.4 (ruby-1.9.3).
127
126
  </div>
128
127
 
129
128
  </body>
@@ -98,9 +98,8 @@
98
98
 
99
99
  <h2>Overview</h2><div class="docstring">
100
100
  <div class="discussion">
101
- <p>
102
- Exception if the node object name was of wrong type
103
- </p>
101
+
102
+ <p>Exception if the node object name was of wrong type</p>
104
103
 
105
104
 
106
105
  </div>
@@ -121,9 +120,9 @@ Exception if the node object name was of wrong type
121
120
  </div>
122
121
 
123
122
  <div id="footer">
124
- Generated on Thu Jan 26 00:45:39 2012 by
123
+ Generated on Mon Jan 30 01:52:36 2012 by
125
124
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
126
- 0.7.4 (ruby-1.8.7).
125
+ 0.7.4 (ruby-1.9.3).
127
126
  </div>
128
127
 
129
128
  </body>
@@ -98,9 +98,8 @@
98
98
 
99
99
  <h2>Overview</h2><div class="docstring">
100
100
  <div class="discussion">
101
- <p>
102
- Exception if a node object was not found
103
- </p>
101
+
102
+ <p>Exception if a node object was not found</p>
104
103
 
105
104
 
106
105
  </div>
@@ -121,9 +120,9 @@ Exception if a node object was not found
121
120
  </div>
122
121
 
123
122
  <div id="footer">
124
- Generated on Thu Jan 26 00:45:41 2012 by
123
+ Generated on Mon Jan 30 01:52:36 2012 by
125
124
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
126
- 0.7.4 (ruby-1.8.7).
125
+ 0.7.4 (ruby-1.9.3).
127
126
  </div>
128
127
 
129
128
  </body>
@@ -98,9 +98,8 @@
98
98
 
99
99
  <h2>Overview</h2><div class="docstring">
100
100
  <div class="discussion">
101
- <p>
102
- Exception for not yet implemented methods (stubs)
103
- </p>
101
+
102
+ <p>Exception for not yet implemented methods (stubs)</p>
104
103
 
105
104
 
106
105
  </div>
@@ -121,9 +120,9 @@ Exception for not yet implemented methods (stubs)
121
120
  </div>
122
121
 
123
122
  <div id="footer">
124
- Generated on Thu Jan 26 00:45:41 2012 by
123
+ Generated on Mon Jan 30 01:52:36 2012 by
125
124
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
126
- 0.7.4 (ruby-1.8.7).
125
+ 0.7.4 (ruby-1.9.3).
127
126
  </div>
128
127
 
129
128
  </body>
@@ -81,9 +81,8 @@
81
81
 
82
82
  <h2>Overview</h2><div class="docstring">
83
83
  <div class="discussion">
84
- <p>
85
- Collection of Errors/Exceptions
86
- </p>
84
+
85
+ <p>Collection of Errors/Exceptions</p>
87
86
 
88
87
 
89
88
  </div>
@@ -111,9 +110,9 @@ Collection of Errors/Exceptions
111
110
  </div>
112
111
 
113
112
  <div id="footer">
114
- Generated on Thu Jan 26 00:45:40 2012 by
113
+ Generated on Mon Jan 30 01:52:36 2012 by
115
114
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
116
- 0.7.4 (ruby-1.8.7).
115
+ 0.7.4 (ruby-1.9.3).
117
116
  </div>
118
117
 
119
118
  </body>