devver-rack-contrib 0.9.6 → 0.9.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -95,7 +95,7 @@ module Rack
95
95
 
96
96
  def initialize(app, options = {})
97
97
  @app = app
98
- @profiler = Profiler.new(@app, options)
98
+ @profiler = Profiler.new(@app, options.clone)
99
99
  end
100
100
 
101
101
  def call(env)
@@ -296,7 +296,7 @@ EOS
296
296
  end
297
297
 
298
298
  def response
299
- [200, {'Content-Type' => 'text/html'},
299
+ [200, {'Content-Type' => 'text/plain'},
300
300
  [<<-EOS
301
301
  Profiling is now disabled.
302
302
  Visit /__data__ to view the results.
@@ -3,7 +3,7 @@ Gem::Specification.new do |s|
3
3
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
4
4
 
5
5
  s.name = 'devver-rack-contrib'
6
- s.version = '0.9.6'
6
+ s.version = '0.9.7'
7
7
  s.date = '2010-01-10'
8
8
 
9
9
  s.description = "The Devver fork of rack-contrib"
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
  - rack-devel