aws-sdk-opsworks 1.0.0.rc3 → 1.0.0.rc4
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-opsworks.rb +1 -1
- data/lib/aws-sdk-opsworks/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: 22fc2fd932c107eb8cd005727a861ed38955d984
|
|
4
|
+
data.tar.gz: 7f1f3435294f7834dfed28104e20abf6243d4c7c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d83b45688d24642f34c1c197a251a1ac69e0ac0b5766dd6785e802469e6998fe36e9f13158b852086ca03a432f2b8fca6d9328cd2527dea3e2a7022441af712c
|
|
7
|
+
data.tar.gz: 89252fc02774f9bf3bf7760a6b8b42742ac2e554f48dc16a77609adbcfa74b9f41875065b852752274c492d4bad36e93d7bebaee62f4feb5f3fb86730166c8cd
|
data/lib/aws-sdk-opsworks.rb
CHANGED
|
@@ -5238,7 +5238,7 @@ module Aws::OpsWorks
|
|
|
5238
5238
|
params: params,
|
|
5239
5239
|
config: config)
|
|
5240
5240
|
context[:gem_name] = 'aws-sdk-opsworks'
|
|
5241
|
-
context[:gem_version] = '1.0.0.
|
|
5241
|
+
context[:gem_version] = '1.0.0.rc4'
|
|
5242
5242
|
Seahorse::Client::Request.new(handlers, context)
|
|
5243
5243
|
end
|
|
5244
5244
|
|