utopia 0.9.30 → 0.9.31

Sign up to get free protection for your applications and to get access to all the features.
@@ -338,7 +338,7 @@ module Utopia
338
338
 
339
339
  def process!(request, response)
340
340
  transaction = Transaction.new(request, response)
341
- response.body = [transaction.render_node(self)]
341
+ response.write(transaction.render_node(self))
342
342
  end
343
343
  end
344
344
 
@@ -6,7 +6,7 @@ module Utopia
6
6
  module VERSION #:nodoc:
7
7
  MAJOR = 0
8
8
  MINOR = 9
9
- TINY = 30
9
+ TINY = 31
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
- - 30
9
- version: 0.9.30
8
+ - 31
9
+ version: 0.9.31
10
10
  platform: ruby
11
11
  authors:
12
12
  - Samuel Williams