gitlab_support_readiness 1.0.51 → 1.0.52

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: d4f9ad1e0298c95871b0cfdc7edc2eac853bd60076df6b2ec7aabe9bcb497c00
4
- data.tar.gz: 2da63507f1209b6b04cb26a706412dea996b9687d51c408cb98ef2139ca1fbda
3
+ metadata.gz: 365347b0f12b5f012817e8b37968032bc7d900cc37ba1479ccfc5b2a142a6936
4
+ data.tar.gz: a0c6bde6add4dce6a886ccba5c0d2de104907cd2397ab4d5e1de8f1808930a9e
5
5
  SHA512:
6
- metadata.gz: 5c1ce97552cddc69435b54ceca4a352673ffbb9782aba4c53430c97beebbd04a893d0a0f60525bc79f296dc80e2046f44423aa7b458fba4e527ccb26a7d7eb19
7
- data.tar.gz: a728cb90f98aeea3f303264628efb053d794195ce27f98063ea604fb54057a0710393a1ed2f9462b6beb7022ee373322437668f264f06298fb1edfaf1be5466c
6
+ metadata.gz: 5a698d12c67068bb308477216eb9feaddf965c57f408d33926726615034837ac2cd8bdac208472e5717ccd41f84574cba62889d584f85e6cffe0d4d42c812eaf
7
+ data.tar.gz: e41fc4ebdc4c9b68e737d25aac9b4004cd8790d0b080fd644e027365af44789cae670eca8e2069adf576b44a22c4a6344ad0c010c561b2b8ec17878ffc3397a0
@@ -171,19 +171,24 @@ module Readiness
171
171
  # @since 1.0.51
172
172
  def self.body
173
173
  <<~STRING
174
- Greetings #{customer_name} !
175
-
176
- We have been notified you are in need of some assistance. The context we were provided is as follows:
177
-
174
+ <p>
175
+ Greetings #{customer_name} !
176
+ </p>
177
+ <p>
178
+ We have been notified you are in need of some assistance. The context we were provided is as follows:
179
+ </p>
178
180
  <pre>
179
- #{context}
181
+ #{context}
180
182
  </pre>
181
-
182
- Our Support team will review this request, but please feel free to reply back with any further information that may assist us in assisting you.
183
-
184
- Thank you,
185
-
186
- GitLab Support
183
+ <p>
184
+ Our Support team will review this request, but please feel free to reply back with any further information that may assist us in assisting you.
185
+ </p>
186
+ <p>
187
+ Thank you,
188
+ </p>
189
+ <p>
190
+ GitLab Support
191
+ </p>
187
192
  STRING
188
193
  end
189
194
  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.51
4
+ version: 1.0.52
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Colyer