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: 4233297772f431fb498f8b403d73b6f873ce10ed6ffc9876a3a5efe33e2cc008
4
- data.tar.gz: 62e72eacf4e6c20472ba279ef75e51ea1bd7d7d27d9d517701b0f953e1acc7d4
3
+ metadata.gz: '08d7e325135f17e4810630cdce9b8f4c6b8e8bd04c762acdf1ab9b2f39168d00'
4
+ data.tar.gz: b19f9b266c291eb26f7044418afc66dc3d2788f94620afa428d4e745f316c995
5
5
  SHA512:
6
- metadata.gz: 63fec58175d9e6385e9710b85f6f8a90386e6b20635e61c8b9c99d7358bb6806099d21a37c91b7e6e3a94ed826b26ebbe109e7d716a572c507efebe6306b753a
7
- data.tar.gz: 94d955f7cfc9622230a35cd237afd922f5242ac52927d2c79ed589a1adc2c2a84e44b5964a2f845ed8c5a8cc7ccb3bebec839a0a6c3bc8b38d703604f9e33844
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.3
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-09 00:00:00.000000000 Z
11
+ date: 2025-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport