testdata_text 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/testdata.xsl +5 -2
  2. metadata +1 -1
data/lib/testdata.xsl CHANGED
@@ -2,7 +2,6 @@
2
2
  <xsl:output method="xml" indent="yes" />
3
3
 
4
4
  <xsl:template match="root">
5
- <tests>
6
5
  <summary>
7
6
  <title><xsl:value-of select="summary/title"/></title>
8
7
  <recordx_type>polyrex</recordx_type>
@@ -14,7 +13,6 @@
14
13
  <records>
15
14
  <xsl:apply-templates select="item"/>
16
15
  </records>
17
- </tests>
18
16
  </xsl:template>
19
17
 
20
18
  <xsl:template match="root/item">
@@ -55,4 +53,9 @@
55
53
  </io>
56
54
  </xsl:template>
57
55
 
56
+
57
+
58
+
59
+
60
+
58
61
  </xsl:stylesheet>
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: testdata_text
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors: []
8
8