graphvizml 0.5.6 → 0.5.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cc88f0980d16f4c6ac702127b4038b4df8fe9076
4
- data.tar.gz: d73d374242d788856f689bf0016c619803391bb3
3
+ metadata.gz: 32126671e7c65cea2740afcdeb9d7202480435e2
4
+ data.tar.gz: 2120481175898598e5f29b5de6881dcd2690bd7b
5
5
  SHA512:
6
- metadata.gz: 2e476405816dd40ee6a31a0ac09f1103092e6fb75d35a8747f0e9868a9df34d56fc95d9a90f2f4807814ec143e6d8998d36f2246c56302a561da4cc57b6aa082
7
- data.tar.gz: 0d5ba3b20ed75906ac73805013403bacec88d215c3fc40c44705b494aeb698903b4562e4475d42d8a900db136ca8cf06af52766a03b040061ce48118ecdbf8b3
6
+ metadata.gz: 79a10faa54b39c0cd848ad292a8c3852580d89403545f804e6958276de04a0b0da0ee183da31a71b08aa52c6d6855bffb706f3ebaff5a6b7149f78ae4a0a2a6b
7
+ data.tar.gz: ed3024826a29be27d5e05735624ee19bebb5722f17a023df3679865bf6600eb7fd628a49915c29acb1033c0fa1e7b9cb889dc4ac251585228b89842d1ca81af4
checksums.yaml.gz.sig CHANGED
Binary file
data/lib/graphvizml.rb CHANGED
@@ -182,9 +182,10 @@ class GraphVizML
182
182
  # shape options: box, ellipse, record, diamond, circle, polygon, point
183
183
 
184
184
  style = {}
185
- style[:shape] = h[:shape] || 'box'
185
+
186
+ style[:shape] = h[:shape] unless h[:shape].empty?
186
187
  style[:URL] = h[:url] if h[:url]
187
-
188
+
188
189
  #puts "adding node id: %s label: %s" % [id, label]
189
190
 
190
191
  # the nil is replaced by the Graphviz node object
data.tar.gz.sig CHANGED
@@ -1 +1,2 @@
1
- ���� ���e��TF�����W(ɮ'yi��,��<�ډ[lBr����c
1
+ {/}BfY��
2
+ 1τ֋�>0�-gl���ʴ��� L�bL���/��W�W���~�,{&�2] �[MM:�y-�o����n9P/O&��[��-�mQ�$�A
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphvizml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6
4
+ version: 0.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
metadata.gz.sig CHANGED
Binary file