ms_rest 0.6.3 → 0.6.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 +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +1 -1
- data/lib/ms_rest/service_client.rb +1 -1
- data/lib/ms_rest/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 557c3c233a2d26e6bd39063c570ab562ed7fc98b
|
|
4
|
+
data.tar.gz: ee941f9448f40926491505a0bc5e5d3ff018b5fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ea7bb73cf7dccc48a7d43187c7e7b0034d0b22bacfd93c824b7016fdbbc5ea90be2754e594140311819a935587bac3983c34c9addc365fd6e4f445a7f6b94fc
|
|
7
|
+
data.tar.gz: 930bfd23cbfbd0ebbb24f84557744efa637b127d86139584777e7f803eee2da55d685144642d119b85abb763896f062a238920ae869df91b1028a39a971b7da9
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
##2017.04.04 ms_rest version 0.6.4
|
|
2
|
+
* Bug fix to handle new faraday version. [Issue #182](https://github.com/Azure/vagrant-azure/issues/182)
|
|
3
|
+
|
|
1
4
|
##2017.02.06 ms_rest version 0.6.3
|
|
2
5
|
* Adding JSONable mixin module to provide simple serialization / deserialization [PR #599](https://github.com/Azure/azure-sdk-for-ruby/pull/599)
|
|
3
6
|
* Making credentials optional parameter for MsRest::ServiceClient [PR #626](https://github.com/Azure/azure-sdk-for-ruby/pull/626)
|
data/README.md
CHANGED
|
@@ -48,7 +48,7 @@ To start working on the gem the only additional dev dependency is required - rsp
|
|
|
48
48
|
Reference it in the gemfile and also add this line to your client's gemspec file:
|
|
49
49
|
|
|
50
50
|
```ruby
|
|
51
|
-
spec.add_runtime_dependency 'ms_rest', '~> 0.6.
|
|
51
|
+
spec.add_runtime_dependency 'ms_rest', '~> 0.6.4'
|
|
52
52
|
```
|
|
53
53
|
Don't forget to correct the version.
|
|
54
54
|
|
data/lib/ms_rest/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ms_rest
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.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: 2017-
|
|
11
|
+
date: 2017-04-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|