ms_rest_azure 0.6.1 → 0.6.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +1 -1
- data/lib/ms_rest_azure/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20542983875e3b9bb51018539eada5e851cc294d
|
4
|
+
data.tar.gz: 42f00e5d2209f616f7746bbe66ea29b5efd4ef08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d910ddbcb65f989e293607d357d015d5724fd3e1d1312f3112c3b17c1f1e277dd264c1d139befc66815edf8cf6541e18ec114cc129163527728080692f3e4064
|
7
|
+
data.tar.gz: 91e1ec637131764e0a527c07b6d17d2d0b6e96ae84c80942c1fd440622242b09dd4da64e71ccf63dbe0dd618229134782d263fb9661798e6af8bb42eade65ea1
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
##2016.11.14 ms_rest_azure version 0.6.2
|
2
|
+
* Update to ms_rest v0.6.2 due to fix for missing default ca-cert for providing ssl options [#580](https://github.com/Azure/azure-sdk-for-ruby/issues/580)
|
3
|
+
|
1
4
|
##2016.11.11 ms_rest_azure version 0.6.1
|
2
5
|
* Adding telemetry extension point into AzureServiceClient [#543](https://github.com/Azure/azure-sdk-for-ruby/pull/543)
|
3
6
|
* Removing explicit json dependency [#523](https://github.com/Azure/azure-sdk-for-ruby/pull/523)
|
data/README.md
CHANGED
@@ -37,7 +37,7 @@ To start working on the gem the only additional dev dependecy is required - rspe
|
|
37
37
|
Reference it in the gemfile and also add this line to your client's gemspec file:
|
38
38
|
|
39
39
|
```ruby
|
40
|
-
spec.add_runtime_dependency 'ms_rest_azure', '~> 0.6.
|
40
|
+
spec.add_runtime_dependency 'ms_rest_azure', '~> 0.6.2'
|
41
41
|
```
|
42
42
|
Don't forget to correct the version.
|
43
43
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ms_rest_azure
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Microsoft Corporation
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-11-
|
11
|
+
date: 2016-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -100,14 +100,14 @@ dependencies:
|
|
100
100
|
requirements:
|
101
101
|
- - "~>"
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version: 0.6.
|
103
|
+
version: 0.6.2
|
104
104
|
type: :runtime
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
108
|
- - "~>"
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version: 0.6.
|
110
|
+
version: 0.6.2
|
111
111
|
description: Azure Client Library for Ruby.
|
112
112
|
email: azsdkteam@microsoft.com
|
113
113
|
executables: []
|