utopia 0.9.30 → 0.9.31

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.
@@ -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