From d0168cd722840a303300b97b5235ebd2f240463e Mon Sep 17 00:00:00 2001 From: Vishrut Shah Date: Thu, 14 Jul 2016 09:39:17 -0700 Subject: [PATCH] Ruby - Update ms_rest & ms_rest_azure version to 0.3.0 (#1260) --- src/client/Ruby/ms-rest-azure/ChangeLog.md | 3 +++ src/client/Ruby/ms-rest-azure/README.md | 2 +- src/client/Ruby/ms-rest-azure/lib/ms_rest_azure/version.rb | 2 +- src/client/Ruby/ms-rest-azure/ms_rest_azure.gemspec | 2 +- src/client/Ruby/ms-rest/ChangeLog.md | 2 ++ src/client/Ruby/ms-rest/README.md | 2 +- src/client/Ruby/ms-rest/lib/ms_rest/version.rb | 2 +- 7 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 src/client/Ruby/ms-rest/ChangeLog.md diff --git a/src/client/Ruby/ms-rest-azure/ChangeLog.md b/src/client/Ruby/ms-rest-azure/ChangeLog.md index 561bd28f73376..ebbc8d8e2a4c1 100644 --- a/src/client/Ruby/ms-rest-azure/ChangeLog.md +++ b/src/client/Ruby/ms-rest-azure/ChangeLog.md @@ -1,2 +1,5 @@ +##2016.07.14 ms_rest_azure version 0.3.0 +* Embracing latest ms_rest version [0.3.0](https://rubygems.org/gems/ms_rest) + ##2016.05.19 ms_rest_azure version 0.2.3 * Support patch for long running operations. See [#1011](https://github.com/Azure/autorest/pull/1011), [#1056](https://github.com/Azure/autorest/pull/1056) diff --git a/src/client/Ruby/ms-rest-azure/README.md b/src/client/Ruby/ms-rest-azure/README.md index 3f5ee27906d27..4474d96cc54aa 100644 --- a/src/client/Ruby/ms-rest-azure/README.md +++ b/src/client/Ruby/ms-rest-azure/README.md @@ -38,7 +38,7 @@ To start working on the gem the only additional dev dependecy is required - rspe Reference it in the gemfile and also add this line to your client's gemspec file: ```ruby -spec.add_runtime_dependency 'ms_rest_azure', '~> 0.1.0' +spec.add_runtime_dependency 'ms_rest_azure', '~> 0.3.0' ``` Don't forget to correct the version. diff --git a/src/client/Ruby/ms-rest-azure/lib/ms_rest_azure/version.rb b/src/client/Ruby/ms-rest-azure/lib/ms_rest_azure/version.rb index 30ef51eac76e0..ecbf964762635 100644 --- a/src/client/Ruby/ms-rest-azure/lib/ms_rest_azure/version.rb +++ b/src/client/Ruby/ms-rest-azure/lib/ms_rest_azure/version.rb @@ -3,5 +3,5 @@ # Licensed under the MIT License. See License.txt in the project root for license information. module MsRestAzure - VERSION = '0.2.3' + VERSION = '0.3.0' end diff --git a/src/client/Ruby/ms-rest-azure/ms_rest_azure.gemspec b/src/client/Ruby/ms-rest-azure/ms_rest_azure.gemspec index 6aa2d73ae9a52..1c80e13854d07 100644 --- a/src/client/Ruby/ms-rest-azure/ms_rest_azure.gemspec +++ b/src/client/Ruby/ms-rest-azure/ms_rest_azure.gemspec @@ -32,5 +32,5 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'concurrent-ruby', '~> 1.0' spec.add_runtime_dependency 'faraday', '~> 0.9' spec.add_runtime_dependency 'faraday-cookie_jar', '~> 0.0.6' - spec.add_runtime_dependency 'ms_rest', '~> 0.2.1' + spec.add_runtime_dependency 'ms_rest', '~> 0.3.0' end diff --git a/src/client/Ruby/ms-rest/ChangeLog.md b/src/client/Ruby/ms-rest/ChangeLog.md new file mode 100644 index 0000000000000..0f732d50a2b81 --- /dev/null +++ b/src/client/Ruby/ms-rest/ChangeLog.md @@ -0,0 +1,2 @@ +##2016.07.14 ms_rest version 0.3.0 +* Moving serialization/deserializaiton code from sdk models to client runtime. [#1106](https://github.com/Azure/autorest/pull/1106) \ No newline at end of file diff --git a/src/client/Ruby/ms-rest/README.md b/src/client/Ruby/ms-rest/README.md index 2dd16959a2f74..ee64503ab03a3 100644 --- a/src/client/Ruby/ms-rest/README.md +++ b/src/client/Ruby/ms-rest/README.md @@ -38,7 +38,7 @@ To start working on the gem the only additional dev dependecy is required - rspe Reference it in the gemfile and also add this line to your client's gemspec file: ```ruby -spec.add_runtime_dependency 'ms_rest', '~> 0.1.0' +spec.add_runtime_dependency 'ms_rest', '~> 0.3.0' ``` Don't forget to correct the version. diff --git a/src/client/Ruby/ms-rest/lib/ms_rest/version.rb b/src/client/Ruby/ms-rest/lib/ms_rest/version.rb index a4c2c1194c727..84d184ee3b3f9 100644 --- a/src/client/Ruby/ms-rest/lib/ms_rest/version.rb +++ b/src/client/Ruby/ms-rest/lib/ms_rest/version.rb @@ -3,5 +3,5 @@ # Licensed under the MIT License. See License.txt in the project root for license information. module MsRest - VERSION = '0.2.1' + VERSION = '0.3.0' end