gitlab_support_readiness 1.0.34 → 1.0.35
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 016e64386762b2616bc39f56fc7e8e95345e6cf2033575d669688cbb0b9469c3
|
4
|
+
data.tar.gz: 6c4ce9f562d1bacbc772fa554307304d98727724efd57366bb341ea56cc7d0cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f53b8c1b79fa9b46c6121c7ade99c6feb7a645007a04db6c65001210ca692ecb2bbc87a9647667b1571c5bc841369a8b6194c698015917656884647804da8890
|
7
|
+
data.tar.gz: b94c03b72de4608e8cb191cd864f5129efeca3062d43d0063b78afa9b3602427afafe52e01a75011b98a1c289a5ae1b6574b40a249f77b1ff5d735f4b664cb5f
|
@@ -306,6 +306,9 @@ module Readiness
|
|
306
306
|
accounts_ids = @accounts.map { |a| a['salesforce_id'] }
|
307
307
|
differences[:not_in_sfdc] = @organizations.reject { |o| accounts_ids.include?(o['salesforce_id']) || o['not_in_sfdc'] }
|
308
308
|
puts 'done' if @verbose
|
309
|
+
differences[:creates].compact!
|
310
|
+
differences[:updates].compact!
|
311
|
+
differences[:contacts].compact!
|
309
312
|
global_report(differences) if @verbose
|
310
313
|
differences
|
311
314
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitlab_support_readiness
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.35
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Colyer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-10-
|
11
|
+
date: 2024-10-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|