jekyll-theme-open-project-helpers 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 43671a5a93fa4b0e536e8a8b517eb201cec594a3bdeb07908d982d0b3c2f8bf6
|
4
|
+
data.tar.gz: 7db1d15736a03f65e1ee1dce2a7e2343185fea50b7b5b51aad3ae8dfe481c978
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0beefbd0916ebb32d6943e62f72f5e2fa281e7496a291091b1a11618d48bbe85421ade9cb2e31da13246374d7420406842a0b6346fb12d2674b8cc213cba0ac
|
7
|
+
data.tar.gz: 8e954addb47a780bca3c99f579a90ef7a1be9df53e8da3b0025954c2c17c40113bbbea4e0fea2f61bbaf3db1af7fb94845e99682240304ff9485bc95263ad723
|
@@ -122,7 +122,10 @@ module Jekyll
|
|
122
122
|
entry_points.each do |index_doc|
|
123
123
|
result = fetch_docs_for_item(index_doc)
|
124
124
|
index_doc.merge_data!({ 'last_update' => result[:checkout_result][:modified_at] })
|
125
|
-
|
125
|
+
|
126
|
+
# Read all docs for hub site only when the repo is freshly initialized,
|
127
|
+
# for project sites always. A workaround for #4 pending proper solution.
|
128
|
+
if !@site.config['is_hub'] or result[:newly_initialized]
|
126
129
|
CollectionDocReader.new(site).read(
|
127
130
|
result[:docs_path],
|
128
131
|
@site.collections[collection_name])
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-open-project-helpers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-09-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
102
102
|
version: '0'
|
103
103
|
requirements: []
|
104
104
|
rubyforge_project:
|
105
|
-
rubygems_version: 2.6
|
105
|
+
rubygems_version: 2.7.6
|
106
106
|
signing_key:
|
107
107
|
specification_version: 4
|
108
108
|
summary: Helpers for the Open Project Jekyll theme
|