pxgraphviz 0.3.0 → 0.3.1
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +1 -1
- data/lib/pxgraphviz.rb +6 -5
- 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: 72179d92484b8c9ad2b836a2f8ac34720731be22
|
|
4
|
+
data.tar.gz: 598aea1e17db4d51e5750438279ba3609e6a269a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b9f235c3c6867acb21efa2e13471f7a3ccc913cb9111ef8cab51c447226ea49c7de66695b72eaad4569435b5029c184ef657d95ecf340a2fa243825467fd03b
|
|
7
|
+
data.tar.gz: ad52686ffc91256ba8ef41aa89bf2c7069c80a6fb335d8c9c5b958df3cd8cf838c002a2db47f9fe235f3485e6503ec8fffabd8081ec9faf8e72b11ea073ec722
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
x
|
|
1
|
+
���/-0��{}Ֆ���2N�? �B�a9��=ؕ��w���;����x?! �M<.��.^j0h!�=�(���.�x��_���~BZ3��3�Y�������~���c��FI�B<���i���+�%��8���|v����o����(@�M��D�L:�G5�����i���ݦ�t'��s��ކo��doߵ}jV�H����^��?�0
|
data/lib/pxgraphviz.rb
CHANGED
|
@@ -138,7 +138,7 @@ style =<<STYLE
|
|
|
138
138
|
fontcolor: #444444;
|
|
139
139
|
fontname: Verdana;
|
|
140
140
|
fontsize: 8;
|
|
141
|
-
#{@type == :digraph ? 'dir: forward;' : ''}
|
|
141
|
+
#{@type == :digraph ? 'dir: forward;' : 'dir: none;'}
|
|
142
142
|
weight: 1;
|
|
143
143
|
}
|
|
144
144
|
STYLE
|
|
@@ -152,11 +152,12 @@ STYLE
|
|
|
152
152
|
a[0] = 'gvml'
|
|
153
153
|
|
|
154
154
|
summary = px.summary.to_h
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
r.merge(x => summary[x]) if summary.has_key? x
|
|
155
|
+
%i(recordx_type format_mask schema).each do |x|
|
|
156
|
+
summary.delete x; summary.delete x.to_s
|
|
158
157
|
end
|
|
159
|
-
|
|
158
|
+
|
|
159
|
+
a[1] = summary
|
|
160
|
+
|
|
160
161
|
Rexle.new(a)
|
|
161
162
|
|
|
162
163
|
end
|
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.3.
|
|
4
|
+
version: 0.3.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-04 00:00:00.000000000 Z
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: polyrex
|
metadata.gz.sig
CHANGED
|
Binary file
|