gitlab-email_handler 0.0.0
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 +7 -0
- data/lib/gitlab-email_handler.rb +3 -0
- metadata +43 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 9959523f39476ee9ef18e9434e6b53f06cfee59ed10fc06ea3c58010fc96bfdb
|
|
4
|
+
data.tar.gz: 3bf21681b7943e5071436edb0ebe92a11cdc727703f8b3f799a104270c0d0a69
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 17f60936562182791d348d2e764c0a62d73d5feed7b6ec7a839f363126b34545c8c3942d1bb77ff1a8ef11dbd3852c36e453970232f5ff0193d0f5c8fa2c185a
|
|
7
|
+
data.tar.gz: a6d1434a975d8242b6b87536ecf5b5208a6ed0d054b85ed13b8cb5b9a7bde95e7e00cb6d63b017e1b95062ce3aa0a262f7e888c9ac7921e416fd930f1ebc9eda
|
metadata
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: gitlab-email_handler
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- group::service desk
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies: []
|
|
12
|
+
description: Parses incoming email keys to identify the target handler and the resource
|
|
13
|
+
(project, namespace, or route) that owns the email.
|
|
14
|
+
email:
|
|
15
|
+
- engineering@gitlab.com
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- lib/gitlab-email_handler.rb
|
|
21
|
+
homepage: https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-email_handler
|
|
22
|
+
licenses:
|
|
23
|
+
- MIT
|
|
24
|
+
metadata:
|
|
25
|
+
rubygems_mfa_required: 'true'
|
|
26
|
+
rdoc_options: []
|
|
27
|
+
require_paths:
|
|
28
|
+
- lib
|
|
29
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '3.2'
|
|
34
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
35
|
+
requirements:
|
|
36
|
+
- - ">="
|
|
37
|
+
- !ruby/object:Gem::Version
|
|
38
|
+
version: '0'
|
|
39
|
+
requirements: []
|
|
40
|
+
rubygems_version: 3.6.7
|
|
41
|
+
specification_version: 4
|
|
42
|
+
summary: Incoming email identification for GitLab
|
|
43
|
+
test_files: []
|