aws-sdk-cloudwatch 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-cloudwatch.rb +1 -1
- data/lib/aws-sdk-cloudwatch/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: 0dce019c1f017edd551e5d944599026c31168392
|
4
|
+
data.tar.gz: fc30fcb026050d9bbb4ca99c409b4e6ff75a527f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4312daef6eebc6863e41f6283708b1b2b2080a0e1686cc8c7cb890aad27d3191e207a17b8036fbbd4251b3cda5573b4bf513903404c602dce513b8c04afa10cd
|
7
|
+
data.tar.gz: bf5d627f6f3fb1fe914c376947f06ef77d91f747a9cabaacf7aa5d1a9de244acd9f0cd260f757324d2b33d50700af30d438f70dfef6d239ce560fea410a894b8
|
data/lib/aws-sdk-cloudwatch.rb
CHANGED
@@ -1043,7 +1043,7 @@ module Aws::CloudWatch
|
|
1043
1043
|
params: params,
|
1044
1044
|
config: config)
|
1045
1045
|
context[:gem_name] = 'aws-sdk-cloudwatch'
|
1046
|
-
context[:gem_version] = '1.0.0.
|
1046
|
+
context[:gem_version] = '1.0.0.rc4'
|
1047
1047
|
Seahorse::Client::Request.new(handlers, context)
|
1048
1048
|
end
|
1049
1049
|
|