azure_cognitiveservices_contentmoderator 0.17.2 → 0.17.3
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: 68766064be00333f514a3ac64f0e9ad1a32cbaf1f479c4a2686a3c8bb1ed411b
|
|
4
|
+
data.tar.gz: 15b2927ab7dbd6e262f32e4d06dcafdaaf43fa1b9b7cd88de322338433b1243f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3cf865e720cca021a571b208c89808aca25f45d977c4e6a90151c72693fc2d010bbc6778f60067725e8ec68ddcbe7749ba991541a764d81672eddbed597213de
|
|
7
|
+
data.tar.gz: 97e47e6149ae763cd5ecd3d67d17fff46a5b1b2e773805d0d72e89681bb25601e41acdda5cafd14a85e475f279dcf25f34ed7b44e70c4866bf8bba70fd434aff
|
|
@@ -148,7 +148,7 @@ module Azure::CognitiveServices::ContentModerator::V1_0
|
|
|
148
148
|
#
|
|
149
149
|
def add_telemetry
|
|
150
150
|
sdk_information = 'azure_cognitiveservices_contentmoderator'
|
|
151
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
151
|
+
sdk_information = "#{sdk_information}/0.17.3"
|
|
152
152
|
add_user_agent_information(sdk_information)
|
|
153
153
|
end
|
|
154
154
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_cognitiveservices_contentmoderator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.17.
|
|
4
|
+
version: 0.17.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Microsoft Corporation
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-06-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -72,14 +72,14 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - "~>"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 0.
|
|
75
|
+
version: 0.12.0
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 0.
|
|
82
|
+
version: 0.12.0
|
|
83
83
|
description: Microsoft Azure Cognitive Services Content Moderator Client Library for
|
|
84
84
|
Ruby
|
|
85
85
|
email: azrubyteam@microsoft.com
|
|
@@ -186,7 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
186
186
|
version: '0'
|
|
187
187
|
requirements: []
|
|
188
188
|
rubyforge_project:
|
|
189
|
-
rubygems_version: 2.7.
|
|
189
|
+
rubygems_version: 2.7.8
|
|
190
190
|
signing_key:
|
|
191
191
|
specification_version: 4
|
|
192
192
|
summary: Official Ruby client library to consume Microsoft Azure Cognitive Services
|