Capcode 0.9.4 → 0.9.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.
@@ -1 +1 @@
1
- Fri, 28 May 2010 00:38:59 +0200
1
+ Fri, 28 May 2010 11:19:04 +0200
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Fri Mar 05 13:50:01 +0100 2010</td>
59
+ <td>Fri May 28 11:17:27 +0200 2010</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -91,6 +91,12 @@ href="http://www.algorithmique.net/capcode">www.algorithmique.net/capcode</a>/
91
91
  <a href="../classes/Capcode.html">Capcode</a> is a web microframework
92
92
  </p>
93
93
  <h2>FEATURES/PROBLEMS:</h2>
94
+ <h3>0.9.5</h3>
95
+ <ul>
96
+ <li>Major bug correction
97
+
98
+ </li>
99
+ </ul>
94
100
  <h3>0.9.4</h3>
95
101
  <ul>
96
102
  <li>You can now create a controler without specifying the root name. If so the
@@ -111,6 +117,9 @@ corresponding to headers
111
117
  </li>
112
118
  <li>Huge bug correction in Capcode::Helpers.URL
113
119
 
120
+ </li>
121
+ <li>Use a custom version of Rack::URLmap
122
+
114
123
  </li>
115
124
  </ul>
116
125
  <h3>0.9.3</h3>
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Fri May 28 00:38:51 +0200 2010</td>
59
+ <td>Fri May 28 11:15:55 +0200 2010</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -92,7 +92,6 @@ Please read the README.rdoc file !
92
92
  capcode/configuration&nbsp;&nbsp;
93
93
  capcode/filters&nbsp;&nbsp;
94
94
  capcode/ext/rack/urlmap&nbsp;&nbsp;
95
- capcode/response&nbsp;&nbsp;
96
95
  mongrel&nbsp;&nbsp;
97
96
  </div>
98
97
  </div>
@@ -340,8 +340,6 @@ module Capcode
340
340
  end
341
341
  end
342
342
 
343
- require 'capcode/response'
344
-
345
343
  class << self
346
344
  attr :__auth__, true #:nodoc:
347
345
 
@@ -1,3 +1,3 @@
1
1
  module Capcode
2
- CAPCOD_VERION="0.9.4"
2
+ CAPCOD_VERION="0.9.5"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Capcode
3
3
  version: !ruby/object:Gem::Version
4
- hash: 51
4
+ hash: 49
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 4
10
- version: 0.9.4
9
+ - 5
10
+ version: 0.9.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Gr\xC3\xA9goire Lejeune"