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: 6b0cb77746966548999e685bca5a80c37c5486a2
4
- data.tar.gz: 3e56cf45ea5251b49f9540e7b2ec11df6244da06
3
+ metadata.gz: 32ac84436f15a6f1f9708d040c048608fabb5367
4
+ data.tar.gz: f5719247e6f659fd653709b2e451da05e298f013
5
5
  SHA512:
6
- metadata.gz: deffc10af730eb1a94c77c2a1eb8a13ddda05322fbc60ac526b5600432b640756c86c435e027b6bdca2d4c7ea5974bed7a76421ebcc5d48948c3dbf8cd640597
7
- data.tar.gz: 62f7e67d05891a63872d5ce4a3da7aa8e7ed6df0ebfbb51b1696cf05c8baf0f795cb16c46e9d53d589578bd31d7171873c244d61dd937ee2627780b5dc9ebaa1
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
- Currently, its functionality includes filtered tag page generation
6
- for open software and specification indexes on an open hub site.
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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'jekyll-theme-open-project-helpers'
5
- s.version = '1.0.1'
5
+ s.version = '1.0.2'
6
6
  s.authors = ['Ribose Inc.']
7
7
  s.email = ['open.source@ribose.com']
8
8
 
@@ -131,7 +131,9 @@ module Jekyll
131
131
  end
132
132
 
133
133
  def git_sparse_checkout(repo_path, remote_url, subtrees)
134
- # Returns boolean indicating whether the checkout happened
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
metadata CHANGED
@@ -1,7 +1,7 @@
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.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.