wikisys 0.4.1 → 0.4.2
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/lib/wikisys.rb +3 -0
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7df49481e6dd9b98d651456392c9dc2bdc74ccd65565a7a5a73818415c3ebb24
|
|
4
|
+
data.tar.gz: 615021b76e6869b19f2b0885970778da4885b459bdc9d90adca8b159c5a756a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6b9139472aa18dc3c7d76eed52a5d5f0ee5956f7ba061fde200989c605f7238d2c51779550f3f0f47da718694230e11c197853dd9a2949f38c4ed475249c536
|
|
7
|
+
data.tar.gz: 5a7532e004d33a95f6802fe912cc6d791dccf0c7fe9f815330e59b91488a33067897af8d41d2332633705c9e6f6b82b42dae8ba4c3bad0beab074114dc8b2c52
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/lib/wikisys.rb
CHANGED
|
@@ -6,6 +6,7 @@ require 'dxlite'
|
|
|
6
6
|
require 'dir-to-xml'
|
|
7
7
|
require 'mindwords'
|
|
8
8
|
require 'martile'
|
|
9
|
+
require 'hashcache'
|
|
9
10
|
|
|
10
11
|
module FileFetch
|
|
11
12
|
|
|
@@ -328,6 +329,8 @@ module Wikisys
|
|
|
328
329
|
h = dir.activity
|
|
329
330
|
puts 'h: ' + h.inspect if @debug
|
|
330
331
|
|
|
332
|
+
return if (h[:new] + h[:modified]).empty?
|
|
333
|
+
|
|
331
334
|
pg = Wiki.new @filepath, entries: @entries, debug: @debug
|
|
332
335
|
|
|
333
336
|
|
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|