zerofetcher 0.0.77 → 0.0.78
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
- data/lib/zerofetcher.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91550ada63795aeb97767c1693b551f0b4d0b201
|
4
|
+
data.tar.gz: 853da9609dcf81435acd010f580b959013636547
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 90500414a51d4a5b4a83be0a494eacb7242f00616bf1bfcf1b7268a16d93ee7429327edaf874c465f10e9838239306cd20a7fba4dc11d64a653008700c491d26
|
7
|
+
data.tar.gz: 78f5fd196a78fe468638f6eec204bcd16429f2ca4230e79b7158e92be1f42ae8588a42c95dacd06062e9c410c67e4f72d761436410847f046cda3a160e7075f2
|
data/lib/zerofetcher.rb
CHANGED
@@ -185,7 +185,7 @@ ErrorDocument 404 /404/index.html'
|
|
185
185
|
end
|
186
186
|
|
187
187
|
# Save json data file
|
188
|
-
self.writeFile( jekyll_path+'/_data/
|
188
|
+
self.writeFile( jekyll_path+'/_data/content_blocks.json', JSON.pretty_generate(data['content_blocks']) )
|
189
189
|
self.log('Writing file /_data/galleries.json')
|
190
190
|
end
|
191
191
|
|