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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ca57af7201d24be44b8599119f06542dc5259103eb3f1e7b6e2296039ba0a150
4
- data.tar.gz: 8517f92762844b2b3c3219190c9240229d4217cf0d167ab69455e7bf8db257cc
3
+ metadata.gz: f4171bb52044da1871926010e89b596e2de0426a534f49a349f0a2a7a9419056
4
+ data.tar.gz: 35f85e3fb538d00d22a7ec53c6ad01b1b33daa38919e7a86c99f25118fb7adb0
5
5
  SHA512:
6
- metadata.gz: b423c8c81a5c1f329c77fcf76e0fe6ea1471effd204320050f537aa26f6348be85c87b95d620ecc7a8e5fd37addc4658cfe881a5cff9d1536248f65247bf030d
7
- data.tar.gz: f2bfa0879b66b8266e66a4e04d970fb35ec193f81d140291bbc629fc47071d9bfaa02042feb41865fd6de02422f42310dfa854a58e67cad109ec7cb6988ba585
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
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'jekyll-theme-open-project-helpers'
5
- s.version = '2.0.19'
5
+ s.version = '2.0.20'
6
6
  s.authors = ['Ribose Inc.']
7
7
  s.email = ['open.source@ribose.com']
8
8
 
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.19
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-09-08 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
@@ -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
- rubyforge_project:
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