roda-component 0.1.62 → 0.1.63

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1cea7aba11b39b4e5bfdb3cf4abbaf76d3800cac
4
- data.tar.gz: 4e45af26634994e3c0d57cdf2b3ed008439fe23b
3
+ metadata.gz: d8490aaaa88513fcbb9c2bbcd69c0055fde8de7b
4
+ data.tar.gz: bcb08727c28cd5e26fa267df3135a49f46ea568d
5
5
  SHA512:
6
- metadata.gz: 15ac073392f3a82dec085a23f2c3966cd41fe7e133b7ec6afc2c0c3defa8abc9a472c77031a6ef474a84716de90c9957440e092fa93229fec2a29c41c756bde2
7
- data.tar.gz: 70f9146a087752016f402d06a28d3298954b61ead890be446dd3b5a39026c600a8d5b1a107b2ed6cdd4da176c23757627df7d87d027a4c5203fbf300c81ee1ae
6
+ metadata.gz: 7fc8f1b8f23e9a2f0f9bf5b343549ba8ad46444f630809ae79f6b7ae6f5ca7f14ce4f9d47a490001b0986f9e896fa6806d7a4d1ed20ed8a013c8146e4f7436d7
7
+ data.tar.gz: db8379237b11ec4bbe66f7410d6c0c2880d41ba56c3f7678f4b390817b548ed3e51e8753aa08ff417af6983489dfc8c4a3edc0f3e879170941aef1ae02bde30a
@@ -1,5 +1,5 @@
1
1
  class Roda
2
2
  class Component
3
- VERSION = "0.1.62"
3
+ VERSION = "0.1.63"
4
4
  end
5
5
  end
@@ -31,16 +31,16 @@ unless RUBY_ENGINE == 'opal'
31
31
  module Nokogiri
32
32
  module XML
33
33
  class NodeSet
34
- alias_method :original_to_xhtml, :to_xhtml
35
- def to_xhtml *args
36
- original_to_xhtml(*args).gsub("
", "\r")
37
- end
34
+ # alias_method :original_to_xhtml, :to_xhtml
35
+ # def to_xhtml *args
36
+ # original_to_xhtml(*args).gsub("
", "\r")
37
+ # end
38
38
  end
39
39
  class Node
40
- alias_method :original_to_xhtml, :to_xhtml
41
- def to_xhtml *args
42
- original_to_xhtml(*args).gsub("
", "\r")
43
- end
40
+ # alias_method :original_to_xhtml, :to_xhtml
41
+ # def to_xhtml *args
42
+ # original_to_xhtml(*args).gsub("
", "\r")
43
+ # end
44
44
 
45
45
  private
46
46
 
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.62
4
+ version: 0.1.63
5
5
  platform: ruby
6
6
  authors:
7
7
  - cj