xml-smart 0.3.7.1 → 0.3.7.2
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.
- data/lib/xml/smart_domelement.rb +1 -1
- data/test/EXAMPLE.tmp.xml +1 -0
- data/test/EXAMPLE.xml +1 -1
- data/test/concurrent.xml +7 -1
- data/xml-smart.gemspec +1 -1
- metadata +1 -1
data/lib/xml/smart_domelement.rb
CHANGED
data/test/EXAMPLE.tmp.xml
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">2013-08-30
|
3
|
+
<name team="0" a="3">2013-08-30 01:18:22 +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/test/concurrent.xml
CHANGED
@@ -1 +1,7 @@
|
|
1
|
-
<solutions
|
1
|
+
<solutions>
|
2
|
+
<solution matnr="9906264" name="mangler" secid="1" when="2013-08-30T01:18:17+02:00" assessment="16">
|
3
|
+
<question block="1" question="2"/>
|
4
|
+
<question block="2" question="4"/>
|
5
|
+
<question block="3" question="6"/>
|
6
|
+
</solution>
|
7
|
+
</solutions>
|
data/xml-smart.gemspec
CHANGED