fingerprinter 0.1.8 → 0.1.9

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/fingerprinter.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 701ce40db725878091d58e64e82bdf02b54043b81ef417c192288354ceee73d0
4
- data.tar.gz: 0c09713a4d7a023e426b178fc0b02b832816f33e04188a584100c7dc412daf75
3
+ metadata.gz: c157498e26152c04f85a984944773ef0cff4992fb0281b72506b74d6b2afdad0
4
+ data.tar.gz: e5ee489390ae069d2953f99ea90a25030f697f41c832cfb3f156e699c4bbff51
5
5
  SHA512:
6
- metadata.gz: 0d1583979e056fda56d4aed03db3a6c6c1ae6028f65cdb39a7e18222ba308225ff58eb910b1e2b7226ab3c7495bf585faefb9b930fbd39e9faf3ce130a10725a
7
- data.tar.gz: 8fc0c2fe89d8ac30bf51b9b38dbdba4a0c0ab2b161e604ce17e60bda2d565d51851c5a92ae3bd82ccc2ae8b620bc4603c2332b7b3c49024623b9da8fac20d56b
6
+ metadata.gz: 80f2e6a58d7978d2d966da1e89b2b0fb49f200c13db2ba46a2c6e43a9cf5137160620e5aa728c64ddedd7f3314f617637e4999806c67cb4b604f110c4f49a8c0
7
+ data.tar.gz: 9c407c2c63a0791ea99e4b5c3c12c8392f9a3c9e0d44ce8256b7c1301a2bb12ddab04f847a64202dd1b3bee56efd17e4fd29a80ee3ba27795c8064580402f9c6
data/lib/fingerprinter.rb CHANGED
@@ -8,7 +8,7 @@ module Fingerprinter
8
8
  Dir[File.join(__dir__, 'fingerprinter', 'core/*.rb')].sort.each { |file| require file }
9
9
  Dir[File.join(__dir__, 'fingerprinter', 'utilities/*.rb')].sort.each { |file| require file }
10
10
 
11
- EXCLUSIONS = %w[paas.diod.orange.com].freeze
11
+ EXCLUSIONS = %w[paas.diod.orange.com prod.pc0.dbs.com].freeze
12
12
  WILDCARDS = [
13
13
  ['Application is not available', 'The application is currently not serving requests at this endpoint']
14
14
  ].freeze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fingerprinter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua MARTINELLE