zerofetcher 0.0.11 → 0.0.12
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 +8 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ae6cf3cb2f6de2381c635ac27c8a97ffb4fc19e
|
4
|
+
data.tar.gz: 14100b44fa0d6aebc018e5f8cfb375cf72616c6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef4e3d961bdc0c08b1bea7e044ff76f6b2ad5af8abd50669605ecec6c6340b9ef1478c60ead18bedffd38b6620eccc40275899e20fa05c40992d0df49af6c30a
|
7
|
+
data.tar.gz: 8b6e6215a91e3036fd381997b5974d4e90209d79b140fb65153de680fae996ec8366793569dc47946fc8ff9a46ca957533efdda5f032b13049ad1574adc04a58
|
data/lib/zerofetcher.rb
CHANGED
@@ -19,6 +19,13 @@ class ZeroFetcher
|
|
19
19
|
app_path = File.dirname(__FILE__)
|
20
20
|
jekyll_path = Dir.pwd
|
21
21
|
@@jekyll_path = jekyll_path
|
22
|
+
|
23
|
+
gitignores = [
|
24
|
+
'_logs',
|
25
|
+
'_posts',
|
26
|
+
'_includes/pages',
|
27
|
+
'_includes/content_blocks',
|
28
|
+
]
|
22
29
|
|
23
30
|
# App Requires
|
24
31
|
FileUtils::mkdir_p jekyll_path+'/_logs'
|
@@ -89,6 +96,7 @@ class ZeroFetcher
|
|
89
96
|
|
90
97
|
# Add to pages array
|
91
98
|
page_info = {
|
99
|
+
'id' => page['id'],
|
92
100
|
'name' => page['name'],
|
93
101
|
'slug' => page['slug'],
|
94
102
|
'url' => page['url'],
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zerofetcher
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Liccardo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-02-
|
11
|
+
date: 2017-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Fetches content from zero
|
14
14
|
email: brian@d3corp.com
|