aws-partitions 1.1007.0 → 1.1008.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d9ab92db705ed43844245575ac374ac4d096809f6fbb9ecc06d2b8f9e0f5085
|
4
|
+
data.tar.gz: 3e288dd649b60af08c68da6c79996cd8ced66fc5f2e963a3313725cb899aced6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c075d3fa45a55fbbc4f563a39e4b79174b64389ea54bc28a2aaf6b8ac26e3e230eabab0a26f2eb2d013d4c8052e81b606a05c940bab0faa48169deb6768e61e6
|
7
|
+
data.tar.gz: 5b05da8ec3ea2ef9b0227306674c556e20ad0f93c8ba05f12029a2844e9f4c727914f77756281cb916b072c9ecf0b62ca9e67d693922a833a12af49884ac1c03
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1008.0
|
data/partitions.json
CHANGED
@@ -12057,6 +12057,7 @@
|
|
12057
12057
|
"ap-southeast-2" : { },
|
12058
12058
|
"ap-southeast-3" : { },
|
12059
12059
|
"ap-southeast-4" : { },
|
12060
|
+
"ap-southeast-5" : { },
|
12060
12061
|
"ca-central-1" : { },
|
12061
12062
|
"ca-west-1" : { },
|
12062
12063
|
"eu-central-1" : { },
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-partitions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1008.0
|
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: 2024-11-
|
11
|
+
date: 2024-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|