jekyll-theme-open-project-helpers 2.0.4 → 2.0.6
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
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0c470f2a6913085fde93b50f6295db82ba2b507e
|
4
|
+
data.tar.gz: d67c35fc0d24635c53045a0d60adc4997dfb8cf6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45afa5d9d9b589e93fd1d973bf51836d7ad316418691b2dc1aacd1ac2a8eb5e4f17a2e3b4d5f02fe92c1efdb9860c352c1f9a9fecaacc28a685002c4ca7eff0a
|
7
|
+
data.tar.gz: 795519bd9c3d1baa1a4b781b9b46d3d3c3b1d31a2e03b70ae49fcf702f322ba3a58112fe0fd073ec0f33f3ef74212c5b76b43475e6881a0ee5c6de274e0483ac
|
@@ -99,6 +99,10 @@ module Jekyll
|
|
99
99
|
project['site']['git_repo_url'],
|
100
100
|
['assets', '_posts', '_software', '_specs'])
|
101
101
|
|
102
|
+
CollectionDocReader.new(site).read(
|
103
|
+
project_path,
|
104
|
+
@site.collections['projects'])
|
105
|
+
|
102
106
|
fetch_and_read_software('projects')
|
103
107
|
fetch_and_read_specs('projects')
|
104
108
|
end
|
@@ -175,6 +179,7 @@ module Jekyll
|
|
175
179
|
entry_points = @site.collections[collection_name].docs.select do |doc|
|
176
180
|
doc.data['repo_url']
|
177
181
|
end
|
182
|
+
p entry_points
|
178
183
|
|
179
184
|
entry_points.each do |index_doc|
|
180
185
|
item_name = index_doc.id.split('/')[-1]
|
@@ -217,6 +222,7 @@ module Jekyll
|
|
217
222
|
# and boolean signifying whether new repo has been initialized
|
218
223
|
# in the process of pulling the data.
|
219
224
|
|
225
|
+
p repo_path
|
220
226
|
newly_initialized = false
|
221
227
|
repo = nil
|
222
228
|
|
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: 2.0.
|
4
|
+
version: 2.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-05-
|
11
|
+
date: 2019-05-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|