jekyll-theme-open-project-helpers 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 +17 -0
- data/jekyll-theme-open-project-helpers.gemspec +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f4171bb52044da1871926010e89b596e2de0426a534f49a349f0a2a7a9419056
|
|
4
|
+
data.tar.gz: 35f85e3fb538d00d22a7ec53c6ad01b1b33daa38919e7a86c99f25118fb7adb0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8adbfc5e2a52cc6c8484cc7814c725932b9f1c45b17fb154f9ed3d3e13369fffc8a9bbb07f4f08f1fccbe5fd8715d0ec6d310025cb33b62ef04ac5912884e328
|
|
7
|
+
data.tar.gz: e104986345cde94f0abee2ec76b9e75d53583b8216be88d34e5c9c6442593b830e6371666369a538146781024dbd314568c6e256eba81eb621a35ce3cbc37867
|
data/README.md
CHANGED
|
@@ -8,3 +8,20 @@ required by the theme.
|
|
|
8
8
|
Currently it enables such features as tag-based filtering
|
|
9
9
|
of open software and specification indexes, unified blog index,
|
|
10
10
|
fetching open project/software/specification data from their repos.
|
|
11
|
+
|
|
12
|
+
## Releasing
|
|
13
|
+
|
|
14
|
+
**Release this helpers gem and theme gem in tandem with matching versions.**
|
|
15
|
+
See [https://github.com/riboseinc/jekyll-theme-open-project-helpers](theme gem docs) for more.
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
1. Inside .gemspec within this repo’s root, update main gem version to the one being released.
|
|
19
|
+
|
|
20
|
+
2. Make a commit for the new release (“chore: Release vX.X.X”).
|
|
21
|
+
|
|
22
|
+
3. Execute `./develop/release`. This does the following:
|
|
23
|
+
|
|
24
|
+
* Builds new gem version
|
|
25
|
+
* Pushes gem to rubygems.org
|
|
26
|
+
* Creates new version tag in this repository
|
|
27
|
+
* Pushes changes to GitHub
|
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.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-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -119,8 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
119
119
|
- !ruby/object:Gem::Version
|
|
120
120
|
version: '0'
|
|
121
121
|
requirements: []
|
|
122
|
-
|
|
123
|
-
rubygems_version: 2.7.6.2
|
|
122
|
+
rubygems_version: 3.0.6
|
|
124
123
|
signing_key:
|
|
125
124
|
specification_version: 4
|
|
126
125
|
summary: Helpers for the Open Project Jekyll theme
|