xmimodel 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.
metadata ADDED
@@ -0,0 +1,66 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: xmimodel
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Marcus Siqueira
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-02-03 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: A helper gem for working with XMI files
15
+ email: marvinsiq@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/xmimodel.rb
21
+ - lib/xmimodel/final_state.rb
22
+ - lib/xmimodel/operation.rb
23
+ - lib/xmimodel/namespace.rb
24
+ - lib/xmimodel/package.rb
25
+ - lib/xmimodel/attribute.rb
26
+ - lib/xmimodel/signal_event.rb
27
+ - lib/xmimodel/generalization.rb
28
+ - lib/xmimodel/use_case.rb
29
+ - lib/xmimodel/activity_graph.rb
30
+ - lib/xmimodel/transition.rb
31
+ - lib/xmimodel/stereotype.rb
32
+ - lib/xmimodel/data_type.rb
33
+ - lib/xmimodel/parameter.rb
34
+ - lib/xmimodel/xmihelper.rb
35
+ - lib/xmimodel/association.rb
36
+ - lib/xmimodel/action_state.rb
37
+ - lib/xmimodel/pseudo_state.rb
38
+ - lib/xmimodel/tagged_value.rb
39
+ - lib/xmimodel/clazz.rb
40
+ - lib/xmimodel/state.rb
41
+ homepage: https://github.com/marvinsiq/xmimodel
42
+ licenses: []
43
+ post_install_message:
44
+ rdoc_options: []
45
+ require_paths:
46
+ - lib
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ none: false
49
+ requirements:
50
+ - - ! '>='
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ none: false
55
+ requirements:
56
+ - - ! '>='
57
+ - !ruby/object:Gem::Version
58
+ version: '0'
59
+ requirements: []
60
+ rubyforge_project:
61
+ rubygems_version: 1.8.24
62
+ signing_key:
63
+ specification_version: 3
64
+ summary: Xmi Model!
65
+ test_files: []
66
+ has_rdoc: