jekyll-theme-open-project-helpers 1.0.1 → 1.0.2
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 32ac84436f15a6f1f9708d040c048608fabb5367
|
|
4
|
+
data.tar.gz: f5719247e6f659fd653709b2e451da05e298f013
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5527b787a0598bd27fea2fef61a799cd5191cf026f8936b380dc5ee817128bea509b4384c47ba29e1d564626c362425972b2def595a57765061aa1cd516201ed
|
|
7
|
+
data.tar.gz: c7982ce72e7c6fd447639de9b4682fb8c6c4bf2caf285a65abb3b5519580c6265a5f0429159f88741ec199acf6c0b6a0815e162c35ec5a52871c56b6b9541ba9
|
data/README.md
CHANGED
|
@@ -2,5 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Jekyll plugin for the Open Project gem-based Jekyll theme by Ribose.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
It provides the data reading and page generation capabilities
|
|
6
|
+
required by the theme.
|
|
7
|
+
|
|
8
|
+
Currently it enables such features as tag-based filtering
|
|
9
|
+
of open software and specification indexes, unified blog index,
|
|
10
|
+
fetching open project/software/specification data from their repos.
|
|
@@ -131,7 +131,9 @@ module Jekyll
|
|
|
131
131
|
end
|
|
132
132
|
|
|
133
133
|
def git_sparse_checkout(repo_path, remote_url, subtrees)
|
|
134
|
-
# Returns
|
|
134
|
+
# Returns hash with timestamp of latest repo commit
|
|
135
|
+
# and boolean signifying whether new repo has been initialized
|
|
136
|
+
# in the process of pulling the data.
|
|
135
137
|
|
|
136
138
|
newly_initialized = false
|
|
137
139
|
repo = nil
|