aws-sdk-core 3.0.0.rc8 → 3.0.0.rc9

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: e488f568ce29d25bb890051d48ad9031f10bc38f
4
- data.tar.gz: b4d1b49a01d4221be5f92521ba4f13a08fbaf4ea
3
+ metadata.gz: 3f4ec9db92fbeb93918ed8f09beaacc6758c5b7f
4
+ data.tar.gz: 3eeec5be3fe1f71d7a4c69d20c7587e846acc86f
5
5
  SHA512:
6
- metadata.gz: cfbf6a376a94e2792d4b0c9694495bbdef4be9f71161c5be61683a07d41123a8aa301e01abaefbc70d242e0079478fdb6bf6022679bb35569ac8934541e60772
7
- data.tar.gz: 7893cea9ecf83566f15a46f405f9b8cd8a5b5e85f8a811d3b037eaf15bb2b4a2f897aeaa7435b29c8920fa827c54b10d20df9d64e04961804412d9683c4ec6e3
6
+ metadata.gz: 2e129cf8b31ee6b7e0159c5caa5e821fa24a4854d2f4dd048737ae3063043df43ce1fbd9ce11d4f3e42d5fe7186972a868eafaa547d77130eb97dc18ed3ce364
7
+ data.tar.gz: 6005a27ec504af006b554f03745a182880a3b530ce696b0738742754dee9c634b47960a9f440d9d8e28d91e8fc921367cde8b49167d1dcf204febc7e483d9cd8
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.0.rc8
1
+ 3.0.0.rc9
@@ -1,4 +1,4 @@
1
- require 'cgi/util'
1
+ require 'cgi'
2
2
 
3
3
  module Aws
4
4
  # @api private
@@ -1,4 +1,4 @@
1
- require 'cgi/util'
1
+ require 'cgi'
2
2
 
3
3
  module Aws
4
4
  module Xml
@@ -11,7 +11,11 @@ module Aws
11
11
  end
12
12
 
13
13
  def parse(xml)
14
- Ox.sax_parse(@stack, StringIO.new(xml), :convert_special => true)
14
+ Ox.sax_parse(
15
+ @stack, StringIO.new(xml),
16
+ :convert_special => true,
17
+ :skip => :skip_white
18
+ )
15
19
  end
16
20
 
17
21
  end
@@ -40,6 +40,6 @@ require_relative 'aws-sdk-sts/customizations'
40
40
  # @service
41
41
  module Aws::STS
42
42
 
43
- GEM_VERSION = '3.0.0.rc7'
43
+ GEM_VERSION = '3.0.0.rc8'
44
44
 
45
45
  end
@@ -1251,7 +1251,7 @@ module Aws::STS
1251
1251
  params: params,
1252
1252
  config: config)
1253
1253
  context[:gem_name] = 'aws-sdk-core'
1254
- context[:gem_version] = '3.0.0.rc7'
1254
+ context[:gem_version] = '3.0.0.rc8'
1255
1255
  Seahorse::Client::Request.new(handlers, context)
1256
1256
  end
1257
1257
 
@@ -1,4 +1,4 @@
1
- require 'cgi/util'
1
+ require 'cgi'
2
2
 
3
3
  module Seahorse
4
4
  # @api private
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.0.0.rc8
4
+ version: 3.0.0.rc9
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-04-21 00:00:00.000000000 Z
11
+ date: 2017-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath