aws_public_ips 1.0.2 → 1.0.3

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
2
  SHA256:
3
- metadata.gz: c9806095afd653f31bb210dd942a8ece60e19f49b89ae3381f6e67bf4f31cf28
4
- data.tar.gz: 470f8e9466c526df64753ebe90f5d49c10694053ef65cf64e84d8052a5673944
3
+ metadata.gz: c360fd8fc1dec710ad8ee00b18babdd8bb4781494dad119291a6fa03fcb65b1f
4
+ data.tar.gz: bbf9fa5b7a48c45d5b9056117d5c56e9d1aac2a97acf27eebeda0198cc76cd72
5
5
  SHA512:
6
- metadata.gz: 87660edab0d2e8bc11dc9070f6054d3abab4f24344960988e6aaf695a721084e74b8e07081664b0c9d528e19f4d7789cd5b9ad7dc92b7422a3205afd8bd16ff6
7
- data.tar.gz: 377f0bf39f4feac7211fc5fbe86478b050538b0993a33972c4efed0c5a2249135b9c7af4990ec83ce34085d1237a55b57e0adde7c791964c8a1a53f9d86d36c9
6
+ metadata.gz: 7717d68059ba9b004df5f16755bfd8ce69af4fc73ade7e7cd559311d2c11d5ed2f6f704483eb667654d35e8fef4fa076ce1840f82e387dce028cb7b7dc7251a1
7
+ data.tar.gz: c0b4e447f652d427077a0c9dbadc8c7b81ee620286d33508e04ef970978f8570110be11e69506f9eefac9021687e10f9ac3d424485ddbb7edff25a41e09b49d1
@@ -39,11 +39,11 @@ module AwsPublicIps
39
39
  # AWS Neptune (still in preview / not GA yet)
40
40
 
41
41
  def all_services
42
- @all_services ||= Dir['lib/aws_public_ips/checks/*.rb'].map { |path| File.basename(path, '.rb') }.sort
42
+ @all_services ||= Dir["#{__dir__}/checks/*.rb"].map { |path| File.basename(path, '.rb') }.sort
43
43
  end
44
44
 
45
45
  def all_formats
46
- @all_formats ||= Dir['lib/aws_public_ips/formatters/*.rb'].map { |path| File.basename(path, '.rb') }.sort
46
+ @all_formats ||= Dir["#{__dir__}/formatters/*.rb"].map { |path| File.basename(path, '.rb') }.sort
47
47
  end
48
48
 
49
49
  def parse(args)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AwsPublicIps
4
- VERSION = '1.0.2'.freeze
4
+ VERSION = '1.0.3'.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.2
4
+ version: 1.0.3
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-15 00:00:00.000000000 Z
11
+ date: 2018-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-apigateway