aws-sdk-core 2.2.15 → 2.2.16

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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -1,5 +1,6 @@
1
1
  Aws.add_service(:APIGateway, {
2
2
  api: "#{Aws::API_DIR}/apigateway/2015-07-09/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/apigateway/2015-07-09/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/apigateway/2015-07-09/examples-1.json",
4
5
  paginators: "#{Aws::API_DIR}/apigateway/2015-07-09/paginators-1.json",
5
6
  })
@@ -1,5 +1,6 @@
1
1
  Aws.add_service(:Lambda, {
2
2
  api: "#{Aws::API_DIR}/lambda/2015-03-31/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/lambda/2015-03-31/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/lambda/2015-03-31/examples-1.json",
4
5
  paginators: "#{Aws::API_DIR}/lambda/2015-03-31/paginators-1.json",
5
6
  })
@@ -66,6 +66,9 @@ module Aws
66
66
  digest.update('')
67
67
  end
68
68
 
69
+ # Rewind body before performing checksum computation.
70
+ body.rewind
71
+
69
72
  while chunk = body.read(1024 * 1024) # read 1MB
70
73
  tree_hash.update(chunk)
71
74
  digest.update(chunk)
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.2.15'
2
+ VERSION = '2.2.16'
3
3
  end
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: 2.2.15
4
+ version: 2.2.16
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: 2016-02-09 00:00:00.000000000 Z
11
+ date: 2016-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -37,6 +37,7 @@ files:
37
37
  - apis/acm/2015-12-08/examples-1.json
38
38
  - apis/acm/2015-12-08/paginators-1.json
39
39
  - apis/apigateway/2015-07-09/api-2.json
40
+ - apis/apigateway/2015-07-09/examples-1.json
40
41
  - apis/apigateway/2015-07-09/paginators-1.json
41
42
  - apis/autoscaling/2011-01-01/api-2.json
42
43
  - apis/autoscaling/2011-01-01/examples-1.json
@@ -142,6 +143,7 @@ files:
142
143
  - apis/lambda/2014-11-11/api-2.json
143
144
  - apis/lambda/2014-11-11/paginators-1.json
144
145
  - apis/lambda/2015-03-31/api-2.json
146
+ - apis/lambda/2015-03-31/examples-1.json
145
147
  - apis/lambda/2015-03-31/paginators-1.json
146
148
  - apis/logs/2014-03-28/api-2.json
147
149
  - apis/logs/2014-03-28/examples-1.json