aws_public_ips 1.0.0 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 91231fd301e6aec59763e203fd32c2d985974a4b
4
- data.tar.gz: 340477b64151aeba0a89115b9f507ecd9283c9cc
2
+ SHA256:
3
+ metadata.gz: 5e039d5002c03d867450934a0a85356726a04b4e30cd82d01ed52b3897746cda
4
+ data.tar.gz: 1cbd6ee0acb47060f6f4a2c22b8371b811fff60dfb13c668aeb00eafbfc54883
5
5
  SHA512:
6
- metadata.gz: dc5775856d160fdfb16b6f2cb141ea242cedf35468e47889ad2b1b9f86c2d82825d3bc6aa1fb1aec0299a75e1954930d5af12f3b726245140fd82e934cbc7625
7
- data.tar.gz: f02119924a590ce33d2999143217592071f7fb65cd2632222a5c36d99fa18fcb005460bbb5c208fce16b913a5586ab66931b295f9315d4abb67c6d1cfd3ef5e0
6
+ metadata.gz: 458da9f2855a9da23d87d5676f924e581f295267d2c5739cdaf34314cd8a3e639b13dcbe327b3106c40422313331400624b7ea164336b9d7ba60224689ddeca8
7
+ data.tar.gz: 6813da56f42f0d09257f1816009b35b61931867b3436d9b64b3e7b519adc4deaa6c7470df1aab907ac81972e56deb60908a44c5f81453365b50de7bf078479da
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AwsPublicIps
4
- VERSION = '1.0.0'.freeze
4
+ VERSION = '1.0.1'.freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws_public_ips
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arkadiy Tetelman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-14 00:00:00.000000000 Z
11
+ date: 2018-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-apigateway
@@ -209,7 +209,8 @@ dependencies:
209
209
  description: A library/cli to fetch all public IP addresses associated with an AWS
210
210
  account
211
211
  email:
212
- executables: []
212
+ executables:
213
+ - aws_public_ips
213
214
  extensions: []
214
215
  extra_rdoc_files: []
215
216
  files:
@@ -252,7 +253,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
252
253
  version: '0'
253
254
  requirements: []
254
255
  rubyforge_project:
255
- rubygems_version: 2.6.14
256
+ rubygems_version: 2.7.6
256
257
  signing_key:
257
258
  specification_version: 4
258
259
  summary: A library/cli to fetch all public IP addresses associated with an AWS account