utopia 1.6.0 → 1.6.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e5d3bad1cc6eafa3b637ec345dbf41746913f24b
4
- data.tar.gz: 96aea9ef97e0c21f93d8dbfdb8f72d1402953cb3
3
+ metadata.gz: c864c34479bd1084db35b663e66460d6b055935e
4
+ data.tar.gz: a8f1c21a3b0756017806330a915296f182e1bc36
5
5
  SHA512:
6
- metadata.gz: eeeb9104beea3a7f993463718dcb28133946a05221eb467d9817cb5a029aa9c85d9af1b98ee597de212be9d97dfea76a959f948d878d531c541ada446ca6388e
7
- data.tar.gz: ca824228d45a83c93ad27b5790325e74a79624ac1f02fec21498a7b21d1c812d0a86adbd5f09b695c2b81e9d60a1c90b11ad9aea1480cf6b818cb0ce51d634e5
6
+ metadata.gz: 7844fa2aa90bd3505b58545d24516f9152a421e79463e1146650b4a0ac41359f60fca967a5949ad66065232b42019a7c58f9faa73bf2a7eb981a8133adcd48d4
7
+ data.tar.gz: 773ef26f9dc14bb72066f6557080941f1ea2cde0071d91646a9f6d34a4ca5962bd399568dbe5247ea62210caa42599c2940e58ec864ce3511f1080818ed798ab
@@ -51,7 +51,7 @@ module Utopia
51
51
  class Markup
52
52
  def self.parse!(markup, delegate)
53
53
  # This is for compatibility with the existing API which passes in a string:
54
- markup = Buffer.new(markup) if markup.is_a? String
54
+ markup = Trenni::Buffer.new(markup) if markup.is_a? String
55
55
 
56
56
  self.new(markup, delegate).parse!
57
57
  end
@@ -19,5 +19,5 @@
19
19
  # THE SOFTWARE.
20
20
 
21
21
  module Utopia
22
- VERSION = "1.6.0"
22
+ VERSION = "1.6.1"
23
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: utopia
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams