spamcheck 1.0.0 → 1.1.2

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: c557ef095a10a09639cb944a65d012c961e1b12a84f3491eac4935ecb9e80990
4
- data.tar.gz: c021481c2d5da226ccde1f8d30e19290d319339cd8760c8da804c20f24270e62
3
+ metadata.gz: 77bf327985de2075b14b4fb0487a816770c2a192db2ecf467ef685d24bb2ff9f
4
+ data.tar.gz: 70cb4db2dbc41e78725f6d04de0006295da11f2bb548b019908255c3206aa75f
5
5
  SHA512:
6
- metadata.gz: 8a18fbd48cd1a7643eedf1378c34459e8d1de2e65deb3155d1e769e69f8d2be25f5c06991bb9526b76c9a36f53af59ce0897d00f5e3f39f44e3882d613eb1e9d
7
- data.tar.gz: 679f4882ce0e5087075815eb185d58ce88e9e244e9c4917d653490940b19bbe6146222f3a2cd1c9d7fb9cb67d99425d19293bba6198824fdedbc8b90779bb6fc
6
+ metadata.gz: 71987b8967bd0707ce7e69ea892178b2f7aff1a00706237c6f393b49b6fecefb7b6fcdac99abf32a1829f064c2c632babfd435123441ea4a0aa1352f30689902
7
+ data.tar.gz: 96a5cc0c30e8f8429dbd7572fe75fc974d3de85ab781ceca244ece2d86961fb341e12817a13caab3982e8156e470f3c5014fffdff4d0fc80c4106e38500ee6d9
@@ -49,6 +49,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
49
49
  optional :verdict, :enum, 1, "spamcheck.SpamVerdict.Verdict"
50
50
  optional :error, :string, 2
51
51
  map :extra_attributes, :string, :string, 3
52
+ optional :score, :float, 4
53
+ optional :reason, :string, 5
52
54
  end
53
55
  add_enum "spamcheck.SpamVerdict.Verdict" do
54
56
  value :ALLOW, 0
@@ -4,5 +4,5 @@
4
4
  # Increment the minor version when adding functionality (that is backward compatible)
5
5
  # Increment the major version when making incompatible changes
6
6
  module SpamCheck
7
- VERSION = '1.0.0'
7
+ VERSION = '1.1.2'
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.0.0
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ethan Urie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-14 00:00:00.000000000 Z
11
+ date: 2023-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc
@@ -31,13 +31,13 @@ executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
33
33
  files:
34
- - ruby/spamcheck.rb
35
- - ruby/spamcheck/health_pb.rb
36
- - ruby/spamcheck/health_services_pb.rb
37
- - ruby/spamcheck/spamcheck_pb.rb
38
- - ruby/spamcheck/spamcheck_services_pb.rb
39
- - ruby/spamcheck/version.rb
40
- homepage: https://gitlab.com/gitlab-org/gl-security/engineering-and-research/automation-team/spam/spamcheck
34
+ - "./ruby/spamcheck.rb"
35
+ - "./ruby/spamcheck/health_pb.rb"
36
+ - "./ruby/spamcheck/health_services_pb.rb"
37
+ - "./ruby/spamcheck/spamcheck_pb.rb"
38
+ - "./ruby/spamcheck/spamcheck_services_pb.rb"
39
+ - "./ruby/spamcheck/version.rb"
40
+ homepage: https://gitlab.com/gitlab-com/gl-security/engineering-and-research/automation-team/spam/spamcheck
41
41
  licenses:
42
42
  - MIT
43
43
  metadata: {}