azure_cognitiveservices_spellcheck 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: 461f9a6f7717bdc2a7d49a6767a4da8c2cbc831869237a0b9a92f0eb212386ad
|
|
4
|
+
data.tar.gz: 05bba46d38423375be85c6fa0110f4e4edafccc11884e7f348318f60e916bd2e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3023b254330aa01802f8788b30e4ed27a3679682626b44955d2763aac9c7299a39d235c7541ab2f77716838cd0e904205383e06443de5046724f8b7c51c38caa
|
|
7
|
+
data.tar.gz: 3e27a881961644a35207027a4f04037a5e120ad285842f13629bce9e1dcd667099d176816c21f104fadc885ed759af11cb4f423e65685d9975c4175eea9c943c
|
|
@@ -777,7 +777,7 @@ module Azure::CognitiveServices::SpellCheck::V1_0
|
|
|
777
777
|
#
|
|
778
778
|
def add_telemetry
|
|
779
779
|
sdk_information = 'azure_cognitiveservices_spellcheck'
|
|
780
|
-
sdk_information = "#{sdk_information}/0.18.
|
|
780
|
+
sdk_information = "#{sdk_information}/0.18.1"
|
|
781
781
|
add_user_agent_information(sdk_information)
|
|
782
782
|
end
|
|
783
783
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_cognitiveservices_spellcheck
|
|
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:
|
|
11
|
+
date: 2019-03-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -135,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
135
135
|
version: '0'
|
|
136
136
|
requirements: []
|
|
137
137
|
rubyforge_project:
|
|
138
|
-
rubygems_version: 2.
|
|
138
|
+
rubygems_version: 2.7.6
|
|
139
139
|
signing_key:
|
|
140
140
|
specification_version: 4
|
|
141
141
|
summary: Official Ruby client library to consume Microsoft Azure Cognitive Services
|