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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/zerofetcher.rb +8 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f3089e56a48a70a271a6f1f405301865f1de3fa0
4
- data.tar.gz: cd2d6a937211ee4586844c18a3b443eeeaeaf474
3
+ metadata.gz: 4ae6cf3cb2f6de2381c635ac27c8a97ffb4fc19e
4
+ data.tar.gz: 14100b44fa0d6aebc018e5f8cfb375cf72616c6f
5
5
  SHA512:
6
- metadata.gz: a7fda568e5308dc16da765d5e96642f191a149ede167b717ec8e5779d04dcf8dd8733e5e04030881042e58d568254d3fe91bca8a134823767ed9b0eadd0b3f07
7
- data.tar.gz: 2440945a22d520346830eb3c70d765c242ff0c229f9163d973ba4a932c0758123945bc5f854f04f041b17c8dc66fa4174ae088b647bdd64b689f0a1269a41bb7
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.11
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-10 00:00:00.000000000 Z
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