network-utility 1.1.44 → 1.1.45

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/document/document.rb +2 -2
  3. data/network.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c4ccc5a9ed9d02063837b9114fb98342726aaff01b5f8a3b76c1012eaade0991
4
- data.tar.gz: b9e331486a5e504937dcf3253969ee62b12d6cab6f1693d964213b81cfa254de
3
+ metadata.gz: a7a7fec20b0792aa93546f71745f320ece4a5e5fb9a1cc80cf86b9756998da9f
4
+ data.tar.gz: 51acf48cddc7461e9e7c3010c3b345766d69ffc68ca30ab1900330c537d5f6e1
5
5
  SHA512:
6
- metadata.gz: 32b3c3678b9a31c2abb2361f5d0beb9f5060f80fbf70c785e75ff1e86812c187c4a45f886f244c30327c0a175d8eeecb2b7f3d76ac8a8b3dc76b6945a7574285
7
- data.tar.gz: b449e0463c5c037cd1811a1e08f61c8302d1612870d8f53d9c14265923f6b738842a7992068c53be1c7eb28a021a06d6d924c0b8da28f7dc0e327786619b01b4
6
+ metadata.gz: f3b30af360ca30db2d54bc6366c54bcd1e4f8bf03d588efac3ea7b52a666d4a6c78061f7c1e92183f484628b0c895d0e94f9dd364f787caac203a54c243b2a1d
7
+ data.tar.gz: eb4b1bcc955ede4825e707d951300bbb572648b31ed03723a65d12bcfe32ba0871b1e7e729fec9063ca6eb002d81a596419d22ebc05d75431df0f756437c0996
data/document/document.rb CHANGED
@@ -77,12 +77,12 @@ module Doc
77
77
  Doc.build paths, runtime: :static, dir: :yes
78
78
  Doc.load paths
79
79
  end
80
- if File.exist?(parameters[:document])
80
+ if parameters[:document] && File.exist?(parameters[:document])
81
81
  paths = parameters[:document]
82
82
  Doc.build paths, runtime: :static, dir: :yes
83
83
  Doc.load paths
84
84
  end
85
- if parameters[:expansion]
85
+ if parameters[:expansion] && File.exist?(parameters[:expansion])
86
86
  paths = parameters[:expansion]
87
87
  Doc.build paths, custom: :active, runtime: :static, dir: :yes
88
88
  Doc.load paths
data/network.rb CHANGED
@@ -22,5 +22,5 @@
22
22
  ].each{|mod|require mod}
23
23
 
24
24
  module Network
25
- VERSION = '1.1.44'
25
+ VERSION = '1.1.45'
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: network-utility
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.44
4
+ version: 1.1.45
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt