jekyll-theme-lcsb-default 0.2.16 → 0.2.17

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 +4 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 591dbb2335fcbbe0bf11d26788dec5aa102de0eef6189e98e7723f6afb51c14c
4
- data.tar.gz: 9abc2ad286c35c52ed0c0749a11da166e1cf8c56e56e26739186c952132302fc
3
+ metadata.gz: 7b82b5020279ccad0586859e332d105042824ae66ec308f4b586b8cca9d6106b
4
+ data.tar.gz: f8f796e219c5444799f2445c8f80773f54910244fd90d66d2ab528da8ff3885a
5
5
  SHA512:
6
- metadata.gz: 567bcba7eac2100ff68a32bee01450d8b827edea53b90990312f1bbb3d4db8dccb29df71b4d8fd6a8b4a9e5bdbec77b8ebef81c259db60296ac7bce9d68d5506
7
- data.tar.gz: 8aa047cb481ddc09579ccb60b13ab701a9c14d49d98623ef1d7d9b2ac3fe2ff28492418f33cab75e74ab40e79d8b8951870dd5837a8e3c6c93381c29716c287b
6
+ metadata.gz: eff25acc68d1fb8b820e0d76e3424b985f98a8e8137840a19a2f018bfe6c8e7a7fc0b4598c42620c28b574ea0d1cb1ccc0b35cd520c7f98a010cd5f92ccf9894
7
+ data.tar.gz: 0bd1fdd255bf5a00ea575ec65c1878000d3a6642765f5d44dd9a5083f40022b5cd318e533308a3664c2631c0452fb0c280e38c2e2e60fd4b6d99e5b77855cfef
data/README.md CHANGED
@@ -125,6 +125,10 @@ Your theme is setup just like a normal Jekyll site! To test your theme, run `bun
125
125
  When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
126
126
  To add a custom directory to your theme-gem, please edit the regexp in `jekyll-theme-lcsb-default.gemspec` accordingly.
127
127
 
128
+ ## Automatic gem publishing
129
+ Gitlab CI is configured to automatically build and publish a new version of theme, whenever the commit is tagged.
130
+ For details refer to [the documentation of ruby gems](https://guides.rubygems.org/make-your-own-gem/), and this repository's `.gitlab-ci.yml` and settings.
131
+
128
132
  ## License
129
133
 
130
134
  The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-lcsb-default
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.16
4
+ version: 0.2.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Trefex