dtk_crd_parser 0.0.32 → 0.0.33

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/action.rb +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 33ac8fea9f55bc708016ff38659ce404d387e7f87da921a45eed82b49f6ea940
4
- data.tar.gz: b38d4c1ec9721ff06afd5ad927887367aa275ddc6ea85be4cad099ac38280b94
3
+ metadata.gz: 8be64e498ce21c638a5a33a4c7852de74fef903cae5e0c5f823e50e6d9c96fac
4
+ data.tar.gz: 5d56972f3aec26bb1fe5b830a003022c60354251024bf6e67207a3cd59b500f8
5
5
  SHA512:
6
- metadata.gz: 2b90c9880f97264aee97b9f8128ebe6220dd8921f021f34952f45bd4feb415f6a1aa5274d189ad906c626533cdc8b7e9c9f50388928c1f1799fe90ab089b865c
7
- data.tar.gz: 5ce5c6993501a0e497a0d21d1717e39f44f8b050e323d086285c6c35778a7c8d4d9e470c09d5f156372803c03cd04ff3660482e114eee8ae7daaeee1064daf7b
6
+ metadata.gz: eccb702e62f5b3c80f2e3110749c329e61ef259fa4160b7d46619b83d7f91a0ce5128b7027bcd0b6c294e24de5a62b1192907459a69d4d4721aa87e03a453de8
7
+ data.tar.gz: 2adf62fcfdb90c2a7c6d6f5fc70b7b5137cfe1c60fd1ae6b0350f017784d5ce820d53c15c9527ae77af232a3f3380b979e2e8ba327d9cb91cab7d341e17adcf2
@@ -23,7 +23,7 @@ module DTK::CrdParser
23
23
  protected
24
24
 
25
25
  @action = nil
26
- def find_action(id, actionObject)
26
+ def self.find_action(id, actionObject)
27
27
  return @action if @actionExists
28
28
  iterator = 0
29
29
  while (!@actionExists && iterator < actionObject[:subtasks].length)
@@ -34,7 +34,7 @@ module DTK::CrdParser
34
34
  @actionExists = true
35
35
  return @action
36
36
  elsif @action[:subtasks]
37
- return find_action(id, @action)
37
+ return self.find_action(id, @action)
38
38
  end
39
39
  iterator+=1
40
40
  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.32
4
+ version: 0.0.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - DTK