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.
- data/README.rdoc +4 -0
- data/doc/rdoc/classes/Capcode.html +407 -407
- data/doc/rdoc/created.rid +1 -1
- data/doc/rdoc/files/README_rdoc.html +10 -1
- data/doc/rdoc/files/lib/capcode_rb.html +1 -2
- data/lib/capcode.rb +0 -2
- data/lib/capcode/version.rb +1 -1
- metadata +3 -3
data/doc/rdoc/created.rid
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Fri, 28 May 2010
|
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
|
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
|
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
|
93
93
|
capcode/filters
|
94
94
|
capcode/ext/rack/urlmap
|
95
|
-
capcode/response
|
96
95
|
mongrel
|
97
96
|
</div>
|
98
97
|
</div>
|
data/lib/capcode.rb
CHANGED
data/lib/capcode/version.rb
CHANGED
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:
|
4
|
+
hash: 49
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 9
|
9
|
-
-
|
10
|
-
version: 0.9.
|
9
|
+
- 5
|
10
|
+
version: 0.9.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- "Gr\xC3\xA9goire Lejeune"
|