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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +18 -2
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6edca8c1b8f52353ca4b68a1fccb3bfae9566b63d431786c68a844bcd8a0816b
4
- data.tar.gz: b39a096dce0dbed9de10b8d8124db967bb7e0747220e6b5a60ffe1a2802b7fba
3
+ metadata.gz: 2749dc5dfc4f40390fb708b502c14232074e64a17ea7363b462d0d6925309de8
4
+ data.tar.gz: 4b1ccfb038884a1e5a0a8a4e0b30d662b55b026de619849639670a6bba3f5560
5
5
  SHA512:
6
- metadata.gz: e336074b47459bdcd54d64e8e82a66ecd69b450afcd9dc5c91d2ac94730be3dc7dfd92b9bb8feeb361971c95f498af078fd14196e589fed8fbceaf0e91bc68dd
7
- data.tar.gz: 3608311f95d7f7b1120c6a79b0483a0d13c00fd814441b86b56db101734e5b6584cec9d3335707a974e7b5829c86191857260fb1045afc4f1bf84a8736debec9
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. First, update version number in .gemspec within this repo’s root.
937
+ 1. Pick the next version number (think whether it’s a patch, minor or major increment).
938
938
 
939
- 2. Then, execute `./develop/release`. This does the following:
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.20
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-01 00:00:00.000000000 Z
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.19
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.19
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.3
243
+ rubygems_version: 3.0.6
244
244
  signing_key:
245
245
  specification_version: 4
246
246
  summary: Open Project Jekyll theme