cachetastic 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -135,12 +135,12 @@ to implement.
135
135
  onclick="toggleCode('M000002-source');return false;">[Source]</a></p>
136
136
  <div class="method-source-code" id="M000002-source">
137
137
  <pre>
138
- <span class="ruby-comment cmt"># File lib/cachetastic.rb, line 23</span>
139
- 23: <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">needs_method</span>(<span class="ruby-identifier">meth</span>)
140
- 24: <span class="ruby-identifier">define_method</span>(<span class="ruby-identifier">meth</span>) <span class="ruby-keyword kw">do</span>
141
- 25: <span class="ruby-identifier">raise</span> <span class="ruby-constant">NoMethodError</span>.<span class="ruby-identifier">new</span>(<span class="ruby-node">&quot;The interface you are using requires you define the following method '#{meth}'&quot;</span>)
142
- 26: <span class="ruby-keyword kw">end</span>
143
- 27: <span class="ruby-keyword kw">end</span>
138
+ <span class="ruby-comment cmt"># File lib/cachetastic.rb, line 24</span>
139
+ 24: <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">needs_method</span>(<span class="ruby-identifier">meth</span>)
140
+ 25: <span class="ruby-identifier">define_method</span>(<span class="ruby-identifier">meth</span>) <span class="ruby-keyword kw">do</span>
141
+ 26: <span class="ruby-identifier">raise</span> <span class="ruby-constant">NoMethodError</span>.<span class="ruby-identifier">new</span>(<span class="ruby-node">&quot;The interface you are using requires you define the following method '#{meth}'&quot;</span>)
142
+ 27: <span class="ruby-keyword kw">end</span>
143
+ 28: <span class="ruby-keyword kw">end</span>
144
144
  </pre>
145
145
  </div>
146
146
  </div>
data/doc/created.rid CHANGED
@@ -1 +1 @@
1
- Fri, 02 Jan 2009 16:29:11 -0500
1
+ Mon, 12 Jan 2009 14:36:01 -0500
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Thu Jan 01 11:33:36 -0500 2009</td>
59
+ <td>Mon Jan 12 14:27:59 -0500 2009</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -168,6 +168,7 @@ The server takes to command line parameters: -h &lt;host&gt; -p
168
168
  pp&nbsp;&nbsp;
169
169
  drb&nbsp;&nbsp;
170
170
  configatron&nbsp;&nbsp;
171
+ mack-facets&nbsp;&nbsp;
171
172
  memcache&nbsp;&nbsp;
172
173
  </div>
173
174
  </div>
data/lib/cachetastic.rb CHANGED
@@ -7,6 +7,7 @@ require 'zlib'
7
7
  require 'pp'
8
8
  require 'drb'
9
9
  require 'configatron'
10
+ require 'mack-facets'
10
11
  begin
11
12
  require 'memcache'
12
13
  rescue Exception => e
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cachetastic
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - markbates
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-01-02 00:00:00 -05:00
12
+ date: 2009-01-12 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency