jekyll-theme-open-project 2.0.20 → 2.0.21
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 +18 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2749dc5dfc4f40390fb708b502c14232074e64a17ea7363b462d0d6925309de8
|
|
4
|
+
data.tar.gz: 4b1ccfb038884a1e5a0a8a4e0b30d662b55b026de619849639670a6bba3f5560
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35ad28dc2cff380d8b7c5f460282957e5305fd2cbb4717ea48ea6829f99664b5b71b417759536847220ce7f021556056acb20cd380d3e5557669782f415cf232
|
|
7
|
+
data.tar.gz: 81e600eb5c597bdcc16cb41385915dfa2746f94dcd9621299d53e362b68bf3e622770d385d67e78d830e49967b9b694b546ac6e4923111aa802bd75e04d1a3a6
|
data/README.md
CHANGED
|
@@ -934,9 +934,25 @@ of this repo and have a Jekyll site using this theme:
|
|
|
934
934
|
Make sure theme works: build script is under construction,
|
|
935
935
|
so use good judgement and thorough manual testing.
|
|
936
936
|
|
|
937
|
-
1.
|
|
937
|
+
1. Pick the next version number (think whether it’s a patch, minor or major increment).
|
|
938
938
|
|
|
939
|
-
2.
|
|
939
|
+
2. Release the chosen version of `jekyll-theme-open-project-helpers` gem:
|
|
940
|
+
see [https://github.com/riboseinc/jekyll-theme-open-project-helpers](gem’s docs).
|
|
941
|
+
|
|
942
|
+
(Theme and plugin are coupled tightly at this time,
|
|
943
|
+
and to simplify mental overhead of dependency management
|
|
944
|
+
we go with one version number for the whole suite.)
|
|
945
|
+
|
|
946
|
+
3. Inside .gemspec within this repo’s root, update main gem version,
|
|
947
|
+
and also the version for `jekyll-theme-open-project-helpers` runtime dependency,
|
|
948
|
+
to the one we are releasing.
|
|
949
|
+
|
|
950
|
+
4. Run `bundle --full-index`, ensure it pulls the newly released plugin gem.
|
|
951
|
+
(It may take a couple minutes after releasing helpers plugin for gem index to update.)
|
|
952
|
+
|
|
953
|
+
5. Make a commit for the new release (“chore: Release vX.X.X”).
|
|
954
|
+
|
|
955
|
+
6. Execute `./develop/release`. This does the following:
|
|
940
956
|
|
|
941
957
|
* Builds new gem version
|
|
942
958
|
* Pushes gem to rubygems.org
|
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.21
|
|
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-
|
|
11
|
+
date: 2019-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -72,14 +72,14 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - '='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 2.0.
|
|
75
|
+
version: 2.0.21
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - '='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 2.0.
|
|
82
|
+
version: 2.0.21
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: bundler
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -240,7 +240,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
240
240
|
- !ruby/object:Gem::Version
|
|
241
241
|
version: '0'
|
|
242
242
|
requirements: []
|
|
243
|
-
rubygems_version: 3.0.
|
|
243
|
+
rubygems_version: 3.0.6
|
|
244
244
|
signing_key:
|
|
245
245
|
specification_version: 4
|
|
246
246
|
summary: Open Project Jekyll theme
|