aws-sdk-core 2.1.5 → 2.1.7

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: 62f8c713bc41788e5814b9a413a3553d29de1a84
4
- data.tar.gz: e9f90be0c2eb77569dea2483d1e75cf2eeb56ba3
3
+ metadata.gz: 54b407bdb17f322f2b25d8ccbcaccc317fb182f5
4
+ data.tar.gz: 44222c367e970b769991226aefd268bb793a2c37
5
5
  SHA512:
6
- metadata.gz: b53cf30d111cfa623bde2dbe1c7dfe0dedbb6e576741e7f55250e1c20f3d0c891f0455d769521bbec32300248966674f240a33b65870e7fbe9e6d586ce175c3a
7
- data.tar.gz: 645da4524ac1b3bb3928839471f88905575705d39d4ebcc638ef318f38d62eef5edf38c410d5d9c286fa436b5f60c77b1042298fbbb9a692f2ed2dbaf772d024
6
+ metadata.gz: 41cd7dbbf8ee5259adf48958fc283539a475128c70068953ff981dee039e2dad535109df0ce112dbee3b2ff7700368ff90ba4edb410fcfe5f6b49a64bece7cc0
7
+ data.tar.gz: d284806817f0623121f5fab398e8a2d4e3268d45b8f945ac41a83d013c4a05ea9d9200dedb07d4a5fa6caa705bb841a0ec2a84ae19a67cda0522a1f5630d5bec
@@ -33,20 +33,20 @@ module Aws
33
33
  end
34
34
 
35
35
  def dump(value)
36
- ENGINE.dump(value, ENGINE_DUMP_OPTIONS)
36
+ ENGINE.dump(value, *ENGINE_DUMP_OPTIONS)
37
37
  end
38
38
 
39
39
  private
40
40
 
41
41
  def oj_engine
42
42
  require 'oj'
43
- [Oj, { mode: :compat }, Oj::ParseError]
43
+ [Oj, [{ mode: :compat }], Oj::ParseError]
44
44
  rescue LoadError
45
45
  false
46
46
  end
47
47
 
48
48
  def json_engine
49
- [JSON, {}, JSON::ParserError]
49
+ [JSON, [], JSON::ParserError]
50
50
  end
51
51
 
52
52
  end
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.1.5'
2
+ VERSION = '2.1.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.5
4
+ version: 2.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services