mediawiki-gateway 0.1.5 → 0.1.6

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/Rakefile CHANGED
@@ -32,7 +32,7 @@ begin
32
32
  gemspec.summary = "Connect to the mediawiki API"
33
33
  gemspec.description = ""
34
34
  gemspec.email = "jpatokal@iki.fi"
35
- gemspec.homepage = "http://github.com/jpatokal/media_wiki_gateway"
35
+ gemspec.homepage = "http://github.com/jpatokal/mediawiki-gateway"
36
36
  gemspec.authors = ["Jani Patokallio"]
37
37
  gemspec.add_dependency 'rest-client'
38
38
  gemspec.add_development_dependency 'sham_rack'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.5
1
+ 0.1.6
@@ -86,8 +86,8 @@
86
86
  <h3 class="section-bar">Methods</h3>
87
87
 
88
88
  <div class="name-list">
89
- <a href="#M000025">abort</a>&nbsp;&nbsp;
90
- <a href="#M000024">new</a>&nbsp;&nbsp;
89
+ <a href="#M000026">abort</a>&nbsp;&nbsp;
90
+ <a href="#M000025">new</a>&nbsp;&nbsp;
91
91
  </div>
92
92
  </div>
93
93
 
@@ -157,19 +157,19 @@
157
157
  <div id="methods">
158
158
  <h3 class="section-bar">Public Class methods</h3>
159
159
 
160
- <div id="method-M000024" class="method-detail">
161
- <a name="M000024"></a>
160
+ <div id="method-M000025" class="method-detail">
161
+ <a name="M000025"></a>
162
162
 
163
163
  <div class="method-heading">
164
- <a href="#M000024" class="method-signature">
164
+ <a href="#M000025" class="method-signature">
165
165
  <span class="method-name">new</span><span class="method-args">(args, type = &quot;read&quot;)</span>
166
166
  </a>
167
167
  </div>
168
168
 
169
169
  <div class="method-description">
170
170
  <p><a class="source-toggle" href="#"
171
- onclick="toggleCode('M000024-source');return false;">[Source]</a></p>
172
- <div class="method-source-code" id="M000024-source">
171
+ onclick="toggleCode('M000025-source');return false;">[Source]</a></p>
172
+ <div class="method-source-code" id="M000025-source">
173
173
  <pre>
174
174
  <span class="ruby-comment cmt"># File lib/media_wiki/config.rb, line 10</span>
175
175
  10: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">args</span>, <span class="ruby-identifier">type</span> = <span class="ruby-value str">&quot;read&quot;</span>)
@@ -230,19 +230,19 @@
230
230
 
231
231
  <h3 class="section-bar">Public Instance methods</h3>
232
232
 
233
- <div id="method-M000025" class="method-detail">
234
- <a name="M000025"></a>
233
+ <div id="method-M000026" class="method-detail">
234
+ <a name="M000026"></a>
235
235
 
236
236
  <div class="method-heading">
237
- <a href="#M000025" class="method-signature">
237
+ <a href="#M000026" class="method-signature">
238
238
  <span class="method-name">abort</span><span class="method-args">(error)</span>
239
239
  </a>
240
240
  </div>
241
241
 
242
242
  <div class="method-description">
243
243
  <p><a class="source-toggle" href="#"
244
- onclick="toggleCode('M000025-source');return false;">[Source]</a></p>
245
- <div class="method-source-code" id="M000025-source">
244
+ onclick="toggleCode('M000026-source');return false;">[Source]</a></p>
245
+ <div class="method-source-code" id="M000026-source">
246
246
  <pre>
247
247
  <span class="ruby-comment cmt"># File lib/media_wiki/config.rb, line 62</span>
248
248
  62: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">abort</span>(<span class="ruby-identifier">error</span>)