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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 10cbb1f919666f9c19887792759a060b79f59878
4
- data.tar.gz: b33aca96c204967edb4b84c2f5404ace1a9e7c5a
3
+ metadata.gz: 557c3c233a2d26e6bd39063c570ab562ed7fc98b
4
+ data.tar.gz: ee941f9448f40926491505a0bc5e5d3ff018b5fb
5
5
  SHA512:
6
- metadata.gz: d3127b3854b0406b22e08c31fb6d284c6e580a97a08970261a53d10cd6f234773e29e2592b6768a860000a1cde3425fbbd062c9d2f6e915b8553dbc51cce5e3f
7
- data.tar.gz: 6a4d804c66504db422d0697c315cfa22eeade02380fe39539d868d48251d1b15c7a505fe36dc35b189d58fac7aa28f43f89972154d0510b18febd94845228829
6
+ metadata.gz: 5ea7bb73cf7dccc48a7d43187c7e7b0034d0b22bacfd93c824b7016fdbbc5ea90be2754e594140311819a935587bac3983c34c9addc365fd6e4f445a7f6b94fc
7
+ data.tar.gz: 930bfd23cbfbd0ebbb24f84557744efa637b127d86139584777e7f803eee2da55d685144642d119b85abb763896f062a238920ae869df91b1028a39a971b7da9
@@ -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.3'
51
+ spec.add_runtime_dependency 'ms_rest', '~> 0.6.4'
52
52
  ```
53
53
  Don't forget to correct the version.
54
54
 
@@ -88,7 +88,7 @@ module MsRest
88
88
  #
89
89
  # Hash of SSL options for Faraday connection. Default is nil.
90
90
  #
91
- @@ssl_options = nil
91
+ @@ssl_options = {}
92
92
 
93
93
  #
94
94
  # Stores the SSL options to be used for Faraday connections.
@@ -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 MsRest
6
- VERSION = '0.6.3'
6
+ VERSION = '0.6.4'
7
7
  end
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.3
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-02-07 00:00:00.000000000 Z
11
+ date: 2017-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler