aws-sdk-core 3.48.0 → 3.48.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 747a860c5112569fea6d50d24088c1fcbdfabe93
4
- data.tar.gz: 7a7b4c62129a93c467d124887163a80c3a9c21aa
3
+ metadata.gz: b891c54e431955f5815edc5ac83b72a95006af5d
4
+ data.tar.gz: aa345a6c3e6bb2646d2e58197ff36f8490aaabf7
5
5
  SHA512:
6
- metadata.gz: dadb766e634e588a3d4592bdb82fce8153348cab8995133ff68af8df3cdd6791f8a5bc7367752e085428626f100d37eda2406519456e1b0fba0b6dc466cc671e
7
- data.tar.gz: d91b31c20069737a68aba17ebcc39cea685505bc9ef50a921b57e395acf70a2dc9d3e1ba1dd95bb08d0dc60abb5a2d713a6b30aa47215b61755b89c8c92ef39c
6
+ metadata.gz: 3c2a0d382e00bc2b0fc057fe4c1bea3eb00dc68040897c3aa79c2bedb82630636a69982abc1fc44b599a7039c59aebaf6d6490ff736b184d57c75dd8951d8e8f
7
+ data.tar.gz: b87a3d703e433d7d2041a9b96aaecda9a80e14354080eb8bf3acca83b3c9dc838abc4a25c0e511cd22dbcdeb0bde07f6d274a0a19093d97a90f4a9b5cc67fc80
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.48.0
1
+ 3.48.1
@@ -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.0'
43
+ GEM_VERSION = '3.48.1'
44
44
 
45
45
  end
@@ -1535,7 +1535,7 @@ module Aws::STS
1535
1535
  params: params,
1536
1536
  config: config)
1537
1537
  context[:gem_name] = 'aws-sdk-core'
1538
- context[:gem_version] = '3.48.0'
1538
+ context[:gem_version] = '3.48.1'
1539
1539
  Seahorse::Client::Request.new(handlers, context)
1540
1540
  end
1541
1541
 
@@ -1,9 +1,7 @@
1
1
  if RUBY_VERSION >= '2.1'
2
2
  begin
3
3
  require 'http/2'
4
- rescue LoadError
5
- STDERR.puts "Unable to load the http/2 gem."
6
- end
4
+ rescue LoadError; end
7
5
  end
8
6
  require 'openssl'
9
7
  require 'socket'
@@ -1,9 +1,7 @@
1
1
  if RUBY_VERSION >= '2.1'
2
2
  begin
3
3
  require 'http/2'
4
- rescue LoadError
5
- STDERR.puts "Unable to load the http/2 gem."
6
- end
4
+ rescue LoadError; end
7
5
  end
8
6
  require 'securerandom'
9
7
 
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.0
4
+ version: 3.48.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: 2019-03-18 00:00:00.000000000 Z
11
+ date: 2019-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath