cachetastic 2.1.0 → 2.1.1
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/doc/classes/Object.html +6 -6
- data/doc/created.rid +1 -1
- data/doc/files/lib/cachetastic_rb.html +2 -1
- data/lib/cachetastic.rb +1 -0
- metadata +2 -2
data/doc/classes/Object.html
CHANGED
|
@@ -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
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
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">"The interface you are using requires you define the following method '#{meth}'"</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
|
-
|
|
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>
|
|
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 <host> -p
|
|
|
168
168
|
pp
|
|
169
169
|
drb
|
|
170
170
|
configatron
|
|
171
|
+
mack-facets
|
|
171
172
|
memcache
|
|
172
173
|
</div>
|
|
173
174
|
</div>
|
data/lib/cachetastic.rb
CHANGED
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.
|
|
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-
|
|
12
|
+
date: 2009-01-12 00:00:00 -05:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|