roda-component 0.1.67 → 0.1.68

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: 542fcc4e3fcd26760eb169de2eabd839e67a585d
4
- data.tar.gz: 5b646f00890f859fadbf63867002881103d9feb1
3
+ metadata.gz: 358e06f75935106f957931ee36e4b075a3e3bd4f
4
+ data.tar.gz: 2e54102052179e2ff2c64748ad18c934597cf2c3
5
5
  SHA512:
6
- metadata.gz: d096345faa7d21c2d3b6a1be235889cb14239c2fad03642a8dfb7a0ba664f57a1412f2296145a545e38d9f6ff7e49a1d80429ee12afaffa0e5cb0d58e46ba446
7
- data.tar.gz: b15b6689e6a9d33b9775ccc6ee93ba47ffd05e72e8aa18d28824f59ea7649ead6ba71d41b4f88ec229ee2b8b8ca1aa48c6e0a27875f57d174bb00b8dfc55b3fc
6
+ metadata.gz: b02b495054c6302dff0d63bf0256ecdc54b1ece47d798a2345df740d684cd0a212851be2ce2153d3325ca912d7e9413581a693be87ccacade80034f7495ea813
7
+ data.tar.gz: b4432205d6b64788612c9a1185d1e9381e1f5322ad283563ff3489b5ecc00c576256dfcb25b475a17d3e0eca6efb8f7065931f5b3bbd870cefec8bf7a26887f7
@@ -32,17 +32,17 @@ unless RUBY_ENGINE == 'opal'
32
32
  module XML
33
33
  class NodeSet
34
34
  # fix: this is really shity
35
- alias_method :original_to_html, :to_html
36
- def to_html *args
37
- original_to_html(*args).gsub('%7B', "{").gsub('%7D', "}")
38
- end
35
+ # alias_method :original_to_html, :to_html
36
+ # def to_html *args
37
+ # original_to_html(*args).gsub('%7B', "{").gsub('%7D', "}")
38
+ # end
39
39
  end
40
40
  class Node
41
41
  # fix: this is really shity
42
- alias_method :original_to_html, :to_html
43
- def to_html *args
44
- original_to_html(*args).gsub('%7B', "{").gsub('%7D', "}")
45
- end
42
+ # alias_method :original_to_html, :to_html
43
+ # def to_html *args
44
+ # original_to_html(*args).gsub('%7B', "{").gsub('%7D', "}")
45
+ # end
46
46
 
47
47
  private
48
48
 
@@ -1,5 +1,5 @@
1
1
  class Roda
2
2
  class Component
3
- VERSION = "0.1.67"
3
+ VERSION = "0.1.68"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roda-component
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.67
4
+ version: 0.1.68
5
5
  platform: ruby
6
6
  authors:
7
7
  - cj