aws-sdk-gamelift 1.0.0.rc4 → 1.0.0.rc5
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 +4 -4
- data/lib/aws-sdk-gamelift.rb +1 -1
- data/lib/aws-sdk-gamelift/client.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3db0d4fd4a6a35a10b3c141033be8f6ef87d0ba0
|
4
|
+
data.tar.gz: 032d9b0c7e37107659b71fbe367ae980e0765f5b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c44ef2f0d4dffb431bbe5268588921ebf3d67a17b854309dcaba26ae042bf21be2f00df9530886f6a3b62e6be252610e5122ad46bd997648ffea3b7ebac6b3c
|
7
|
+
data.tar.gz: 65a7ed4f6299fef26c95d00b36a5621b3a0a1a1e70288871f67f629d5479beae9e1c8b641a7cf58c2d2f7f3bea0cdecfc4131ad2f7d50746d5b38f205fc242fa
|
data/lib/aws-sdk-gamelift.rb
CHANGED
@@ -3342,7 +3342,7 @@ module Aws::GameLift
|
|
3342
3342
|
params: params,
|
3343
3343
|
config: config)
|
3344
3344
|
context[:gem_name] = 'aws-sdk-gamelift'
|
3345
|
-
context[:gem_version] = '1.0.0.
|
3345
|
+
context[:gem_version] = '1.0.0.rc5'
|
3346
3346
|
Seahorse::Client::Request.new(handlers, context)
|
3347
3347
|
end
|
3348
3348
|
|