aws-ip-ranges 0.1.0 → 0.1.1
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/.editorconfig +4 -0
- data/.tool-versions +1 -1
- data/CHANGELOG.md +2 -2
- data/Gemfile.lock +8 -6
- data/README.md +3 -0
- data/lib/aws_ip_ranges/version.rb +1 -1
- metadata +13 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e496f9e62aa2bcfe0911fd594efb9febdc24710c3b404802298380c798e40b54
|
|
4
|
+
data.tar.gz: ae65cb0a592b77d5ea1b0011fd3067f4939af77c6387254608cc30a68c89c08a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 49d20588d0d88fceb087b309e19b358e788bc472c168f9720aedc7aaab925f34e95017fa09c99a589d8a8fdbf70bd7e08433b77fe3bf3b56f346cb4b82975f20
|
|
7
|
+
data.tar.gz: 3e3cb4818aea614e5805cb35b944a9d975efb16b3beec9ed0c37edb9768d8a3a3ec3dad4fc14377b70228fd60fe9629048f68fdb58d310fe71df54d909bcb5fe
|
data/.editorconfig
ADDED
data/.tool-versions
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ruby 2.
|
|
1
|
+
ruby 3.2.2
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
aws-ip-ranges (0.1.
|
|
4
|
+
aws-ip-ranges (0.1.1)
|
|
5
5
|
dry-cli (~> 0.7.0)
|
|
6
6
|
faraday (~> 2.0)
|
|
7
|
-
faraday-retry (
|
|
7
|
+
faraday-retry (>= 1.0, < 3.0)
|
|
8
8
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: https://rubygems.org/
|
|
@@ -13,11 +13,12 @@ GEM
|
|
|
13
13
|
byebug (11.1.3)
|
|
14
14
|
coderay (1.1.3)
|
|
15
15
|
dry-cli (0.7.0)
|
|
16
|
-
faraday (2.
|
|
17
|
-
faraday-net_http (
|
|
16
|
+
faraday (2.7.10)
|
|
17
|
+
faraday-net_http (>= 2.0, < 3.1)
|
|
18
18
|
ruby2_keywords (>= 0.0.4)
|
|
19
|
-
faraday-net_http (
|
|
20
|
-
faraday-retry (
|
|
19
|
+
faraday-net_http (3.0.2)
|
|
20
|
+
faraday-retry (2.2.0)
|
|
21
|
+
faraday (~> 2.0)
|
|
21
22
|
method_source (1.0.0)
|
|
22
23
|
minitest (5.15.0)
|
|
23
24
|
mustermann (1.1.1)
|
|
@@ -61,6 +62,7 @@ GEM
|
|
|
61
62
|
webrick (1.7.0)
|
|
62
63
|
|
|
63
64
|
PLATFORMS
|
|
65
|
+
arm64-darwin-22
|
|
64
66
|
x86_64-darwin-20
|
|
65
67
|
x86_64-linux
|
|
66
68
|
|
data/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# `aws-ip-ranges`
|
|
2
2
|
|
|
3
|
+
[](https://badge.fury.io/rb/aws-ip-ranges)
|
|
4
|
+

|
|
5
|
+
|
|
3
6
|
Retrieve AWS IP ranges with ease.
|
|
4
7
|
|
|
5
8
|
## Installation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-ip-ranges
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yohan Robert
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-07-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dry-cli
|
|
@@ -42,16 +42,22 @@ dependencies:
|
|
|
42
42
|
name: faraday-retry
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- - "
|
|
45
|
+
- - ">="
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '1.0'
|
|
48
|
+
- - "<"
|
|
49
|
+
- !ruby/object:Gem::Version
|
|
50
|
+
version: '3.0'
|
|
48
51
|
type: :runtime
|
|
49
52
|
prerelease: false
|
|
50
53
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
54
|
requirements:
|
|
52
|
-
- - "
|
|
55
|
+
- - ">="
|
|
53
56
|
- !ruby/object:Gem::Version
|
|
54
57
|
version: '1.0'
|
|
58
|
+
- - "<"
|
|
59
|
+
- !ruby/object:Gem::Version
|
|
60
|
+
version: '3.0'
|
|
55
61
|
description: Retrieve AWS IP ranges with ease.
|
|
56
62
|
email:
|
|
57
63
|
- yohan.robert@happydemics.com
|
|
@@ -60,6 +66,7 @@ executables:
|
|
|
60
66
|
extensions: []
|
|
61
67
|
extra_rdoc_files: []
|
|
62
68
|
files:
|
|
69
|
+
- ".editorconfig"
|
|
63
70
|
- ".rubocop.yml"
|
|
64
71
|
- ".tool-versions"
|
|
65
72
|
- CHANGELOG.md
|
|
@@ -80,7 +87,7 @@ licenses:
|
|
|
80
87
|
metadata:
|
|
81
88
|
homepage_uri: https://github.com/happydemics/aws-ip-ranges
|
|
82
89
|
source_code_uri: https://github.com/happydemics/aws-ip-ranges
|
|
83
|
-
changelog_uri: https://github.com/happydemics/aws-ip-ranges/tree/
|
|
90
|
+
changelog_uri: https://github.com/happydemics/aws-ip-ranges/tree/main/CHANGELOG.md
|
|
84
91
|
rubygems_mfa_required: 'true'
|
|
85
92
|
post_install_message:
|
|
86
93
|
rdoc_options: []
|
|
@@ -97,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
97
104
|
- !ruby/object:Gem::Version
|
|
98
105
|
version: '0'
|
|
99
106
|
requirements: []
|
|
100
|
-
rubygems_version: 3.
|
|
107
|
+
rubygems_version: 3.4.10
|
|
101
108
|
signing_key:
|
|
102
109
|
specification_version: 4
|
|
103
110
|
summary: Retrieve AWS IP ranges with ease.
|