ms_rest 0.7.4 → 0.7.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +1,11 @@
1
- # encoding: utf-8
2
- # Copyright (c) Microsoft Corporation. All rights reserved.
3
- # Licensed under the MIT License. See License.txt in the project root for license information.
4
-
5
- module MsRest
6
- #
7
- # Class which represents an error meaning that invalid Model object was created by user or provided from server.
8
- #
9
- class ValidationError < RestError
10
- end
11
- end
1
+ # encoding: utf-8
2
+ # Copyright (c) Microsoft Corporation. All rights reserved.
3
+ # Licensed under the MIT License. See License.txt in the project root for license information.
4
+
5
+ module MsRest
6
+ #
7
+ # Class which represents an error meaning that invalid Model object was created by user or provided from server.
8
+ #
9
+ class ValidationError < RestError
10
+ end
11
+ end
@@ -1,7 +1,7 @@
1
- # encoding: utf-8
2
- # Copyright (c) Microsoft Corporation. All rights reserved.
3
- # Licensed under the MIT License. See License.txt in the project root for license information.
4
-
5
- module MsRest
6
- VERSION = '0.7.4'
7
- end
1
+ # encoding: utf-8
2
+ # Copyright (c) Microsoft Corporation. All rights reserved.
3
+ # Licensed under the MIT License. See License.txt in the project root for license information.
4
+
5
+ module MsRest
6
+ VERSION = '0.7.5'
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.7.4
4
+ version: 0.7.5
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-05-15 00:00:00.000000000 Z
11
+ date: 2019-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -129,7 +129,7 @@ metadata:
129
129
  changelog_uri: https://github.com/Azure/azure-sdk-for-ruby/blob/master/runtime/ms_rest/CHANGELOG.md
130
130
  documentation_uri: https://azure.microsoft.com/en-us/develop/ruby/
131
131
  homepage_uri: https://aka.ms/azure-sdk-for-ruby
132
- source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/ms_rest-v0.7.4
132
+ source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/ms_rest-v0.7.5
133
133
  post_install_message:
134
134
  rdoc_options: []
135
135
  require_paths:
@@ -146,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
146
  version: '0'
147
147
  requirements: []
148
148
  rubyforge_project:
149
- rubygems_version: 2.4.6
149
+ rubygems_version: 2.5.2.3
150
150
  signing_key:
151
151
  specification_version: 4
152
152
  summary: Azure Client Library for Ruby.