azure_cognitiveservices_anomalydetector 0.17.0 → 0.17.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
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2aca6b7c1a0ec42e3dd1a0ef49df2059fb307082acead3bae110ed97bc63dfd0
|
4
|
+
data.tar.gz: 22cf1bfd7e8ae47aa4ee944b9fe5103f9e15ce45955e35fd46f05cecab39a638
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae9c37ac1d6549c7b02befcdfb11ec89701635aa22edab452a1bc737811cf669e16162358d5780ed05d17dc89d42244d35a81fb2c179ffc3e3736e74514b272c
|
7
|
+
data.tar.gz: d149c02eabfe4396ce23b051e7552d371895888ff528447d7cc5e62750df4d0623cf9871a2323a05cb15a3f7d91753473946542e138d53af20ce3688241c135f
|
@@ -342,7 +342,7 @@ module Azure::CognitiveServices::AnomalyDetector::V1_0
|
|
342
342
|
#
|
343
343
|
def add_telemetry
|
344
344
|
sdk_information = 'azure_cognitiveservices_anomalydetector'
|
345
|
-
sdk_information = "#{sdk_information}/0.17.
|
345
|
+
sdk_information = "#{sdk_information}/0.17.1"
|
346
346
|
add_user_agent_information(sdk_information)
|
347
347
|
end
|
348
348
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_cognitiveservices_anomalydetector
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.17.
|
4
|
+
version: 0.17.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 Anomaly Detector Client Library for
|
84
84
|
Ruby
|
85
85
|
email: azrubyteam@microsoft.com
|
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
128
128
|
version: '0'
|
129
129
|
requirements: []
|
130
130
|
rubyforge_project:
|
131
|
-
rubygems_version: 2.7.
|
131
|
+
rubygems_version: 2.7.8
|
132
132
|
signing_key:
|
133
133
|
specification_version: 4
|
134
134
|
summary: Official Ruby client library to consume Microsoft Azure Cognitive Services
|