smart_logger 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/smart_logger/rack.rb +2 -1
  2. metadata +5 -3
@@ -7,8 +7,9 @@ module SmartLogger
7
7
 
8
8
  def call(env)
9
9
  SmartLogger.start "Rack"
10
- @app.call(env)
10
+ rc = @app.call(env)
11
11
  SmartLogger.end
12
+ rc
12
13
  end
13
14
  end
14
15
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: smart_logger
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Boris Dinkevich
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-04-15 00:00:00 Z
13
+ date: 2012-05-01 00:00:00 Z
14
14
  dependencies: []
15
15
 
16
16
  description: Smart grouping of log entries
@@ -40,6 +40,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
40
40
  requirements:
41
41
  - - ">="
42
42
  - !ruby/object:Gem::Version
43
+ hash: 441103443
44
+ segments:
45
+ - 0
43
46
  version: "0"
44
47
  required_rubygems_version: !ruby/object:Gem::Requirement
45
48
  none: false
@@ -56,4 +59,3 @@ specification_version: 3
56
59
  summary: Smart tagged log
57
60
  test_files: []
58
61
 
59
- has_rdoc: