dccscr 0.3.0 → 0.3.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
2
  SHA256:
3
- metadata.gz: 753dc4edfd916f55efc0d2d533fa67835de1d8540f37b749304f208c3268ce0e
4
- data.tar.gz: 03020aa7432733669621c0d318985e05a7a5c8a2f007143dc762e8cf12f70311
3
+ metadata.gz: 8954b4af554f62fddde9626b2c81c9d5372f80ab598de160949010cd6cc9bbc3
4
+ data.tar.gz: d4b647df03a1c76a4ea2a6b5ab83d07bf401879ba796278e1ac27a76f5f0fedc
5
5
  SHA512:
6
- metadata.gz: 25e36706bda36da321fa36f2df0f415aebfeebe4a5d476408c8dc74738a300146edf890c6b6295e724369e924f939d4773c12ea7b53e8cc951ad508a2bb21942
7
- data.tar.gz: a09fa390de7045f70fafb575bc7cb5ef91fedc40310b7f1f93cc5498f1c489fd7d90d91a3afd27cd34a85669e61b9194021743ad090e1d9bdafa8250e5bc4d32
6
+ metadata.gz: '08f9ae8ebfd9c6f09cae029728f5a50bdd3f57aa316429231c5f2b90e6884a644cf195a3dc24f142f497c4861850368e259ca5efcfe561b298a15938f244cc11'
7
+ data.tar.gz: 816c17205b0fbfad164016f8df53ec177ab5217576279347be27f3c1990d9b3b9a931bfc73729830e299f666c7f226dd86c6ea080c0c69ad3b89552b8f9348e1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dccscr (0.3.0)
4
+ dccscr (0.3.1)
5
5
  shellwords (~> 0.1)
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DCCSCR
4
- VERSION = '0.3.0'
4
+ VERSION = '0.3.1'
5
5
  end
@@ -42,9 +42,11 @@ module DCCSCR
42
42
  attr_reader :value, :parent
43
43
 
44
44
  def initialize(whitelist:, subpath:, greylist: "#{File.basename(subpath)}.greylist")
45
+ warn "Parse: #{File.join subpath, greylist}"
46
+
45
47
  @value = JSON.parse(File.read(File.join(whitelist.path, subpath, greylist)))
46
48
 
47
- whitelist[@parent] unless (@parent = @value['image_parent_name'])&.empty?
49
+ whitelist[@parent] unless (@parent = @value['image_parent_name'] || '').empty?
48
50
  end
49
51
  end
50
52
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dccscr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frank J. Cameron