gitlab_support_readiness 1.0.79 → 1.0.80
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: 8f73265c9e0c2606679e55b5f63fa47e104082b2a5de450bcd6dac1402745bd5
|
4
|
+
data.tar.gz: 846cd4b2b154ed1d246b1dbf36b29d147dff19dc4a4cf631cbaa9e0b885e3ac2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9814f4d85731d12d82fa8deebb0fb196c9fcb06d69f0119ec88211ff0625205698bc615fa78492007320168080e078f20a039162ea38554f6fdd36f050ff4108
|
7
|
+
data.tar.gz: c6e08b18a97e0144c463250a1bfad91cac220eefaebf294249961f6d48b9deeaac2544947ef18bf8c0d006306849c42b9aee662ccb42fbf9bb790975d947ad06
|
@@ -66,7 +66,7 @@ module Readiness
|
|
66
66
|
email.from = 'GitLab Support <techsupport@gitlab.com>'
|
67
67
|
email.to = address
|
68
68
|
email.subject = 'Invalid Support Super Form submission'
|
69
|
-
email.text = no_such_zendesk_user_message(
|
69
|
+
email.text = no_such_zendesk_user_message(address)
|
70
70
|
Readiness::Mailgun::Emails.send!(mailgun_client, email)
|
71
71
|
puts "No such Zendesk account tied to #{address}"
|
72
72
|
exit 0
|
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.80
|
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-12-
|
11
|
+
date: 2024-12-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|