Skip to content

Commit 8e6cfdf

Browse files
committed
Release v0.1.1
Add back the unidata-jekyll-plugin gemspec, as the plugin needs to ship separate from the theme. Cut the v0.1.1 release.
1 parent 95de20e commit 8e6cfdf

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Your `Gemfile` should, at a minimum, look like:
2020
```shell
2121
source 'https://rubygems.org'
2222

23-
git 'https://github.com/Unidata/unidata-jekyll-theme.git', tag: 'v0.1.0' do
23+
git 'https://github.com/Unidata/unidata-jekyll-theme.git', tag: 'v0.1.1' do
2424
gem 'unidata-jekyll-theme'
2525
gem 'unidata-jekyll-plugins'
2626
end
@@ -36,7 +36,7 @@ Check out the [Building and live editing](#Building-and-live-editing) section fo
3636
To serve the unidata-jekyll-theme using the unidata-jekyll-docs image, go to the top of this repository and run:
3737

3838
```shell
39-
docker run -it --rm -e SRC_DIR="/unidata-jekyll-theme" -v .:/unidata-jekyll-theme -p 4000:4000 docker.io/unidata/unidata-jekyll-docs:0.1.0 serve --livereload
39+
docker run -it --rm -e SRC_DIR="/unidata-jekyll-theme" -v .:/unidata-jekyll-theme -p 4000:4000 docker.io/unidata/unidata-jekyll-docs:0.1.1 serve --livereload
4040
```
4141

4242
The SRC_DIR environment variable must be set.
@@ -46,7 +46,7 @@ This should be a directory at or under the bind mount point.
4646
Similarly, to build using the unidata-jekyll-docs image:
4747

4848
```shell
49-
docker run -it --rm -e DOCS_UID=$(id -u) -e SRC_DIR="/unidata-jekyll-theme" -v .:/unidata-jekyll-theme -v ./_site:/site docker.io/unidata/unidata-jekyll-docs:0.1.0 build
49+
docker run -it --rm -e DOCS_UID=$(id -u) -e SRC_DIR="/unidata-jekyll-theme" -v .:/unidata-jekyll-theme -v ./_site:/site docker.io/unidata/unidata-jekyll-docs:0.1.1 build
5050
```
5151

5252
Note the additional bind mount `-v ./_site:/site` and the inclusion of `-e DOCS_UID=$(id -u)`.

basic_site_template/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
git 'https://github.com/Unidata/unidata-jekyll-theme.git', tag: 'v0.1.0' do
3+
git 'https://github.com/Unidata/unidata-jekyll-theme.git', tag: 'v0.1.1' do
44
gem 'unidata-jekyll-theme'
55
gem 'unidata-jekyll-plugins'
66
end

docker/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
git 'https://github.com/Unidata/unidata-jekyll-theme.git', tag: 'v0.1.0' do
3+
git 'https://github.com/Unidata/unidata-jekyll-theme.git', tag: 'v0.1.1' do
44
gem 'unidata-jekyll-theme'
55
gem 'unidata-jekyll-plugins'
66
end

docker/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Perform the following steps once a release has been made and tagged on GitHub:
1414
* run `build.sh` to create a local multi-platform image
1515
* tag the latest image with the release version for docker.io and ghcr:
1616
```
17-
docker image tag unidata-jekyll-docs:latest docker.io/unidata/unidata-jekyll-docs:0.1.0
18-
docker image tag unidata-jekyll-docs:latest ghcr.io/unidata/unidata-jekyll-docs:0.1.0
17+
docker image tag unidata-jekyll-docs:latest docker.io/unidata/unidata-jekyll-docs:0.1.1
18+
docker image tag unidata-jekyll-docs:latest ghcr.io/unidata/unidata-jekyll-docs:0.1.1
1919
```
2020
* push the new images
2121
```
22-
docker image push docker.io/unidata/unidata-jekyll-docs:0.1.0
23-
docker image push ghcr.io/unidata/unidata-jekyll-docs:0.1.0
22+
docker image push docker.io/unidata/unidata-jekyll-docs:0.1.1
23+
docker image push ghcr.io/unidata/unidata-jekyll-docs:0.1.1
2424
```

pages/mydoc/mydoc_about_ruby_gems_bundler.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jekyll-redirect-from = 0.10.0
3939
jekyll-sass-converter = 1.3.0
4040
jekyll-seo-tag = 1.3.2
4141
jekyll-sitemap = 0.10.0
42-
jekyll-textile-converter = 0.1.0
42+
jekyll-textile-converter = 0.1.1
4343
jemoji = 0.6.2
4444
kramdown = 1.10.0
4545
liquid = 3.0.6
@@ -150,7 +150,7 @@ GEM
150150
jekyll-sass-converter (= 1.3.0)
151151
jekyll-seo-tag (= 1.3.1)
152152
jekyll-sitemap (= 0.10.0)
153-
jekyll-textile-converter (= 0.1.0)
153+
jekyll-textile-converter (= 0.1.1)
154154
jemoji (= 0.5.1)
155155
kramdown (= 1.9.0)
156156
liquid (= 3.0.6)
@@ -194,7 +194,7 @@ GEM
194194
jekyll-seo-tag (1.3.1)
195195
jekyll (~> 3.0)
196196
jekyll-sitemap (0.10.0)
197-
jekyll-textile-converter (0.1.0)
197+
jekyll-textile-converter (0.1.1)
198198
RedCloth (~> 4.0)
199199
jekyll-watch (1.3.1)
200200
listen (~> 3.0)

unidata-jekyll-plugins.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Gem::Specification.new do |spec|
44
spec.name = "unidata-jekyll-plugins"
55
spec.version = "0.0.4"
6-
spec.required_ruby_version = ">= 3.4.5"
6+
spec.required_ruby_version = ">= 4.0.1"
77
spec.authors = ["Unidata"]
88
spec.email = ["plaza@unidata.ucar.edu"]
99

unidata-jekyll-theme.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "unidata-jekyll-theme"
5-
spec.version = "0.1.0"
5+
spec.version = "0.1.1"
66
spec.required_ruby_version = ">= 4.0.1"
77
spec.authors = ["Unidata"]
88
spec.email = ["plaza@unidata.ucar.edu"]

0 commit comments

Comments
 (0)