xrb 0.10.0 → 0.10.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
  SHA256:
3
- metadata.gz: 7576d5a9614c5ca657109b06f71b2091717cf0919be858527dd7d2d259162327
4
- data.tar.gz: 57ecf941224ddd1b6fc7da50efc01d6a1f09c8ed63fe03249b183e171c9bf25d
3
+ metadata.gz: 83ba083dbccd5e6f56df768104a6dc63860cc1dd0bf1aa52ce2928a881a3dd96
4
+ data.tar.gz: 2922616d417867c3fc7790fe871fec4846605fb1a8656354ac8c5ccab1470abb
5
5
  SHA512:
6
- metadata.gz: c694e8def7354e1f1c74006349faa3ccf931f056bba6d89ab564cfc998b484880ef9e87f168ecb11751156d03fb5dee216402d670fb426d40151db6a9f1a884c
7
- data.tar.gz: a040bd3bfa83f9e3583585e79cb801d71334c978b1222f06a7be258bf936ef14ac6bd918cd4c03828a77c4956e0c539846b829957bd27bb9e3b173777a2ffefc
6
+ metadata.gz: e191c69bf8043e5e195cdb798da3f23582cf391992c9a19f56dd96313c3783ded8adda3aef1151fa79b922cb9f388d3e3906af0f6781c028c8bccba3615f1645
7
+ data.tar.gz: 6c7ae41f9ac7da195976263054f112f57cb89e6cbd689006998b042ac23346b21ce6f38fc451cc0911d1b2a4134bacfa5c51051b52c2e90891a9e691a91ac12e
checksums.yaml.gz.sig CHANGED
Binary file
data/lib/xrb/tag.rb CHANGED
@@ -24,6 +24,14 @@ module XRB
24
24
  self.new(name, false, attributes)
25
25
  end
26
26
 
27
+ def append_markup(output)
28
+ self.write(output)
29
+ end
30
+
31
+ def build_markup(builder)
32
+ self.append_markup(builder.output)
33
+ end
34
+
27
35
  def [] key
28
36
  attributes[key]
29
37
  end
data/lib/xrb/version.rb CHANGED
@@ -4,5 +4,5 @@
4
4
  # Copyright, 2012-2024, by Samuel Williams.
5
5
 
6
6
  module XRB
7
- VERSION = "0.10.0"
7
+ VERSION = "0.10.1"
8
8
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xrb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file