lutaml-uml 0.2.4 → 0.2.5
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.rb +0 -1
- data/lib/lutaml/uml/version.rb +1 -1
- data/lutaml-uml.gemspec +0 -1
- metadata +1 -16
- data/lib/lutaml/uml/lutaml_path/document_wrapper.rb +0 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4dd197690f8da12b6b7ba5055db64eeb862717769f78ef7acf3477ce0a32f377
|
4
|
+
data.tar.gz: 400e3ead0e0d89f6a781a09a97967ed51d0d955015779334290829ed76d317da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb4a6abf3136b6d1b4e207bd14d889e43ce2be9f9c4f036956702c0f9430c22baebaabd7d281f57feaa923b9ab9531a43be5d7d88276cce0fc8b856a222c807a
|
7
|
+
data.tar.gz: 228355fdf7c6fcb51f5ec0958470d3e0f9ff6fc675f0a6029ecba4c22a597fdef6bdd4d9a2df76bb2d5e2141c5a4227bdd97c2269ec3e2628f9ef3eac8508b78
|
data/lib/lutaml/uml.rb
CHANGED
data/lib/lutaml/uml/version.rb
CHANGED
data/lutaml-uml.gemspec
CHANGED
@@ -26,7 +26,6 @@ Gem::Specification.new do |spec|
|
|
26
26
|
|
27
27
|
spec.add_runtime_dependency "activesupport", "~> 5.0"
|
28
28
|
spec.add_runtime_dependency "hashie", "~> 4.1.0"
|
29
|
-
spec.add_runtime_dependency "lutaml", "~> 0.3.0"
|
30
29
|
spec.add_runtime_dependency "parslet", "~> 1.7.1"
|
31
30
|
spec.add_runtime_dependency "ruby-graphviz", "~> 1.2"
|
32
31
|
spec.add_runtime_dependency "thor", "~> 1.0"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
@@ -38,20 +38,6 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 4.1.0
|
41
|
-
- !ruby/object:Gem::Dependency
|
42
|
-
name: lutaml
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
44
|
-
requirements:
|
45
|
-
- - "~>"
|
46
|
-
- !ruby/object:Gem::Version
|
47
|
-
version: 0.3.0
|
48
|
-
type: :runtime
|
49
|
-
prerelease: false
|
50
|
-
version_requirements: !ruby/object:Gem::Requirement
|
51
|
-
requirements:
|
52
|
-
- - "~>"
|
53
|
-
- !ruby/object:Gem::Version
|
54
|
-
version: 0.3.0
|
55
41
|
- !ruby/object:Gem::Dependency
|
56
42
|
name: parslet
|
57
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -244,7 +230,6 @@ files:
|
|
244
230
|
- lib/lutaml/uml/instance.rb
|
245
231
|
- lib/lutaml/uml/interface/base.rb
|
246
232
|
- lib/lutaml/uml/interface/command_line.rb
|
247
|
-
- lib/lutaml/uml/lutaml_path/document_wrapper.rb
|
248
233
|
- lib/lutaml/uml/model.rb
|
249
234
|
- lib/lutaml/uml/node/base.rb
|
250
235
|
- lib/lutaml/uml/node/class_node.rb
|
@@ -1,15 +0,0 @@
|
|
1
|
-
require "lutaml/lutaml_path/document_wrapper"
|
2
|
-
|
3
|
-
module Lutaml
|
4
|
-
module Uml
|
5
|
-
module LutamlPath
|
6
|
-
class DocumentWrapper < ::Lutaml::LutamlPath::DocumentWrapper
|
7
|
-
protected
|
8
|
-
|
9
|
-
def serialize_document(document)
|
10
|
-
serialize_to_hash(document)
|
11
|
-
end
|
12
|
-
end
|
13
|
-
end
|
14
|
-
end
|
15
|
-
end
|