rexle 1.4.11 → 1.4.12
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 +4 -4
- checksums.yaml.gz.sig +4 -3
- data.tar.gz.sig +0 -0
- data/lib/rexle.rb +2 -2
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee5025a1b7024bbabc6dcc59e61684a51591e74a
|
|
4
|
+
data.tar.gz: 0ebca98f0dde0b6e0beabdfb2e4e0420df6733b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ff4dcf7c5def8ade8af5ac86f43465822462f91f5ee359b151333b57f25c31ebae3e0e2169699dfb6f7e54b7b43338e430f7c7e065fccdece7a93b76c1e7161
|
|
7
|
+
data.tar.gz: 458660e545b6368026669851b1092afda165be85225c197d28fa83c0adb583b60b00f6bc1d5224f951dbcd6648c38faf023e7a58df040c2ce4131efc621a0732
|
checksums.yaml.gz.sig
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
(�N����8*�tO�.�/$���?�C��
|
|
2
|
+
w�CN�h;Rv���S^%���<�|B�/3d��`�?x25g�hP��f=��~-��y�N���:��I����$�eDT,�k�4z�T��^��7�
|
|
3
|
+
���;�@Zl_���B���~� ��s(�
|
|
4
|
+
�l:CC�8����$T��a���JW,&|<[������oP�/�(㫉oY��ϙ�0W���7�����η;~
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/lib/rexle.rb
CHANGED
|
@@ -210,7 +210,7 @@ class Rexle
|
|
|
210
210
|
RexleParser: ->(x){ parse_rexle(x)}
|
|
211
211
|
}
|
|
212
212
|
|
|
213
|
-
doc_node = ['doc',Attributes.new]
|
|
213
|
+
doc_node = ['doc', Attributes.new]
|
|
214
214
|
|
|
215
215
|
@a = procs[x.class.to_s.to_sym].call(x)
|
|
216
216
|
|
|
@@ -936,7 +936,7 @@ class Rexle
|
|
|
936
936
|
def deep_clone() Rexle.new(self.xml).root end
|
|
937
937
|
|
|
938
938
|
def clone()
|
|
939
|
-
Element.new(@name, attributes: @attributes
|
|
939
|
+
Element.new(@name, attributes: Marshal.load( Marshal.dump(@attributes)))
|
|
940
940
|
end
|
|
941
941
|
|
|
942
942
|
def delete(obj=nil)
|
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|