pxgraphviz 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/pxgraphviz.rb +6 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- 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: b2cdd1476fe89a2244eedc9ea4dade19352e0053
|
4
|
+
data.tar.gz: ab7dfdfc0cd596feaba73b81c1303900aedb833c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 892322027dc6e0c6a4f7b3cc2d547b48fc4ca00133b19af340ee1986ca2a960a029eb875f858bac62f9b00e09d469742fbd9c7d6648fa6b16cfbb28c1d2aa07b
|
7
|
+
data.tar.gz: 7f5ff706f170aa1cc57b57be41f894665814883f14e3c8f55edfb9f21ae30cf648e58e1dda7f9998f5cd1015f50df7b6ef5d4f3eb20c617602e0d5063f1f696c
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/lib/pxgraphviz.rb
CHANGED
@@ -95,13 +95,18 @@ STYLE
|
|
95
95
|
<xsl:value-of select="summary/direction"/>
|
96
96
|
</xsl:attribute>
|
97
97
|
</xsl:if>
|
98
|
+
<xsl:if test="summary/layout">
|
99
|
+
<xsl:attribute name="layout">
|
100
|
+
<xsl:value-of select="summary/layout"/>
|
101
|
+
</xsl:attribute>
|
102
|
+
</xsl:if>
|
98
103
|
<xsl:apply-templates select='records'/>
|
99
104
|
</xsl:element>
|
100
105
|
</xsl:template>
|
101
106
|
|
102
107
|
<xsl:template match='records/item'>
|
103
108
|
|
104
|
-
<xsl:if test="summary/url">
|
109
|
+
<xsl:if test="summary/url and summary/url != ''">
|
105
110
|
<xsl:element name="a">
|
106
111
|
<xsl:attribute name="href">
|
107
112
|
<xsl:value-of select="summary/url"/>
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pxgraphviz
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Robertson
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
31
31
|
AJ2kmROiYBLscpVrfyHxtEJluJwbid/KyR/BybHL7uezZ2/EbCxCYanOIbNyctTp
|
32
32
|
CNgZvs+F41zO7g==
|
33
33
|
-----END CERTIFICATE-----
|
34
|
-
date: 2017-09-
|
34
|
+
date: 2017-09-11 00:00:00.000000000 Z
|
35
35
|
dependencies:
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: polyrex
|
metadata.gz.sig
CHANGED
Binary file
|