remi-rackbox 0.7.0 → 1.0.0
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.markdown +0 -5
- data/VERSION.yml +2 -2
- metadata +2 -2
data/README.markdown
CHANGED
@@ -61,12 +61,7 @@ on how things work in [Merb][] so I can duplicate any functionality I'm missing.
|
|
61
61
|
`request` gives you a [`Rack::Response`](http://rack.rubyforge.org/doc/classes/Rack/Response.html) which has
|
62
62
|
`body`, `headers`, `status` methods ([and more](http://rack.rubyforge.org/doc/classes/Rack/Response.html))
|
63
63
|
|
64
|
-
There are still a number of TODOs!
|
65
64
|
|
66
|
-
- add sticky sessions
|
67
|
-
- add configuration option for spec/(directory name)
|
68
|
-
- default :method to :post when :params are provided, unless :method is explicitly set
|
69
|
-
- support some kindof a helpful request('/').should have\_tag syntax
|
70
65
|
|
71
66
|
[rackbox]: http://github.com/remi/rackbox
|
72
67
|
[merb]: http://merbivore.com
|
data/VERSION.yml
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: remi-rackbox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- remi
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-01-
|
12
|
+
date: 2009-01-28 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|