azure_mgmt_links 0.17.2 → 0.17.3

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: 61a7231a6827d019f56c4949f78bf150e96a2f6f0be91603f58fcc25a62b83a2
4
- data.tar.gz: 6e4bde7a0e047548cde1d2bfc6b4cb0fbc913891a34f163f19c772ecc6c3710f
3
+ metadata.gz: 78ba2e196d9d2ea460187a91eb27e6d5e0ab706de8055dffa3b419e56ac490ac
4
+ data.tar.gz: df99428479b55172015418034c054f512d74b756ff52fe955dc26c9845dcd44f
5
5
  SHA512:
6
- metadata.gz: b9d9d8953efd801a343daa560d87aee82be703a608c58aa1c1954918b729b5b062a129bd331cc820390f9345fd4daccde7a411d304a9807b3a690211491ad859
7
- data.tar.gz: 594a6e57db141048409390825c60685f6eb3e7a305587cd0055e3691e57d1e92b79153d1df665e9ed235a7b97d1bf43c62659b3470fa30a2bc131a2f54da66de
6
+ metadata.gz: 3cd600c58dec1591f915f3cf50b1da5546befed3f3a99963662e23799c107f4a28ede51248d7a5215bfc5f80168ff04ebaf8c1b75d317e33082135087d79917b
7
+ data.tar.gz: a33c39966bfd2ac43b9d553d83bb7143c995845ff535e11179fec9381b885c50d712116a9acae9ecdf6861ca006a44b6ce0adc2d8b112512046dc3f094c7209a
@@ -128,7 +128,7 @@ module Azure::Links::Mgmt::V2016_09_01
128
128
  #
129
129
  def add_telemetry
130
130
  sdk_information = 'azure_mgmt_links'
131
- sdk_information = "#{sdk_information}/0.17.2"
131
+ sdk_information = "#{sdk_information}/0.17.3"
132
132
  add_user_agent_information(sdk_information)
133
133
  end
134
134
  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::Links::Mgmt
6
- VERSION = '0.17.2'
6
+ VERSION = '0.17.3'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_links
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.2
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: 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 Links Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []
@@ -134,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
134
  version: '0'
135
135
  requirements: []
136
136
  rubyforge_project:
137
- rubygems_version: 2.7.6
137
+ rubygems_version: 2.7.8
138
138
  signing_key:
139
139
  specification_version: 4
140
140
  summary: Official Ruby client library to consume Microsoft Azure Links.