cloudmersive-spam-detection-api-client 2.4.1 → 2.4.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5f643c1c15ac19bd6f02500de548d18f4ea4b71bfa1b055a43838b5e634db2e
|
|
4
|
+
data.tar.gz: aed16062991fc43fe570a990f315b6920e9aabcd43a1299e233d7c028a6f2648
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3fda955f06ecbbf1d458734e7a965ce8b79ccc16173468aa286ea6a3f9a57d3d2b940e0ef2fe0f17f17790587bff17f0393d8230a62333a3c23bb1a5ce3d3a1a
|
|
7
|
+
data.tar.gz: 3ef5453f210296b80507d758b55d3af6c903faf060e6a4c0164afbc7dc7d46abfa0caa93bc73112c446d2a4caf221297b044481aaf7fa1b68f41f28368040bcb
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Easily and directly scan and block spam security threats in input.
|
|
|
7
7
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
|
8
8
|
|
|
9
9
|
- API version: v1
|
|
10
|
-
- Package version: 2.4.
|
|
10
|
+
- Package version: 2.4.2
|
|
11
11
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
@@ -23,15 +23,15 @@ gem build cloudmersive-spam-detection-api-client.gemspec
|
|
|
23
23
|
Then either install the gem locally:
|
|
24
24
|
|
|
25
25
|
```shell
|
|
26
|
-
gem install ./cloudmersive-spam-detection-api-client-2.4.
|
|
26
|
+
gem install ./cloudmersive-spam-detection-api-client-2.4.2.gem
|
|
27
27
|
```
|
|
28
|
-
(for development, run `gem install --dev ./cloudmersive-spam-detection-api-client-2.4.
|
|
28
|
+
(for development, run `gem install --dev ./cloudmersive-spam-detection-api-client-2.4.2.gem` to install the development dependencies)
|
|
29
29
|
|
|
30
30
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
31
31
|
|
|
32
32
|
Finally add this to the Gemfile:
|
|
33
33
|
|
|
34
|
-
gem 'cloudmersive-spam-detection-api-client', '~> 2.4.
|
|
34
|
+
gem 'cloudmersive-spam-detection-api-client', '~> 2.4.2'
|
|
35
35
|
|
|
36
36
|
### Install from Git
|
|
37
37
|
|
|
@@ -86,7 +86,7 @@ end
|
|
|
86
86
|
|
|
87
87
|
## Documentation for API Endpoints
|
|
88
88
|
|
|
89
|
-
All URIs are relative to *https://
|
|
89
|
+
All URIs are relative to *https://api.cloudmersive.com*
|
|
90
90
|
|
|
91
91
|
Class | Method | HTTP request | Description
|
|
92
92
|
------------ | ------------- | ------------- | -------------
|
data/docs/SpamDetectionApi.md
CHANGED
data/spec/configuration_spec.rb
CHANGED
|
@@ -18,7 +18,7 @@ describe CloudmersiveSpamDetectionApiClient::Configuration do
|
|
|
18
18
|
before(:each) do
|
|
19
19
|
# uncomment below to setup host and base_path
|
|
20
20
|
# require 'URI'
|
|
21
|
-
# uri = URI.parse("https://
|
|
21
|
+
# uri = URI.parse("https://api.cloudmersive.com")
|
|
22
22
|
# CloudmersiveSpamDetectionApiClient.configure do |c|
|
|
23
23
|
# c.host = uri.host
|
|
24
24
|
# c.base_path = uri.path
|
|
@@ -28,14 +28,14 @@ describe CloudmersiveSpamDetectionApiClient::Configuration do
|
|
|
28
28
|
describe '#base_url' do
|
|
29
29
|
it 'should have the default value' do
|
|
30
30
|
# uncomment below to test default value of the base path
|
|
31
|
-
# expect(config.base_url).to eq("https://
|
|
31
|
+
# expect(config.base_url).to eq("https://api.cloudmersive.com")
|
|
32
32
|
end
|
|
33
33
|
|
|
34
34
|
it 'should remove trailing slashes' do
|
|
35
35
|
[nil, '', '/', '//'].each do |base_path|
|
|
36
36
|
config.base_path = base_path
|
|
37
37
|
# uncomment below to test trailing slashes
|
|
38
|
-
# expect(config.base_url).to eq("https://
|
|
38
|
+
# expect(config.base_url).to eq("https://api.cloudmersive.com")
|
|
39
39
|
end
|
|
40
40
|
end
|
|
41
41
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cloudmersive-spam-detection-api-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.4.
|
|
4
|
+
version: 2.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cloudmersive
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|