xml-smart 0.3.16 → 0.3.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/xml/smart.rb +1 -0
- data/test/EXAMPLE.xml +1 -1
- data/xml-smart.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee2f9f5c987de1be57b943890b4d222a7e8ab198
|
4
|
+
data.tar.gz: 0a403023e5ec5e0aad8954027052d2cc1fd25dfb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 608a0f2c90289d7fb5d774f3b95158894db4dd37d0f95a45696895b1f082fa7babf006c0ee46356949f08471af88681f869871152ed97551f410a15149d6e3ba
|
7
|
+
data.tar.gz: e0f16532e1a55c5dc91c03814f100fce0d27d21ae3bade67acc138d86dc514c018bc622f7f66728f007908b0f1f8c8f64dedf4d0e63443e9c0adb64505a2fd10
|
data/lib/xml/smart.rb
CHANGED
data/test/EXAMPLE.xml
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
<test xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xml:lang="de">
|
2
2
|
<names>
|
3
|
-
<name team="0" a="3">2015-07-
|
3
|
+
<name team="0" a="3">2015-07-28 00:28:53 +0200</name>
|
4
4
|
<name team="1">Jürgen</name>
|
5
5
|
<name team="1">Michel</name>
|
6
6
|
<name team="1">Raphi</name>
|
data/xml-smart.gemspec
CHANGED