utopia 0.9.49 → 0.9.50

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
@@ -35,7 +35,7 @@ module Utopia
35
35
  end
36
36
 
37
37
  class Scanner < StringScanner
38
- TEXT = /([^<#]|<(?!\?r)|#[^\{]){1,1024}/m
38
+ TEXT = /([^<#]|<(?!\?r)|#(?!\{)){1,1024}/m
39
39
 
40
40
  def initialize(callback, string)
41
41
  @callback = callback
@@ -6,7 +6,7 @@ module Utopia
6
6
  module VERSION
7
7
  MAJOR = 0
8
8
  MINOR = 9
9
- TINY = 49
9
+ TINY = 50
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: 89
4
+ hash: 95
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 49
10
- version: 0.9.49
9
+ - 50
10
+ version: 0.9.50
11
11
  platform: ruby
12
12
  authors:
13
13
  - Samuel Williams
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-04-04 00:00:00 +12:00
18
+ date: 2011-05-06 00:00:00 +12:00
19
19
  default_executable: utopia
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency