oldskool 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,6 +41,8 @@ module Oldskool
41
41
 
42
42
  get '/do' do
43
43
  if params[:q]
44
+ params[:http_request] = request
45
+
44
46
  @result = @router.route(params)
45
47
 
46
48
  if @result
@@ -1,3 +1,3 @@
1
1
  module Oldskool
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oldskool
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - R.I.Pienaar
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-01-31 00:00:00 +00:00
18
+ date: 2012-02-02 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency