lutaml-uml 0.1.0

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.
Files changed (47) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +11 -0
  3. data/.rspec +3 -0
  4. data/.travis.yml +6 -0
  5. data/CODE_OF_CONDUCT.md +74 -0
  6. data/Gemfile +7 -0
  7. data/README.md +40 -0
  8. data/Rakefile +6 -0
  9. data/bin/console +14 -0
  10. data/bin/setup +8 -0
  11. data/exe/lutaml-uml +20 -0
  12. data/lib/lutaml/uml.rb +8 -0
  13. data/lib/lutaml/uml/abstraction.rb +9 -0
  14. data/lib/lutaml/uml/activity.rb +9 -0
  15. data/lib/lutaml/uml/actor.rb +17 -0
  16. data/lib/lutaml/uml/association.rb +15 -0
  17. data/lib/lutaml/uml/behavior.rb +9 -0
  18. data/lib/lutaml/uml/class.rb +17 -0
  19. data/lib/lutaml/uml/classifier.rb +8 -0
  20. data/lib/lutaml/uml/connector.rb +17 -0
  21. data/lib/lutaml/uml/constraint.rb +11 -0
  22. data/lib/lutaml/uml/constructor_end.rb +13 -0
  23. data/lib/lutaml/uml/data_type.rb +6 -0
  24. data/lib/lutaml/uml/dependency.rb +18 -0
  25. data/lib/lutaml/uml/event.rb +10 -0
  26. data/lib/lutaml/uml/final_state.rb +9 -0
  27. data/lib/lutaml/uml/instance.rb +12 -0
  28. data/lib/lutaml/uml/model.rb +10 -0
  29. data/lib/lutaml/uml/opaque_behavior.rb +10 -0
  30. data/lib/lutaml/uml/package.rb +16 -0
  31. data/lib/lutaml/uml/port.rb +6 -0
  32. data/lib/lutaml/uml/primitive_type.rb +6 -0
  33. data/lib/lutaml/uml/property.rb +17 -0
  34. data/lib/lutaml/uml/pseudostate.rb +10 -0
  35. data/lib/lutaml/uml/realization.rb +9 -0
  36. data/lib/lutaml/uml/region.rb +11 -0
  37. data/lib/lutaml/uml/state.rb +10 -0
  38. data/lib/lutaml/uml/state_machine.rb +10 -0
  39. data/lib/lutaml/uml/top_element.rb +37 -0
  40. data/lib/lutaml/uml/transition.rb +10 -0
  41. data/lib/lutaml/uml/trigger.rb +10 -0
  42. data/lib/lutaml/uml/version.rb +5 -0
  43. data/lib/lutaml/uml/vertex.rb +9 -0
  44. data/lutaml-uml.gemspec +33 -0
  45. data/spec/lutaml/uml_spec.rb +9 -0
  46. data/spec/spec_helper.rb +14 -0
  47. metadata +190 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: b99520ee95878d541ac76755c71cfc9ff71a3551c27ba9391a774fd92273f502
4
+ data.tar.gz: f17e20b2e03e66df0efdcc33937b37657e963e7f2d19655e30ba665020ce7b00
5
+ SHA512:
6
+ metadata.gz: c6f48df0e2c0055b3bdb0b32c7abb135c72e94509e0fdce555f18df21dfa145a54ca77afd8e762152a17a12e8c835765ef47c85a982ed4e90ba8da9ee3ca714a
7
+ data.tar.gz: d16ce0f4fd44ead1300aa28d3bfb07b86dbc5db3ca58aa5d2a45898552220118048f6f415eb212c2ad88d3c9826357d0bd74bfb9f159f3a02b992d49426a9b0f
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
@@ -0,0 +1,6 @@
1
+ ---
2
+ language: ruby
3
+ cache: bundler
4
+ rvm:
5
+ - 2.6.5
6
+ before_install: gem install bundler -v 2.1.4
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at ronald.tse@ribose.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [https://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: https://contributor-covenant.org
74
+ [version]: https://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,7 @@
1
+ source "https://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in lutaml-uml.gemspec
4
+ gemspec
5
+
6
+ gem "rake", "~> 12.0"
7
+ gem "rspec", "~> 3.0"
@@ -0,0 +1,40 @@
1
+ # Lutaml::Uml
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/lutaml/uml`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'lutaml-uml'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle install
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install lutaml-uml
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/lutaml-uml. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/lutaml-uml/blob/master/CODE_OF_CONDUCT.md).
36
+
37
+
38
+ ## Code of Conduct
39
+
40
+ Everyone interacting in the Lutaml::Uml project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/lutaml-uml/blob/master/CODE_OF_CONDUCT.md).
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "lutaml/uml"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,20 @@
1
+ #!/usr/bin/env ruby
2
+ # encoding: UTF-8
3
+
4
+ # resolve bin path, ignoring symlinks
5
+ require "pathname"
6
+ bin_file = Pathname.new(__FILE__).realpath
7
+
8
+ # add self to libpath
9
+ $:.unshift File.expand_path("../../lib", bin_file)
10
+
11
+ # Fixes https://github.com/rubygems/rubygems/issues/1420
12
+ require "rubygems/specification"
13
+
14
+ class Gem::Specification
15
+ def this; self; end
16
+ end
17
+
18
+ # start up the CLI
19
+ require "reeper"
20
+ Reeper::Cli.start(ARGV)
@@ -0,0 +1,8 @@
1
+ require "lutaml/uml/version"
2
+
3
+ module Lutaml
4
+ module Uml
5
+ class Error < StandardError; end
6
+ # Your code goes here...
7
+ end
8
+ end
@@ -0,0 +1,9 @@
1
+ ##
2
+ ## Behaviour metamodel
3
+ ##
4
+ module Lutaml::Uml
5
+
6
+ class Abstraction < Dependency
7
+ end
8
+
9
+ end
@@ -0,0 +1,9 @@
1
+ ##
2
+ ## Behaviour metamodel
3
+ ##
4
+ module Lutaml::Uml
5
+
6
+ class Activity < Behavior
7
+ end
8
+
9
+ end
@@ -0,0 +1,17 @@
1
+ ##
2
+ ## Behaviour metamodel
3
+ ##
4
+
5
+ module Lutaml::Uml
6
+
7
+ class Actor < Classifier
8
+ def initialize
9
+ @name = nil
10
+ @xmi_id = nil
11
+ @stereotype = []
12
+ @generalization = []
13
+ @namespace = nil
14
+ end
15
+ end
16
+
17
+ end
@@ -0,0 +1,15 @@
1
+ module Lutaml::Uml
2
+
3
+ class Association < TopElement
4
+ attr_accessor :owned_end, :member_end
5
+ def initialize
6
+ @name = nil
7
+ @xmi_id = nil
8
+ @xmi_uuid = nil
9
+ @owned_end = []
10
+ @member_end = []
11
+ @namespace = nil
12
+ end
13
+ end
14
+
15
+ end
@@ -0,0 +1,9 @@
1
+ ##
2
+ ## Behaviour metamodel
3
+ ##
4
+ module Lutaml::Uml
5
+
6
+ class Behavior < Class
7
+ end
8
+
9
+ end
@@ -0,0 +1,17 @@
1
+ module Lutaml::Uml
2
+
3
+ class Class < Classifier
4
+ attr_accessor :nested_classifier, :is_abstract
5
+ def initialize
6
+ @name = nil
7
+ @xmi_id = nil
8
+ @xmi_uuid = nil
9
+ @nested_classifier = []
10
+ @stereotype = []
11
+ @generalization = []
12
+ @namespace = nil
13
+ @is_abstract = false
14
+ end
15
+ end
16
+
17
+ end
@@ -0,0 +1,8 @@
1
+ module Lutaml::Uml
2
+
3
+ class Classifier < TopElement
4
+ attr_accessor :generalization
5
+ end
6
+
7
+
8
+ end
@@ -0,0 +1,17 @@
1
+ ##
2
+ ## Behaviour metamodel
3
+ ##
4
+ module Lutaml::Uml
5
+
6
+ class Connector < TopElement
7
+ attr_accessor :kind, :connector_end
8
+ def initialize
9
+ @name = nil
10
+ @xmi_id = nil
11
+ @xmi_uuid = nil
12
+ @connector_end = []
13
+ @namespace = nil
14
+ @kind = nil
15
+ end
16
+
17
+ end
@@ -0,0 +1,11 @@
1
+ ##
2
+ ## Behaviour metamodel
3
+ ##
4
+ module Lutaml::Uml
5
+
6
+ class Constraint < TopElement
7
+ attr_accessor :body
8
+ end
9
+
10
+
11
+ end
@@ -0,0 +1,13 @@
1
+ ##
2
+ ## Behaviour metamodel
3
+ ##
4
+ module Lutaml::Uml
5
+
6
+ class ConnectorEnd < TopElement
7
+ attr_accessor :role, :part_with_port, :connector
8
+ def initialize
9
+ @role = nil
10
+ end
11
+ end
12
+
13
+ end
@@ -0,0 +1,6 @@
1
+ module Lutaml::Uml
2
+
3
+ class DataType < Class
4
+ end
5
+
6
+ end
@@ -0,0 +1,18 @@
1
+ ##
2
+ ## Behaviour metamodel
3
+ ##
4
+ module Lutaml::Uml
5
+
6
+ class Dependency < TopElement
7
+ attr_accessor :client, :supplier
8
+ def initialize
9
+ @name = nil
10
+ @xmi_id = nil
11
+ @xmi_uuid = nil
12
+ @client = []
13
+ @supplier = []
14
+ @namespace = nil
15
+ end
16
+ end
17
+
18
+ end
@@ -0,0 +1,10 @@
1
+ ##
2
+ ## Behaviour metamodel
3
+ ##
4
+
5
+ module Lutaml::Uml
6
+
7
+ class Event < TopElement
8
+ end
9
+
10
+ end
@@ -0,0 +1,9 @@
1
+ ##
2
+ ## Behaviour metamodel
3
+ ##
4
+ module Lutaml::Uml
5
+
6
+ class FinalState < State
7
+ end
8
+
9
+ end
@@ -0,0 +1,12 @@
1
+ module Lutaml::Uml
2
+
3
+ class Instance < TopElement
4
+ attr_accessor :classifier, :slot
5
+ def initialize
6
+ @name = nil
7
+ @xmi_id = nil
8
+ @xmi_uuid = nil
9
+ @classifier = nil
10
+ @slot = []
11
+ end
12
+ end
@@ -0,0 +1,10 @@
1
+ module Lutaml::Uml
2
+
3
+ class Model < Package
4
+ attr_accessor :viewpoint
5
+ def initialize
6
+ @contents = []
7
+ end
8
+ end
9
+
10
+ end
@@ -0,0 +1,10 @@
1
+ ##
2
+ ## Behaviour metamodel
3
+ ##
4
+ module Lutaml::Uml
5
+
6
+ class OpaqueBehavior < Behavior
7
+ end
8
+
9
+
10
+ end
@@ -0,0 +1,16 @@
1
+ module Lutaml::Uml
2
+
3
+ class Package < TopElement
4
+ attr_accessor :imports, :contents
5
+ def initialize
6
+ @imports = []
7
+ @contents = []
8
+ @name = nil
9
+ @xmi_id = nil
10
+ @xmi_uuid = nil
11
+ @namespace = nil
12
+ @href = nil
13
+ end
14
+ end
15
+
16
+ end
@@ -0,0 +1,6 @@
1
+ module Lutaml::Uml
2
+
3
+ class Port < Property
4
+ end
5
+
6
+ end
@@ -0,0 +1,6 @@
1
+ module Lutaml::Uml
2
+
3
+ class PrimitiveType < DataType
4
+ end
5
+
6
+ end
@@ -0,0 +1,17 @@
1
+ module Lutaml::Uml
2
+
3
+ class Property < TopElement
4
+ attr_accessor :type, :aggregation, :association, :is_derived, :lowerValue, :upperValue
5
+ def initialize
6
+ @name = nil
7
+ @xmi_id = nil
8
+ @xmi_uuid = nil
9
+ @aggregation = nil
10
+ @association = nil
11
+ @namespace = nil
12
+ @is_derived = false
13
+ @visibility = 'public'
14
+ @lowerValue = '1'
15
+ @upperValue = '1'
16
+ end
17
+ end
@@ -0,0 +1,10 @@
1
+ ##
2
+ ## Behaviour metamodel
3
+ ##
4
+ module Lutaml::Uml
5
+
6
+ class Pseudostate < Vertex
7
+ end
8
+
9
+
10
+ end
@@ -0,0 +1,9 @@
1
+ ##
2
+ ## Behaviour metamodel
3
+ ##
4
+ module Lutaml::Uml
5
+
6
+ class Realization < Abstraction
7
+ end
8
+
9
+ end
@@ -0,0 +1,11 @@
1
+ ##
2
+ ## Behaviour metamodel
3
+ ##
4
+
5
+ module Lutaml::Uml
6
+
7
+ class Region < TopElement
8
+ end
9
+
10
+
11
+ end
@@ -0,0 +1,10 @@
1
+ ##
2
+ ## Behaviour metamodel
3
+ ##
4
+ module Lutaml::Uml
5
+
6
+ class State < Vertex
7
+ attr_accessor :exit, :entry, :do_activity
8
+ end
9
+
10
+ end
@@ -0,0 +1,10 @@
1
+ ##
2
+ ## Behaviour metamodel
3
+ ##
4
+
5
+ module Lutaml::Uml
6
+
7
+ class StateMachine < Behavior
8
+ end
9
+
10
+ end
@@ -0,0 +1,37 @@
1
+ module Lutaml::Uml
2
+
3
+ class TopElement
4
+ attr_accessor :name, :xmi_id, :xmi_uuid, :namespace, :stereotype, :href, :visibility
5
+
6
+ def initialize
7
+ @name = nil
8
+ @xmi_id = nil
9
+ @xmi_uuid = nil
10
+ @namespace = nil
11
+ @href = nil
12
+ @visibility = 'public'
13
+ end
14
+
15
+ def full_name
16
+ if self.name == nil
17
+ return nil
18
+ end
19
+
20
+ the_name = self.name
21
+ next_namespace = self.namespace
22
+
23
+ while next_namespace != nil
24
+ if next_namespace.name != nil
25
+ the_name = next_namespace.name + '::' + the_name
26
+ else
27
+ the_name = '::' + the_name
28
+ end
29
+ next_namespace = next_namespace.namespace
30
+ end
31
+
32
+ the_name
33
+
34
+ end
35
+ end
36
+
37
+ end
@@ -0,0 +1,10 @@
1
+ ##
2
+ ## Behaviour metamodel
3
+ ##
4
+ module Lutaml::Uml
5
+
6
+ class Transition < TopElement
7
+ attr_accessor :source, :target, :guard, :effect
8
+ end
9
+
10
+ end
@@ -0,0 +1,10 @@
1
+ ##
2
+ ## Behaviour metamodel
3
+ ##
4
+ module Lutaml::Uml
5
+
6
+ class Trigger < TopElement
7
+ attr_accessor :event
8
+ end
9
+
10
+ end
@@ -0,0 +1,5 @@
1
+ module Lutaml
2
+ module Uml
3
+ VERSION = "0.1.0"
4
+ end
5
+ end
@@ -0,0 +1,9 @@
1
+ ##
2
+ ## Behaviour metamodel
3
+ ##
4
+ module Lutaml::Uml
5
+
6
+ class Vertex < TopElement
7
+ end
8
+
9
+ end
@@ -0,0 +1,33 @@
1
+ require_relative 'lib/lutaml/uml/version'
2
+
3
+ Gem::Specification.new do |spec|
4
+ spec.name = "lutaml-uml"
5
+ spec.version = Lutaml::Uml::VERSION
6
+ spec.authors = ["Ribose Inc."]
7
+ spec.email = ["open.source@ribose.com'"]
8
+
9
+ spec.summary = "UML model module for LutaML."
10
+ spec.description = "UML model module for LutaML."
11
+ spec.homepage = "https://github.com/lutaml/lutaml-uml"
12
+ spec.license = "MIT"
13
+
14
+ spec.metadata["homepage_uri"] = spec.homepage
15
+ spec.metadata["source_code_uri"] = spec.homepage
16
+ spec.metadata["changelog_uri"] = "https://github.com/lutaml/lutaml-uml/releases"
17
+
18
+ spec.files = `git ls-files`.split("\n")
19
+ spec.test_files = `git ls-files -- {spec}/*`.split("\n")
20
+
21
+ spec.bindir = "exe"
22
+ spec.require_paths = ["lib"]
23
+ spec.executables = %w[lutaml-uml]
24
+
25
+ spec.add_runtime_dependency "thor", "~> 1.0"
26
+ spec.add_runtime_dependency "activesupport", "~> 5.0"
27
+ spec.add_development_dependency "nokogiri", "~> 1.10"
28
+
29
+ spec.add_development_dependency "bundler", "~> 2.0"
30
+ spec.add_development_dependency "pry", "~> 0.12.2"
31
+ spec.add_development_dependency "rake", "~> 10.0"
32
+ spec.add_development_dependency "rspec", "~> 3.0"
33
+ end
@@ -0,0 +1,9 @@
1
+ RSpec.describe Lutaml::Uml do
2
+ it "has a version number" do
3
+ expect(Lutaml::Uml::VERSION).not_to be nil
4
+ end
5
+
6
+ it "does something useful" do
7
+ expect(false).to eq(true)
8
+ end
9
+ end
@@ -0,0 +1,14 @@
1
+ require "bundler/setup"
2
+ require "lutaml/uml"
3
+
4
+ RSpec.configure do |config|
5
+ # Enable flags like --only-failures and --next-failure
6
+ config.example_status_persistence_file_path = ".rspec_status"
7
+
8
+ # Disable RSpec exposing methods globally on `Module` and `main`
9
+ config.disable_monkey_patching!
10
+
11
+ config.expect_with :rspec do |c|
12
+ c.syntax = :expect
13
+ end
14
+ end
metadata ADDED
@@ -0,0 +1,190 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: lutaml-uml
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Ribose Inc.
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2020-06-19 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: thor
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: activesupport
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '5.0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '5.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: nokogiri
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '1.10'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '1.10'
55
+ - !ruby/object:Gem::Dependency
56
+ name: bundler
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '2.0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '2.0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: pry
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: 0.12.2
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: 0.12.2
83
+ - !ruby/object:Gem::Dependency
84
+ name: rake
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '10.0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '10.0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: rspec
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '3.0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '3.0'
111
+ description: UML model module for LutaML.
112
+ email:
113
+ - open.source@ribose.com'
114
+ executables:
115
+ - lutaml-uml
116
+ extensions: []
117
+ extra_rdoc_files: []
118
+ files:
119
+ - ".gitignore"
120
+ - ".rspec"
121
+ - ".travis.yml"
122
+ - CODE_OF_CONDUCT.md
123
+ - Gemfile
124
+ - README.md
125
+ - Rakefile
126
+ - bin/console
127
+ - bin/setup
128
+ - exe/lutaml-uml
129
+ - lib/lutaml/uml.rb
130
+ - lib/lutaml/uml/abstraction.rb
131
+ - lib/lutaml/uml/activity.rb
132
+ - lib/lutaml/uml/actor.rb
133
+ - lib/lutaml/uml/association.rb
134
+ - lib/lutaml/uml/behavior.rb
135
+ - lib/lutaml/uml/class.rb
136
+ - lib/lutaml/uml/classifier.rb
137
+ - lib/lutaml/uml/connector.rb
138
+ - lib/lutaml/uml/constraint.rb
139
+ - lib/lutaml/uml/constructor_end.rb
140
+ - lib/lutaml/uml/data_type.rb
141
+ - lib/lutaml/uml/dependency.rb
142
+ - lib/lutaml/uml/event.rb
143
+ - lib/lutaml/uml/final_state.rb
144
+ - lib/lutaml/uml/instance.rb
145
+ - lib/lutaml/uml/model.rb
146
+ - lib/lutaml/uml/opaque_behavior.rb
147
+ - lib/lutaml/uml/package.rb
148
+ - lib/lutaml/uml/port.rb
149
+ - lib/lutaml/uml/primitive_type.rb
150
+ - lib/lutaml/uml/property.rb
151
+ - lib/lutaml/uml/pseudostate.rb
152
+ - lib/lutaml/uml/realization.rb
153
+ - lib/lutaml/uml/region.rb
154
+ - lib/lutaml/uml/state.rb
155
+ - lib/lutaml/uml/state_machine.rb
156
+ - lib/lutaml/uml/top_element.rb
157
+ - lib/lutaml/uml/transition.rb
158
+ - lib/lutaml/uml/trigger.rb
159
+ - lib/lutaml/uml/version.rb
160
+ - lib/lutaml/uml/vertex.rb
161
+ - lutaml-uml.gemspec
162
+ - spec/lutaml/uml_spec.rb
163
+ - spec/spec_helper.rb
164
+ homepage: https://github.com/lutaml/lutaml-uml
165
+ licenses:
166
+ - MIT
167
+ metadata:
168
+ homepage_uri: https://github.com/lutaml/lutaml-uml
169
+ source_code_uri: https://github.com/lutaml/lutaml-uml
170
+ changelog_uri: https://github.com/lutaml/lutaml-uml/releases
171
+ post_install_message:
172
+ rdoc_options: []
173
+ require_paths:
174
+ - lib
175
+ required_ruby_version: !ruby/object:Gem::Requirement
176
+ requirements:
177
+ - - ">="
178
+ - !ruby/object:Gem::Version
179
+ version: '0'
180
+ required_rubygems_version: !ruby/object:Gem::Requirement
181
+ requirements:
182
+ - - ">="
183
+ - !ruby/object:Gem::Version
184
+ version: '0'
185
+ requirements: []
186
+ rubygems_version: 3.0.3
187
+ signing_key:
188
+ specification_version: 4
189
+ summary: UML model module for LutaML.
190
+ test_files: []