azure_cognitiveservices_face 0.19.0 → 0.19.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/1.0/generated/azure_cognitiveservices_face/face_client.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d35347d590937ee50d22b3011ded744ed1bdb927a3a489fd21ebf9258d47da1b
|
4
|
+
data.tar.gz: 621b9506c5e42395ff09ea78cce315939c29c339af7982b67bb82c964088cccc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa7df0a9db6e5065e11a24c745527ded7f736102bf814bc7bcccb2a02c63ed69f1f59c59e4ceb01c9a77775311293f153f32df3f6b3d88c3f7caf1815f12d928
|
7
|
+
data.tar.gz: a98254078a567ae75b664a3a4b92192fce40ac7ce7b87ff221b680989657bae01079568fafc9c7e777cd0db926b44aeff3cafd3fa45bfc3129e5ef356439a430
|
@@ -152,7 +152,7 @@ module Azure::CognitiveServices::Face::V1_0
|
|
152
152
|
#
|
153
153
|
def add_telemetry
|
154
154
|
sdk_information = 'azure_cognitiveservices_face'
|
155
|
-
sdk_information = "#{sdk_information}/0.19.
|
155
|
+
sdk_information = "#{sdk_information}/0.19.1"
|
156
156
|
add_user_agent_information(sdk_information)
|
157
157
|
end
|
158
158
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_cognitiveservices_face
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.19.
|
4
|
+
version: 0.19.1
|
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 Face Client Library for Ruby
|
84
84
|
email: azrubyteam@microsoft.com
|
85
85
|
executables: []
|
@@ -188,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
188
188
|
version: '0'
|
189
189
|
requirements: []
|
190
190
|
rubyforge_project:
|
191
|
-
rubygems_version: 2.7.
|
191
|
+
rubygems_version: 2.7.8
|
192
192
|
signing_key:
|
193
193
|
specification_version: 4
|
194
194
|
summary: Official Ruby client library to consume Microsoft Azure Cognitive Services
|