dtk_crd_parser 0.0.135 → 0.0.136

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/crd_parser/component.rb +1 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e213d4981611dd5143511be1c983597b2cb4951
4
- data.tar.gz: ef7676088b429d3c42cb07afe8112121a6e45c19
3
+ metadata.gz: 23c174996ab4f8adf9ea3eeb7db496b32e340935
4
+ data.tar.gz: c68077e37a49b94c5fea04a54e59a6d507550861
5
5
  SHA512:
6
- metadata.gz: af5dc0d9b6ca48ccd80ffd09160ea187fd6245728769312f6579a62a6cab8475d1ad903a70ef1fadf09b8a42b69271a5b52eb274d25ac313818078e470026e55
7
- data.tar.gz: 0fb9bee588faf50458a615c53329ddeb4624ba13235dbe384986cac56fe29a697115060dfcc67734ed02d3906f0f6e21b18061984de4841453114482967a1c37
6
+ metadata.gz: 5365c5e303b49721142bed7499bec3ef203356802851fbb1fe4010d60a2eb578ad45cf65e153c352568692287d81e2042272bbd90aaf44196aa005460cbe550f
7
+ data.tar.gz: 7fccc9b823b288522e78c0c1b313a7f512507d901c6f427668439d1e1f05de9e003da334204b83a17845d90859d940f1e7f5c7852e90eda2dc63ae9c148ea3fc
@@ -25,6 +25,7 @@ module DTK::CrdParser
25
25
  attributes = []
26
26
  if component_attributes
27
27
  component_attributes.to_hash.each do |attribute_name, attribute_value|
28
+ Logger.new('/proc/1/fd/1').info("DEBUGGING To hash: #{component_attributes.to_hash}")
28
29
  attributes.push Attribute.create_from_kube(attribute_name, attribute_value)
29
30
  end
30
31
  end
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.135
4
+ version: 0.0.136
5
5
  platform: ruby
6
6
  authors:
7
7
  - DTK