network-utility 1.1.46 → 1.1.47

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 +6 -4
  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: 3baeaea28c2d69276e32689c2c8b42b82fdd128d7c5b574132787dfbdb3e6a97
4
- data.tar.gz: 7a6340765cc5ec20505c4cb9816eec22aa83d886554ffe0e5e11f7acc4567139
3
+ metadata.gz: 832345ce6696b01d7272a00ff93e035d235db1445375f6ddcd2adc03c10a8adf
4
+ data.tar.gz: a7be09138cde40936181de86bd641dbee522bf9db98a113f889271ba80b6f70f
5
5
  SHA512:
6
- metadata.gz: cbf147b492da5298ca5e8ddf8c22d57a9a75f2164c404cf1ab1c19dd19130ce0d2adfe370fe6ab129f31a6af9c582340fbf0a9e726f2631f051c8c82c6c09bc1
7
- data.tar.gz: 01d9f58f5c4d487dd1e086576b707693943c019f4d56d1fff4775ca2f61a0e5a70607d92f1291928cf6aabe51d2a024fc774e327a79110119d9ca4e82e48cb7d
6
+ metadata.gz: efce947ee251994b5301c75de667742ed5bed930048ea2accdb0824a34316eb08cf6880585ab25dcbbc84411c549c01e9eb62f218e6463a98f21c82b6764529b
7
+ data.tar.gz: d687ab729bdf3bef457603a2ee031e4b67a27ec3157463ba1f026b654b7bffc4c1aa472f536d2ed251723331b48abc876bce782dcd9a3d6458e0b05393fd92b1
data/document/document.rb CHANGED
@@ -72,10 +72,12 @@ module Doc
72
72
  # expansion: [], path set of extension module files
73
73
  }
74
74
  parameters = {runtime: :static}.merge(option)
75
- if File.exist?(parameters[:config])
76
- paths = File.read(parameters[:config]).split("\n")
77
- Doc.build paths, runtime: :static, dir: :yes
78
- Doc.load paths
75
+ if parameters[:config]
76
+ if File.exist?(parameters[:config])
77
+ paths = File.read(parameters[:config]).split("\n")
78
+ Doc.build paths, runtime: :static, dir: :yes
79
+ Doc.load paths
80
+ end
79
81
  end
80
82
  if parameters[:document]
81
83
  parameters[:document].each do|pathz|
data/network.rb CHANGED
@@ -22,5 +22,5 @@
22
22
  ].each{|mod|require mod}
23
23
 
24
24
  module Network
25
- VERSION = '1.1.46'
25
+ VERSION = '1.1.47'
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.46
4
+ version: 1.1.47
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt