azure_cognitiveservices_computervision 0.20.1 → 0.20.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 11d43e350180a2474564f4dea8cbe8454c1852ac1575384d69f641c1decc41fe
4
- data.tar.gz: 45e9fd0b15667ffe337af34e95650f6ebc479e63906076c7b94e61e45491e06c
3
+ metadata.gz: adaebb9a6ac03c4eafe9ef40ff40cbf869e209697c2c2fe8bc5ac53667d6452e
4
+ data.tar.gz: 375c767b17aa4edd56ce049379001a977a5b7db0d55960713d8470a335a5a76a
5
5
  SHA512:
6
- metadata.gz: fd83734b21118194db51ef0cae12528864032730b92abc96f6c2b31221f9e4b61bf1cff8908139cbcdf42343f228197875dbbf23c9afafd60933bdeb6207aa8c
7
- data.tar.gz: 50b63a3638e050ff10a041aa31366c523355b3cc7d6460326bb21a7154b5953048689d9f9dd868161c683fa357531442e80fc250f17ef73c8f44c2d36f3879c2
6
+ metadata.gz: df7d88f2b2f4eef32175566f9aebc10f5cd4bbee6251337875dafb6cb8e9f6a5a71de4d6733c64c4caf30c23e011d2c6bac77a3f8634d72402169d8166b57044
7
+ data.tar.gz: 64b7c1c229ad58b437a6f347f08e49356cd2346169ceff35789477536b1921689625caf1d89e079c016eca6d4430eeec7e6806c68d1e2e5cb846624cfa01f09b
@@ -2286,7 +2286,7 @@ module Azure::CognitiveServices::ComputerVision::V1_0
2286
2286
  #
2287
2287
  def add_telemetry
2288
2288
  sdk_information = 'azure_cognitiveservices_computervision'
2289
- sdk_information = "#{sdk_information}/0.20.1"
2289
+ sdk_information = "#{sdk_information}/0.20.2"
2290
2290
  add_user_agent_information(sdk_information)
2291
2291
  end
2292
2292
  end
@@ -3210,7 +3210,7 @@ module Azure::CognitiveServices::ComputerVision::V2_0
3210
3210
  #
3211
3211
  def add_telemetry
3212
3212
  sdk_information = 'azure_cognitiveservices_computervision'
3213
- sdk_information = "#{sdk_information}/0.20.1"
3213
+ sdk_information = "#{sdk_information}/0.20.2"
3214
3214
  add_user_agent_information(sdk_information)
3215
3215
  end
3216
3216
  end
@@ -3246,7 +3246,7 @@ module Azure::CognitiveServices::ComputerVision::V2_1
3246
3246
  #
3247
3247
  def add_telemetry
3248
3248
  sdk_information = 'azure_cognitiveservices_computervision'
3249
- sdk_information = "#{sdk_information}/0.20.1"
3249
+ sdk_information = "#{sdk_information}/0.20.2"
3250
3250
  add_user_agent_information(sdk_information)
3251
3251
  end
3252
3252
  end
@@ -3,5 +3,5 @@
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
5
  module Azure::CognitiveServices::ComputerVision
6
- VERSION = '0.20.1'
6
+ VERSION = '0.20.2'
7
7
  end
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.20.1
4
+ version: 0.20.2
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-09-23 00:00:00.000000000 Z
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.11.1
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.11.1
82
+ version: 0.12.0
83
83
  description: Microsoft Azure Cognitive Services Computer Vision Client Library for
84
84
  Ruby
85
85
  email: azrubyteam@microsoft.com