dtk_crd_parser 0.0.154 → 0.0.155

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: 4d4da1c1921a7b69492e34f830c3eb9282ea5e9dec44f2afdad65ad4529db5e1
4
- data.tar.gz: 4348314d8ea30b4fe78c72027198bfdfc6497f4de7597212c20501146a53a0b9
3
+ metadata.gz: aff9402bfe8223f3a551e79137e097e2248040603cd2c22d57a59768deac63b7
4
+ data.tar.gz: 10b0282003ae2af0b69af3e902fbbe23b5ca9dbd8b7a120e5fb56efbc428bad2
5
5
  SHA512:
6
- metadata.gz: 7b4093dcd9a2fe3667b329340b93bec4ac713414a2e608ea3b0760f7ae85e0ba1d9d6439c554ac9cc40abef06b9dc72bfa39a745b003701a04f6b3fc19681624
7
- data.tar.gz: fe2c2a1221f489819e49bfa24326dc1f448b2c8a096fecc5cc7ad213d6d3aaccfe800e6e11959b3dc0655188bf095175847812ca5d8df8c462c51fc344dbad9b
6
+ metadata.gz: 364dd70b869f42ada7d4cab6fd8922f4798c25d2b522f9cd53222ee443c68d6c743357ad5b8582bee9da456c11c6e93d568fee5f3c6a274e7999ccc85d542d9f
7
+ data.tar.gz: 7fff179807c6d8dbc6b21559250abf9f5322a54fe01ab2db446be922edd24632b6fd0197e52033e5d3217000697a62f5ead072cc1764bac782794d1baff096ba
@@ -28,11 +28,12 @@ module DTK::CrdParser
28
28
  resourceVersion = componentMetadata[:resourceVersion]
29
29
 
30
30
  componentDefSpec = componentDef[:spec] || {}
31
- if destructured_component[:action] && componentDefSpec[:actions]
32
- componentDefAction = componentDefSpec[:actions].to_h[destructured_component[:action].to_sym]
33
- else
31
+ # if destructured_component[:action] && componentDefSpec[:actions]
32
+ # componentDefAction = componentDefSpec[:actions].to_h[destructured_component[:action].to_sym]
33
+ # componentDefAction = Hash.new
34
+ # else
34
35
  componentDefAction = componentDefSpec[:actions]
35
- end
36
+ # end
36
37
  componentDefAttributes = []
37
38
  (componentDefSpec[:attributes] || []).each do |attribute|
38
39
  componentDefAttributes.push AttributeTypeInfo.resolveAttr(attribute)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dtk_crd_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.154
4
+ version: 0.0.155
5
5
  platform: ruby
6
6
  authors:
7
7
  - DTK