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