aws-sdk-core 3.13.0 → 3.13.1

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: 57dccd15a73bec91d47bf693b5084183c16a911c
4
- data.tar.gz: 63d048c89873416260d5b8cda7bb8d454c4795c7
3
+ metadata.gz: 1b12e486822de1ba7b7ca63f2a55177a72903932
4
+ data.tar.gz: 8149ba427bd88d525d679cf19e0f84b8a90e832c
5
5
  SHA512:
6
- metadata.gz: e7962ab7b2137fec6d9842e6391696d3202f754e960f298c53ea0306699a6c5e1e67e6accdb94743cce3c76267860f8a7c1b9bdc2183f623b253a2646396ce16
7
- data.tar.gz: 9625b0b9d155606d4ea966bc4b153f1f1f91f8e99ce04f0d505e965a621d06aeba1b34ae50659461c25e8177fedf6a5d31b5ae400fd8ac790a3c6d536770e483
6
+ metadata.gz: 383fe0ddea1f87fda01a69d4dcf6c8fefe11c7793b9f317ba34546fc7be788ab69aa1a074a2bd1dbf831d18ac29010af28cc1bbf7dd48614aaed0c771bedfaac
7
+ data.tar.gz: 519ebaf8941ad4f3f3330b6da48b4cd6fecd8dc861ff36912ac778c236d76eb2ab51e161dafe25c79b2dc3718ca76858f6064136418c4888f5fd825cd0ed70d7
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.13.0
1
+ 3.13.1
@@ -126,7 +126,7 @@ module Aws
126
126
  retries = 0
127
127
  begin
128
128
  yield
129
- rescue *error_classes => error
129
+ rescue *error_classes => _error
130
130
  if retries < max_retries
131
131
  @backoff.call(retries)
132
132
  retries += 1
@@ -254,11 +254,11 @@ module Aws
254
254
  end
255
255
 
256
256
  def determine_credentials_path
257
- default = default_shared_config_path('credentials')
257
+ default_shared_config_path('credentials')
258
258
  end
259
259
 
260
260
  def determine_config_path
261
- default = default_shared_config_path('config')
261
+ default_shared_config_path('config')
262
262
  end
263
263
 
264
264
  def default_shared_config_path(file)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.13.0
4
+ version: 3.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-21 00:00:00.000000000 Z
11
+ date: 2018-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath