lutaml-uml 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/lutaml/uml/formatter/graphviz.rb +1 -6
- data/lib/lutaml/uml/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 454f50ab7c670130123b6ce888ca7f9dbeae245a37a4c2e74e07529a47146f57
|
4
|
+
data.tar.gz: 4d7ce781403a3c71733a13d02e81f82aa81c1650330ff14b924603bebf70d83d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4697e963d15d4a170d63f8ff8f4ac9e4589ee60178883fd48de1fa152912aafce6898fd264e12ce75bfc975fadcada13ed83c00ca5865b68b0f8e3cb2427834
|
7
|
+
data.tar.gz: 33e09ace7d6f3a1f800ff0dc2e3d7977d20371166f9959e4f03f96737eb722540bec9ca2e2fa5f310bcc6a5989d3520f95441425e529325aa18a821ea00936fe
|
@@ -322,12 +322,7 @@ module Lutaml
|
|
322
322
|
end
|
323
323
|
|
324
324
|
def generate_from_dot(input)
|
325
|
-
|
326
|
-
# Ruby-Graphviz has an old bug when html labels was not displayed
|
327
|
-
# property because of `<` and `>` characters escape, add additional
|
328
|
-
# `<` and `>` symbols to workaround it
|
329
|
-
escaped_dot = input.gsub("<<", "<<<").gsub(">>", ">>>")
|
330
|
-
Lutaml::Layout::GraphVizEngine.new(input: escaped_dot).render(@type)
|
325
|
+
Lutaml::Layout::GraphVizEngine.new(input: input).render(@type)
|
331
326
|
end
|
332
327
|
|
333
328
|
def generate_graph_name(name)
|
data/lib/lutaml/uml/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lutaml-uml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-11-
|
11
|
+
date: 2020-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|