azure_mgmt_search 0.17.2 → 0.17.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ae93bbfc471d9f09f1a5a0dac7f026b38386847b3733fc418acce4fd0209b579
|
4
|
+
data.tar.gz: 27d8715ece1fb90c1a87e6f137ffd5a48e08350b4a51682e6ecb615596645540
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9d43aea0412a81d73b683d1ab0559956d56cb32db9de93ba38b880885428a398da6554016c8aff9d190f7515f7ecaa2a8382dc565e98bbb54bc73bf575ed3df
|
7
|
+
data.tar.gz: 2264463259972cddff819baeb83805ffc3f250b68cb97e6a948b823ac8a6b6d1ef336c31e06dadc4f3ad1bd6891ec39bfb17879d4b50ae934bb3757e7987426a
|
@@ -139,7 +139,7 @@ module Azure::Search::Mgmt::V2015_08_19
|
|
139
139
|
#
|
140
140
|
def add_telemetry
|
141
141
|
sdk_information = 'azure_mgmt_search'
|
142
|
-
sdk_information = "#{sdk_information}/0.17.
|
142
|
+
sdk_information = "#{sdk_information}/0.17.3"
|
143
143
|
add_user_agent_information(sdk_information)
|
144
144
|
end
|
145
145
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_mgmt_search
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.17.
|
4
|
+
version: 0.17.3
|
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 Search Management Client Library for Ruby
|
84
84
|
email: azrubyteam@microsoft.com
|
85
85
|
executables: []
|
@@ -143,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
143
143
|
version: '0'
|
144
144
|
requirements: []
|
145
145
|
rubyforge_project:
|
146
|
-
rubygems_version: 2.7.
|
146
|
+
rubygems_version: 2.7.8
|
147
147
|
signing_key:
|
148
148
|
specification_version: 4
|
149
149
|
summary: Official Ruby client library to consume Microsoft Azure Search Management
|