jekyll-theme-open-project 2.0.19 → 2.0.20
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 +4 -4
- data/README.md +7 -2
- data/_data/placeholder.yml +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6edca8c1b8f52353ca4b68a1fccb3bfae9566b63d431786c68a844bcd8a0816b
|
|
4
|
+
data.tar.gz: b39a096dce0dbed9de10b8d8124db967bb7e0747220e6b5a60ffe1a2802b7fba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e336074b47459bdcd54d64e8e82a66ecd69b450afcd9dc5c91d2ac94730be3dc7dfd92b9bb8feeb361971c95f498af078fd14196e589fed8fbceaf0e91bc68dd
|
|
7
|
+
data.tar.gz: 3608311f95d7f7b1120c6a79b0483a0d13c00fd814441b86b56db101734e5b6584cec9d3335707a974e7b5829c86191857260fb1045afc4f1bf84a8736debec9
|
data/README.md
CHANGED
|
@@ -7,9 +7,14 @@ open-source software and specifications in a navigable and elegant way.
|
|
|
7
7
|
Open Project fits two types of sites:
|
|
8
8
|
that describe one individual project, and that combine projects into sort of an open hub.
|
|
9
9
|
|
|
10
|
-
See
|
|
11
|
-
|
|
10
|
+
**Demo**: See [Ribose Open](https://open.ribose.com/) project sites—for example,
|
|
11
|
+
[Metanorma](https://www.metanorma.com),
|
|
12
|
+
[RNP](https://www.rnpgp.com),
|
|
13
|
+
[Cryptode](https://www.cryptode.com),
|
|
14
|
+
[Relaton](https://www.relaton.com).
|
|
12
15
|
|
|
16
|
+
See also: CI_OPS for how to set up automated build and deployment of sites
|
|
17
|
+
to AWS S3.
|
|
13
18
|
|
|
14
19
|
## Contents
|
|
15
20
|
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-open-project
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.20
|
|
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-
|
|
11
|
+
date: 2019-11-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -160,6 +160,7 @@ files:
|
|
|
160
160
|
- LICENSE.txt
|
|
161
161
|
- README.md
|
|
162
162
|
- _config.yml
|
|
163
|
+
- _data/placeholder.yml
|
|
163
164
|
- _includes/_nav-item.html
|
|
164
165
|
- _includes/_post-meta.html
|
|
165
166
|
- _includes/external-link.html
|
|
@@ -239,8 +240,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
239
240
|
- !ruby/object:Gem::Version
|
|
240
241
|
version: '0'
|
|
241
242
|
requirements: []
|
|
242
|
-
|
|
243
|
-
rubygems_version: 2.7.6.2
|
|
243
|
+
rubygems_version: 3.0.3
|
|
244
244
|
signing_key:
|
|
245
245
|
specification_version: 4
|
|
246
246
|
summary: Open Project Jekyll theme
|