padrino-core 0.9.6 → 0.9.7

Sign up to get free protection for your applications and to get access to all the features.
data/test/test_server.rb CHANGED
@@ -13,7 +13,7 @@ module Rack::Handler
13
13
  def stop
14
14
  end
15
15
  end
16
-
16
+
17
17
  register 'mock', 'Rack::Handler::Mock'
18
18
  Padrino::Server::Handlers << 'mock'
19
19
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 6
9
- version: 0.9.6
8
+ - 7
9
+ version: 0.9.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Padrino Team
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-03-15 00:00:00 -07:00
20
+ date: 2010-03-22 00:00:00 -07:00
21
21
  default_executable: padrino
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
@@ -181,6 +181,7 @@ files:
181
181
  - lib/padrino-core/application/mounter.rb
182
182
  - lib/padrino-core/application/rendering.rb
183
183
  - lib/padrino-core/application/routing.rb
184
+ - lib/padrino-core/application/showexceptions.rb
184
185
  - lib/padrino-core/caller.rb
185
186
  - lib/padrino-core/cli/adapter.rb
186
187
  - lib/padrino-core/cli/base.rb