utopia 0.9.35 → 0.9.36

Sign up to get free protection for your applications and to get access to all the features.
@@ -53,7 +53,7 @@ module Utopia
53
53
  begin
54
54
  return @app.call(env)
55
55
  rescue Exception => ex
56
- log = Logger.new(env['rack.errors'])
56
+ log = ::Logger.new(env['rack.errors'])
57
57
 
58
58
  log.error "Exception #{ex.to_s.dump}!"
59
59
 
@@ -6,7 +6,7 @@ module Utopia
6
6
  module VERSION
7
7
  MAJOR = 0
8
8
  MINOR = 9
9
- TINY = 35
9
+ TINY = 36
10
10
 
11
11
  STRING = [MAJOR, MINOR, TINY].join('.')
12
12
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 35
9
- version: 0.9.35
8
+ - 36
9
+ version: 0.9.36
10
10
  platform: ruby
11
11
  authors:
12
12
  - Samuel Williams