jekyll-theme-open-project-helpers 2.1.2 → 2.1.3
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 +1 -1
- data/jekyll-theme-open-project-helpers.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 41c88b1efe40f6112387d3d2a0c1dbcc9ac5492c1dbb44b23fbabcc07eba88ff
|
|
4
|
+
data.tar.gz: cbf2ad92454b97bb43cb23bee8e38f00b7394e1a13efb9bd283bd9aca0174a3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ddf5c0d05f8e808ce21c94ae8b2ff263e31da28cf1c092cd0e57c0ea65157a574883ec42aa0a532633098246554f003e79941407a086990603db821a94f637d3
|
|
7
|
+
data.tar.gz: 234074e6bb51cc98a49bbbf334ae4ac43f3fd6423c4c0a15b12838b690762ffa9e3ab16f3b810891f069d09b7ede2c9e11230accdbbedee864434bacb3bec513
|
data/README.md
CHANGED
|
@@ -12,7 +12,7 @@ fetching open project/software/specification data from their repos.
|
|
|
12
12
|
## Releasing
|
|
13
13
|
|
|
14
14
|
**Release this helpers gem and theme gem in tandem with matching versions.**
|
|
15
|
-
See [https://github.com/riboseinc/jekyll-theme-open-project
|
|
15
|
+
See [Theme gem docs](https://github.com/riboseinc/jekyll-theme-open-project) for more.
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
1. Inside .gemspec within this repo’s root, update main gem version to the one being released.
|