aws-sdk-core 3.48.5 → 3.48.6

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: 180993a1ab02a23ef4e8bf9b99a3c772f7332c5b
4
- data.tar.gz: 9682d3e3e7f0a28ca80b0a75b9b38f947797c9c3
3
+ metadata.gz: 932b609377e1846c7b6e7b11cdcfebe0f2670a09
4
+ data.tar.gz: 57dd1c163ff70a074abb9cc584d83b344be6b900
5
5
  SHA512:
6
- metadata.gz: 63a8e32b5dc44343dd2a1eb910e1a7b91560ba8b29c177b1ebca52cf9eaa7d5a77826de4ffee3eb67541d3cc0c2a3a1d29543dbff010b4afcfce79c6c9cee939
7
- data.tar.gz: 0fa86ef996fcfcd0318c4d6bd98c8ac8b69abecbb6e189e786d77f9b9ebf07c06b8490b4390abe52e8e663d30bbc81acf642d517c5ea9fcd7649c918f3503ae1
6
+ metadata.gz: dbad1b5680805eea71d6516f2c30baf8c39fdaf45968d763b3fd1cba8c6b4e53394d3860e17f36e0f6d83d9905cd07cee3f2215c7c57b7f55945dc79f7ff708e
7
+ data.tar.gz: 2e0bf2e05a118902a567f1ae60fb5f9ebf380aa1db05c5b6711e2d737f760503a5558fb4d2f9c076f810073897851e86e04de490ad23864beac2dec017de5af2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.48.5
1
+ 3.48.6
@@ -27,6 +27,8 @@ module Aws
27
27
  def initialize(process)
28
28
  @process = process
29
29
  @credentials = credentials_from_process(@process)
30
+
31
+ super
30
32
  end
31
33
 
32
34
  private
@@ -40,6 +40,6 @@ require_relative 'aws-sdk-sts/customizations'
40
40
  # @service
41
41
  module Aws::STS
42
42
 
43
- GEM_VERSION = '3.48.5'
43
+ GEM_VERSION = '3.48.6'
44
44
 
45
45
  end
@@ -1578,7 +1578,7 @@ module Aws::STS
1578
1578
  params: params,
1579
1579
  config: config)
1580
1580
  context[:gem_name] = 'aws-sdk-core'
1581
- context[:gem_version] = '3.48.5'
1581
+ context[:gem_version] = '3.48.6'
1582
1582
  Seahorse::Client::Request.new(handlers, context)
1583
1583
  end
1584
1584
 
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.48.5
4
+ version: 3.48.6
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: 2019-04-24 00:00:00.000000000 Z
11
+ date: 2019-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath