azure_cognitiveservices_computervision 0.18.0 → 0.18.1
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
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 057a9acb8039f7b2e3ca04b42702a7d0c61f5e08858798b8a34bb373bc289edd
|
|
4
|
+
data.tar.gz: 983b4bb7eecace6ff23898fe8bc47f48e716b8ee8f65654aa99da4a16bf4760e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f93ca1816494e183d600db91b7bdb41e031162661351b92396d1891fa2e1ebdf496bbe4b4bd06cc3e69ff9832802c271ea6586f7812dc8e264a2135a4d7fff0e
|
|
7
|
+
data.tar.gz: 1afc0d8d4fc18ea3668760f8ac35ea914bd9f4de67a4d9e6fd67ac4ced3ffc9cb7163cf62cd022318976c99d900835798dbc9e4ce1eb0bea85d3272c00077a45
|
|
@@ -2254,7 +2254,7 @@ module Azure::CognitiveServices::ComputerVision::V1_0
|
|
|
2254
2254
|
#
|
|
2255
2255
|
def add_telemetry
|
|
2256
2256
|
sdk_information = 'azure_cognitiveservices_computervision'
|
|
2257
|
-
sdk_information = "#{sdk_information}/0.18.
|
|
2257
|
+
sdk_information = "#{sdk_information}/0.18.1"
|
|
2258
2258
|
add_user_agent_information(sdk_information)
|
|
2259
2259
|
end
|
|
2260
2260
|
end
|
|
@@ -2852,7 +2852,7 @@ module Azure::CognitiveServices::ComputerVision::V2_0
|
|
|
2852
2852
|
#
|
|
2853
2853
|
def add_telemetry
|
|
2854
2854
|
sdk_information = 'azure_cognitiveservices_computervision'
|
|
2855
|
-
sdk_information = "#{sdk_information}/0.18.
|
|
2855
|
+
sdk_information = "#{sdk_information}/0.18.1"
|
|
2856
2856
|
add_user_agent_information(sdk_information)
|
|
2857
2857
|
end
|
|
2858
2858
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_cognitiveservices_computervision
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.18.
|
|
4
|
+
version: 0.18.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: 2019-
|
|
11
|
+
date: 2019-03-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -205,7 +205,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
205
205
|
version: '0'
|
|
206
206
|
requirements: []
|
|
207
207
|
rubyforge_project:
|
|
208
|
-
rubygems_version: 2.
|
|
208
|
+
rubygems_version: 2.7.6
|
|
209
209
|
signing_key:
|
|
210
210
|
specification_version: 4
|
|
211
211
|
summary: Official Ruby client library to consume Microsoft Azure Cognitive Services
|