gitlab_support_readiness 1.0.86 → 1.0.87

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: 849c69934c1a08ad5f0aebf4c7d76603ffa71a15335485fa2a786e31e187ac4e
4
- data.tar.gz: 6bece7519407c6e398fe2b5127ed2558f8ef0ab55690dcea1957f66b0ab67868
3
+ metadata.gz: 492b67f2747706975883623623b7894c267633e2257fca754869eece07c6b2a3
4
+ data.tar.gz: 99384acf0bc143692a27dd3bf11d011fc4628b44f0a3f0051192becb744f40d6
5
5
  SHA512:
6
- metadata.gz: 4f2bbab55afdec7bcfb39621747d96341feed2cd93650ea64af260d67c4182918a4467dbe6f0a649a96c2a8567d86db9fc545297f78a18d7fc6852533d1ca355
7
- data.tar.gz: 7736d26f017d16a35771c9bdacd412765e8404471b081a4a0c0f2e9f7b9d1b13e1eeb4cf09016c6b25a3637eaae048733197c8e39d53f3f1d2cb2c23a2c4a367
6
+ metadata.gz: e93c5270b1c4807415955f804d1830eaf84b9faa8b1ea7452f669918e621f7a95536ffc086aac9321e82d93b50ef5e9a675e4d6db99de188cc041cd5eb653cca
7
+ data.tar.gz: e6b9fbc160c9c12609ff705f5302f76f03caee381dd5fac53b8a3681e904429de655a77dcf2006b08885d8cb4af7e3cb4e245b7f8016f4d9d6b5f3005d4b3e2a
@@ -58,9 +58,9 @@ module Readiness
58
58
  end
59
59
  end
60
60
  zd_options.each do |zd_option|
61
- repo_option = repo.custom_field_options.detect { |rp_o| rp_o.name == zd_option.name }
61
+ repo_option = repo.custom_field_options.detect { |rp_o| rp_o.value == zd_option.value }
62
62
  if repo_option.nil?
63
- @diffs[:option_deletes].push({ "#{repo.title}" => zd_option })
63
+ @diffs[:option_deletes].push({ "#{repo.value}" => zd_option })
64
64
  end
65
65
  end
66
66
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab_support_readiness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.86
4
+ version: 1.0.87
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Colyer