utopia 0.9.48 → 0.9.49

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.
data/lib/utopia/trenni.rb CHANGED
@@ -85,6 +85,7 @@ module Utopia
85
85
  end
86
86
 
87
87
  if scan(/\}/)
88
+ code << matched if level > 1
88
89
  level -= 1
89
90
  end
90
91
  end
@@ -6,7 +6,7 @@ module Utopia
6
6
  module VERSION
7
7
  MAJOR = 0
8
8
  MINOR = 9
9
- TINY = 48
9
+ TINY = 49
10
10
 
11
11
  STRING = [MAJOR, MINOR, TINY].join('.')
12
12
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: utopia
3
3
  version: !ruby/object:Gem::Version
4
- hash: 91
4
+ hash: 89
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 48
10
- version: 0.9.48
9
+ - 49
10
+ version: 0.9.49
11
11
  platform: ruby
12
12
  authors:
13
13
  - Samuel Williams