lutaml 0.7.1 → 0.7.2

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: 2372cde172cebedf126a9b7a5fe7c5804f01665edf1c0df8e6ec37ed331123b6
4
- data.tar.gz: bdadc4307551438db682b0ada9df027649f49c2eb3e12ba1d739acb18908defa
3
+ metadata.gz: 3c8c9c9925c903683c1c064a0d4ac01881921191e1d866d4591ee5af25863a63
4
+ data.tar.gz: 3d092efcac46c0b68bd3f81630b5e4edac71d9eb1005f4e327f548a6c104e8ee
5
5
  SHA512:
6
- metadata.gz: f270391b3bfcff20e9fae105ee225e3328d8ad01ea8bfcb2d84f4e3dc708b8530430dfb181fbce69c608951a9e704f00660c661aa7e8374ab336116d6f342f30
7
- data.tar.gz: a354e11497713401b4f9e0571aaf6fd2ff415b50926d5f52e90831fde1a0f0f022d2126faedd0d1aed70a5670177c605a9aece5cbd8c0f067e86540dfcae73c0
6
+ metadata.gz: 562c97e4dd4df808ad288cb71a4b259da11ba3e3d2b011c6933f33e9a2cd84d352067b3083aa273cffd145ae4efd180a62d49554673bf1ae430d69d2d44d7567
7
+ data.tar.gz: 179cda873386b6d3723941d1de71086f96c3d62ba0e2f210c0934ba4e6499658945492a389f6c52a8a154725ba5ff2a579480eb554bf14f95935342901c01526
@@ -179,7 +179,7 @@ module Lutaml
179
179
  "onormal"
180
180
  end
181
181
  # swap labels and arrows if `dir` eq to `back`
182
- if attributes["dir"] == "back"
182
+ if attributes["dir"] == "back" && attributes["arrowtail"] != "vee"
183
183
  attributes["arrowhead"], attributes["arrowtail"] =
184
184
  [attributes["arrowtail"], attributes["arrowhead"]]
185
185
  attributes["headlabel"], attributes["taillabel"] =
@@ -1,3 +1,3 @@
1
1
  module Lutaml
2
- VERSION = "0.7.1".freeze
2
+ VERSION = "0.7.2".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lutaml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-02 00:00:00.000000000 Z
11
+ date: 2021-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lutaml-express