maiha-merb_inspector 0.2.5 → 0.2.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/merb_inspector/helper.rb +0 -1
  3. metadata +1 -1
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require 'merb-core'
5
5
  require 'merb-core/tasks/merb'
6
6
 
7
7
  GEM_NAME = "merb_inspector"
8
- GEM_VERSION = "0.2.5"
8
+ GEM_VERSION = "0.2.5.1"
9
9
  AUTHOR = "Maiha"
10
10
  EMAIL = "maiha@wota.jp"
11
11
  HOMEPAGE = "http://github.com/maiha/merb_inspector"
@@ -9,7 +9,6 @@ module Merb
9
9
  options[:level] ||= 1
10
10
  options[:max_level] ||= 3
11
11
 
12
- inspector_class = BasicInspector if object == self
13
12
  inspector_class = BasicInspector if options[:level] >= options[:max_level]
14
13
  inspector_class ||= Manager.lookup(object) || Merb::Inspector.default
15
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maiha-merb_inspector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maiha