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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 94bf2d647560e258a0b9595450e5a60f9aea7e20
4
- data.tar.gz: a9f1eca3a3071070e3743b973b525b6e61ca144c
3
+ metadata.gz: ee5025a1b7024bbabc6dcc59e61684a51591e74a
4
+ data.tar.gz: 0ebca98f0dde0b6e0beabdfb2e4e0420df6733b5
5
5
  SHA512:
6
- metadata.gz: 7477045dcdb02552d37c7841e6ed6a47547ee2e7345a78c7c8cb41514cab7f3ae73bf0464201d6ae53f94e958f5f976194425f9822ed502ec775f1452231861e
7
- data.tar.gz: b7104a97b004094aa5d0b049c3a84c70d4afe6468c2a03ce581949521e6ef7d087c1202dba2d6626519d3f4cbaa0df7eee37059804be652c2d9f7e7da27e3e5c
6
+ metadata.gz: 3ff4dcf7c5def8ade8af5ac86f43465822462f91f5ee359b151333b57f25c31ebae3e0e2169699dfb6f7e54b7b43338e430f7c7e065fccdece7a93b76c1e7161
7
+ data.tar.gz: 458660e545b6368026669851b1092afda165be85225c197d28fa83c0adb583b60b00f6bc1d5224f951dbcd6648c38faf023e7a58df040c2ce4131efc621a0732
@@ -1,3 +1,4 @@
1
- �MCZ�$m���U�s9U(��sp2
2
- ��a�5My]P����R�7"T4Q`�sAnn<��[58BnX��+��&����A�OD�����b��"����a Ŏ�Ռ,����P$@��� D�fo�L6o�ق�J�SD@ۀ���`��(E+�i���( Ƣ~$�u5�=�����PÑ� ���Ĩl>�Dk�]�V���
3
- Uׁ4����z��JY����O�!T�L�
1
+ (N����8*�tO�.�/$���?�C��
2
+ wCN�h;Rv���S^%���<�|B�/3d��`�?x25ghP��f=��~-��yN���:��I����$� eDT,�k4zT��^��7
3
+ ���;�@Zl_���B���~� ��s(
4
+ �l:CC�8����$T��a���JW,&|<[���� ��oP�/�(㫉oY��ϙ�0W���7�����η;~
data.tar.gz.sig CHANGED
Binary file
@@ -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.clone)
939
+ Element.new(@name, attributes: Marshal.load( Marshal.dump(@attributes)))
940
940
  end
941
941
 
942
942
  def delete(obj=nil)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rexle
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.11
4
+ version: 1.4.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
metadata.gz.sig CHANGED
Binary file