azure_mgmt_redis 0.17.3 → 0.17.4

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: f86103cc2529035d48ce0b8d32399a9304fb81544f46dd9c71110b02129a5374
4
- data.tar.gz: dfa92e0a8dbd3810bf8be5d541884526494c4b2acd61149889c02f4b431200c7
3
+ metadata.gz: 69cdf4fe9383ed7b0d88f846a3947df45d1829a3ada38a2876ca294bcdb886d2
4
+ data.tar.gz: 34862e393a6f8f85cff305ff597987211a0403d7ef00abb304bfea3c07e804b1
5
5
  SHA512:
6
- metadata.gz: e1959a66e0c13854b489b208f081ba1ce22cb38200be48bb050ee9ce73323f14f2006c5f041cc183b7e18ce3334eb5bfcd36328fd1207f06655e698a68e524bb
7
- data.tar.gz: 91cd24411ac55a5c44d2c9d66fa2f311fe4345e2fca4a9f334fedadcdffc902525c5bcfb999152ebd36c5bb8bb652a1b6fe5e627622098eef5734f7e5d86eaa9
6
+ metadata.gz: 93e9aacc7f716f0d45dfcc486f465ac0242430e5b082b4d4778ab7caa70195404877cdcb18e4c73bc48b2cbf3538cc6f83b7d75351facb430da5597ddacd5949
7
+ data.tar.gz: 0b179161c1947f5651b3e66801ec777a409c430595bed433f2745ef6d904bb942146a623a7e9213b0cae630440fc9d1cc66850e13436af341ba99540fe283336
@@ -126,7 +126,7 @@ module Azure::Redis::Mgmt::V2015_08_01
126
126
  #
127
127
  def add_telemetry
128
128
  sdk_information = 'azure_mgmt_redis'
129
- sdk_information = "#{sdk_information}/0.17.3"
129
+ sdk_information = "#{sdk_information}/0.17.4"
130
130
  add_user_agent_information(sdk_information)
131
131
  end
132
132
  end
@@ -142,7 +142,7 @@ module Azure::Redis::Mgmt::V2016_04_01
142
142
  #
143
143
  def add_telemetry
144
144
  sdk_information = 'azure_mgmt_redis'
145
- sdk_information = "#{sdk_information}/0.17.3"
145
+ sdk_information = "#{sdk_information}/0.17.4"
146
146
  add_user_agent_information(sdk_information)
147
147
  end
148
148
  end
@@ -142,7 +142,7 @@ module Azure::Redis::Mgmt::V2017_02_01
142
142
  #
143
143
  def add_telemetry
144
144
  sdk_information = 'azure_mgmt_redis'
145
- sdk_information = "#{sdk_information}/0.17.3"
145
+ sdk_information = "#{sdk_information}/0.17.4"
146
146
  add_user_agent_information(sdk_information)
147
147
  end
148
148
  end
@@ -142,7 +142,7 @@ module Azure::Redis::Mgmt::V2017_10_01
142
142
  #
143
143
  def add_telemetry
144
144
  sdk_information = 'azure_mgmt_redis'
145
- sdk_information = "#{sdk_information}/0.17.3"
145
+ sdk_information = "#{sdk_information}/0.17.4"
146
146
  add_user_agent_information(sdk_information)
147
147
  end
148
148
  end
@@ -142,7 +142,7 @@ module Azure::Redis::Mgmt::V2018_03_01
142
142
  #
143
143
  def add_telemetry
144
144
  sdk_information = 'azure_mgmt_redis'
145
- sdk_information = "#{sdk_information}/0.17.3"
145
+ sdk_information = "#{sdk_information}/0.17.4"
146
146
  add_user_agent_information(sdk_information)
147
147
  end
148
148
  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::Redis::Mgmt
6
- VERSION = '0.17.3'
6
+ VERSION = '0.17.4'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_redis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.3
4
+ version: 0.17.4
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-03-13 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.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.11.0
82
+ version: 0.12.0
83
83
  description: Microsoft Azure Redis Management Client Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []
@@ -299,7 +299,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
299
299
  version: '0'
300
300
  requirements: []
301
301
  rubyforge_project:
302
- rubygems_version: 2.7.6
302
+ rubygems_version: 2.7.8
303
303
  signing_key:
304
304
  specification_version: 4
305
305
  summary: Official Ruby client library to consume Microsoft Azure Redis Management