graphvizml 0.6.2 → 0.6.3

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
  SHA256:
3
- metadata.gz: 57e4bd5177b9a6a52b44ac67dce1e976552bf7f3c0d155fcb4370aa867a2db3f
4
- data.tar.gz: db88a92bb05f7dd7b70fe4ec71ac3554b8ce03d8416a25237c6ac778dff63d7c
3
+ metadata.gz: 68960c6facef21cc3467b32f8089e6c3a3202cfc98b818d176e955ef08cc4ec4
4
+ data.tar.gz: 466ed1b061681333f0b8000637c5a69aca59e67d90c30a2bd00c4b9a087ceb99
5
5
  SHA512:
6
- metadata.gz: 56018ce66a16026318eb72d0286fb67045488625175255e1e872dff7747eb0558a6e72571c5b7fb362f094b74fadf771267213ffcadb5f01af0c6bbf3ee6a2f9
7
- data.tar.gz: ad2cfda911d1585ca6d18625d4fdafbb09c867b00e1c09f1950ac1e727dae9858e43a1000778a5d63fc615ea29acde81963693f09d6e54d2729e9f8270ce3598
6
+ metadata.gz: 8e1c3402e21cde24951767273cb4edf3e02cb1ed1861fea5cb41e29c6bdf4429399c1afe02b9b53c3adca7a0839d11bb9b43adf2297012843596caab1562d74c
7
+ data.tar.gz: a3b10bc32eee08b209533cfc76ecb342965f0b56917f6a25b2de1a551c0439d5a4ad12c6ef09df75aadeebbb61125b6d17ce14d65c1c4fd9f8bc100c219fc970
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
@@ -1,3 +1,2 @@
1
- �n>&=�݃
2
- 2q�Ï�S��� @t ���65��!:�iz" \1鼤�+����q��O�3`���h�������!G3I��'�h~������j2Zf�(��\�A7�s3##q�|-hn���0�/?+��A�&�
3
- ��Ŧ" �'��l�ˋE�h�+�s�7|ũ�K�b��W >i �N4Ɣ|W3b�V&*�Q #t}�:i�>�Ȯ� B��4�W
1
+ (�\� ����DK���b'��j�G�Nd�L�Z�a��R���L�qvO�VZl^�pp��7P%J�G>$� ����~��"��C00A����"gE86j9�&�m�;O���mD$ʿ��u�i�|�<=�AhU)%�
2
+ y)x����gm�׿��\���
data/lib/graphvizml.rb CHANGED
@@ -96,7 +96,8 @@ class GraphVizML
96
96
  f = Tempfile.new('graphvizml')
97
97
  Graphviz::output(@g, format: 'svg', path: f.path)
98
98
  s = File.read f.path
99
- s.sub!('xmlns:xlink="http://www.w3.org/1999/xlink"','')
99
+ #s.sub!('xmlns:xlink="http://www.w3.org/1999/xlink"','')
100
+ #s.sub!('xlink:','') # not yet implemented because of a local namespace issue
100
101
  s.lines.insert(8, css_code()).join
101
102
  end
102
103
 
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.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
metadata.gz.sig CHANGED
Binary file