rack-insight 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -69,7 +69,7 @@ module Rack::Insight
69
69
  message_src = ::ERB.new(file, nil, "-").src
70
70
  else
71
71
  message_src = "Rack::Insight: Unable to find expected view template #{primary_file_path} or a #{filename}.html.erb template in rack-insight's :panel_load_paths. Configured panel load paths are: #{Rack::Insight::Config.config[:panel_load_paths].inspect}"
72
- logger.debug(message_src)
72
+ warn message_src
73
73
  message_src = ('<p>' + message_src + '</p>').html_safe
74
74
  end
75
75
  message_src
@@ -1,7 +1,7 @@
1
1
  module Rack
2
2
  module Insight
3
3
 
4
- VERSION = '0.5.1'
4
+ VERSION = '0.5.2'
5
5
 
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-insight
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: