gitlab_support_readiness 1.5.2 → 1.5.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4233297772f431fb498f8b403d73b6f873ce10ed6ffc9876a3a5efe33e2cc008
|
4
|
+
data.tar.gz: 62e72eacf4e6c20472ba279ef75e51ea1bd7d7d27d9d517701b0f953e1acc7d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63fec58175d9e6385e9710b85f6f8a90386e6b20635e61c8b9c99d7358bb6806099d21a37c91b7e6e3a94ed826b26ebbe109e7d716a572c507efebe6306b753a
|
7
|
+
data.tar.gz: 94d955f7cfc9622230a35cd237afd922f5242ac52927d2c79ed589a1adc2c2a84e44b5964a2f845ed8c5a8cc7ccb3bebec839a0a6c3bc8b38d703604f9e33844
|
@@ -88,15 +88,6 @@ module Readiness
|
|
88
88
|
@sfdc_account ||= ENV.fetch('SFDC_ACCOUNT')
|
89
89
|
end
|
90
90
|
|
91
|
-
##
|
92
|
-
# Sets the global variable version
|
93
|
-
#
|
94
|
-
# @author Jason Colyer
|
95
|
-
# @since 1.0.42
|
96
|
-
def self.version
|
97
|
-
@version ||= ENV.fetch('SM_VERSION')
|
98
|
-
end
|
99
|
-
|
100
91
|
##
|
101
92
|
# Returns the ticket body
|
102
93
|
#
|
@@ -115,7 +106,6 @@ module Readiness
|
|
115
106
|
A request has been filed for Other (nothing else fits the request).
|
116
107
|
</p>
|
117
108
|
<ul>
|
118
|
-
<li>GitLab Version: #{version}</li>
|
119
109
|
<li>#{Readiness::SupportSuperFormProcessor::Shared.sfdc_account_string(sfdc_account)}</li>
|
120
110
|
</ul>
|
121
111
|
<p>
|