gitlab_support_readiness 1.5.3 → 1.5.4
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: '08d7e325135f17e4810630cdce9b8f4c6b8e8bd04c762acdf1ab9b2f39168d00'
|
4
|
+
data.tar.gz: b19f9b266c291eb26f7044418afc66dc3d2788f94620afa428d4e745f316c995
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e0f3872f946ce2e5bbc1087213a736cb8aa3a9f983e23550c98e68f4930d16f00fdf6c4f8db30e443d7ed974098570784bee0143f830009b7fc9f0056fda4fe2
|
7
|
+
data.tar.gz: 392dbc262c9128e500573fbb26fe596e76a3410391f9f8beb0f72771f8a62915d06370ae908f78893dd11dc1993e03db04b0cfeae4711adfdfe6d3e02f84e5f0
|
@@ -176,15 +176,6 @@ module Readiness
|
|
176
176
|
@plan ||= ENV.fetch('SM_PLAN')
|
177
177
|
end
|
178
178
|
|
179
|
-
##
|
180
|
-
# Sets the global variable sfdc_account_link
|
181
|
-
#
|
182
|
-
# @author Jason Colyer
|
183
|
-
# @since 1.0.42
|
184
|
-
def self.sfdc_account_link
|
185
|
-
@sfdc_account_link ||= ENV.fetch('SFDC_ACCOUNT')
|
186
|
-
end
|
187
|
-
|
188
179
|
##
|
189
180
|
# Sets the global variable reason
|
190
181
|
#
|
@@ -151,15 +151,6 @@ module Readiness
|
|
151
151
|
@reason ||= ENV.fetch('NEW_TRIAL_REASON')
|
152
152
|
end
|
153
153
|
|
154
|
-
##
|
155
|
-
# Sets the global variable sfdc_account
|
156
|
-
#
|
157
|
-
# @author Jason Colyer
|
158
|
-
# @since 1.0.42
|
159
|
-
def self.sfdc_account
|
160
|
-
@sfdc_account ||= ENV.fetch('SFDC_ACCOUNT')
|
161
|
-
end
|
162
|
-
|
163
154
|
##
|
164
155
|
# Sets the global variable version
|
165
156
|
#
|
@@ -197,7 +188,6 @@ module Readiness
|
|
197
188
|
<li>Desired trial end date: #{end_date}</li>
|
198
189
|
<li>Trial seat count: #{current}</li>
|
199
190
|
<li>Trial plan: #{plan}</li>
|
200
|
-
<li>#{Readiness::SupportSuperFormProcessor::Shared.sfdc_account_string(sfdc_account)}</li>
|
201
191
|
<li>Reason user cannot start a trial: #{reason}</li>
|
202
192
|
<li>GitLab Version: #{version}</li>
|
203
193
|
</ul>
|
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.5.
|
4
|
+
version: 1.5.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Colyer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-09-
|
11
|
+
date: 2025-09-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|