spamcheck 1.2.0 → 1.3.0

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: fd52ea77d27d2d29261e24bdabc1d3b983fa2cf72d08b8579c9388841cc6d274
4
- data.tar.gz: b89464bf3dc685874c94510dcd6dc3adb6cf46ba913257155d9c46fd8730cd16
3
+ metadata.gz: 7efbc978f53943a1b88f803e3083dfe697c02e651e66d942a5404b53c65e1d6d
4
+ data.tar.gz: 1f73040121588a9db3f3bdc7c95c8f2d2fdcfc7c0ec5f2ff5c7785f72d9e6a48
5
5
  SHA512:
6
- metadata.gz: 8f7f8a6a4f1f2cb850a2b37d1afa0d5101718a267ec1680a6f6c3853bc3c045ebc5ed5e11c672028c5041b4e56a3f191b5d05efe453443ffb24febd775709985
7
- data.tar.gz: 3f40efe2c3bba59534d4a4b638295b1f55c0668de4d35361fe2a33a3c64c3151f493ffbdbc64bc13e575c2ef1c6c5dfb5dd2495c9f752c0e6b821b517df42f88
6
+ metadata.gz: bbea1f84f27a9132b61ed0a5773eaa8bbf587160479b20c01662c32e441e0cffd695faa4c9cf9254ea304d8ebab6cc366f83b5155bea26d5649744b3bf7e3d3d
7
+ data.tar.gz: 2c97738f3554a7250a59ac954a03692e06f4546644b307cb0839f9dac6ad112c16e8b99446ac43113dc5b23fd1983a6af80e72cb9fe9702048ad0601123e8036
@@ -43,6 +43,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
43
43
  optional :org, :string, 2
44
44
  optional :username, :string, 3
45
45
  optional :created_at, :message, 4, "google.protobuf.Timestamp"
46
+ map :abuse_metadata, :string, :float, 5
47
+ optional :id, :int32, 6
46
48
  end
47
49
  add_message "spamcheck.User.Email" do
48
50
  optional :email, :string, 1
@@ -3,6 +3,6 @@
3
3
  # Increment the patch version when making backard compatible bug fixes
4
4
  # Increment the minor version when adding functionality (that is backward compatible)
5
5
  # Increment the major version when making incompatible changes
6
- module SpamCheck
7
- VERSION = '1.2.0'
6
+ module Spamcheck
7
+ VERSION = '1.3.0'
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spamcheck
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
- - Ethan Urie
7
+ - GitLab Security Automation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-15 00:00:00.000000000 Z
11
+ date: 2023-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc
@@ -24,9 +24,9 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.0'
27
- description: Auto-generated gRPC client for SpamCheck.
27
+ description: Auto-generated gRPC client for Spamcheck.
28
28
  email:
29
- - eurie@gitlab.com
29
+ - security-automation@gitlab.com
30
30
  executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
@@ -37,7 +37,7 @@ files:
37
37
  - "./ruby/spamcheck/spamcheck_pb.rb"
38
38
  - "./ruby/spamcheck/spamcheck_services_pb.rb"
39
39
  - "./ruby/spamcheck/version.rb"
40
- homepage: https://gitlab.com/gitlab-com/gl-security/engineering-and-research/automation-team/spam/spamcheck
40
+ homepage: https://gitlab.com/gitlab-org/gl-security/security-engineering/security-automation/spam/spamcheck
41
41
  licenses:
42
42
  - MIT
43
43
  metadata: {}
@@ -59,5 +59,5 @@ requirements: []
59
59
  rubygems_version: 3.1.6
60
60
  signing_key:
61
61
  specification_version: 4
62
- summary: Auto-generated gRPC client for SpamCheck
62
+ summary: Auto-generated gRPC client for Spamcheck
63
63
  test_files: []