semantic_logger 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -108,7 +108,7 @@ module SemanticLogger
108
108
  log_exception = params.nil? ? :partial : (params[:log_exception] || :partial)
109
109
  min_duration = params.nil? ? 0.0 : (params[:min_duration] || 0.0)
110
110
  payload = params.nil? ? nil : params[:payload]
111
- exception = params[:exception]
111
+ exception = params.nil? ? nil : params[:exception]
112
112
  start = Time.now
113
113
  begin
114
114
  yield
@@ -1,3 +1,3 @@
1
1
  module SemanticLogger #:nodoc
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semantic_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-06 00:00:00.000000000 Z
12
+ date: 2012-12-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sync_attr
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  segments:
110
110
  - 0
111
- hash: -2573404344883398043
111
+ hash: 3992016517887152124
112
112
  required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  none: false
114
114
  requirements: