aws-partitions 1.957.0 → 1.1120.0

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.
metadata CHANGED
@@ -1,17 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.957.0
4
+ version: 1.1120.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-07-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
- email:
15
13
  executables: []
16
14
  extensions: []
17
15
  extra_rdoc_files: []
@@ -21,6 +19,7 @@ files:
21
19
  - VERSION
22
20
  - lib/aws-partitions.rb
23
21
  - lib/aws-partitions/endpoint_provider.rb
22
+ - lib/aws-partitions/metadata.rb
24
23
  - lib/aws-partitions/partition.rb
25
24
  - lib/aws-partitions/partition_list.rb
26
25
  - lib/aws-partitions/region.rb
@@ -33,7 +32,6 @@ licenses:
33
32
  metadata:
34
33
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions
35
34
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions/CHANGELOG.md
36
- post_install_message:
37
35
  rdoc_options: []
38
36
  require_paths:
39
37
  - lib
@@ -41,15 +39,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
41
39
  requirements:
42
40
  - - ">="
43
41
  - !ruby/object:Gem::Version
44
- version: '2.5'
42
+ version: '2.7'
45
43
  required_rubygems_version: !ruby/object:Gem::Requirement
46
44
  requirements:
47
45
  - - ">="
48
46
  - !ruby/object:Gem::Version
49
47
  version: '0'
50
48
  requirements: []
51
- rubygems_version: 3.4.10
52
- signing_key:
49
+ rubygems_version: 3.6.7
53
50
  specification_version: 4
54
51
  summary: Provides information about AWS partitions, regions, and services.
55
52
  test_files: []