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.
Files changed (3) hide show
  1. data/README.markdown +0 -5
  2. data/VERSION.yml +2 -2
  3. metadata +2 -2
@@ -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
@@ -1,4 +1,4 @@
1
1
  ---
2
+ :major: 1
3
+ :minor: 0
2
4
  :patch: 0
3
- :major: 0
4
- :minor: 7
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.7.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-27 00:00:00 -08:00
12
+ date: 2009-01-28 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15