jekyll-whiteglass 1.11.3 → 1.11.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/README.md +1 -1
  4. data/_layouts/feed.xml +1 -1
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e26a4e7ee1aea1e4b008246395b610e952d6470edc2f43c6a6ba148bc14a5aca
4
- data.tar.gz: 1c7d8d85449d53bedcc74071bb9b550f1db150528a0c5cfb0f9373171506fc7b
3
+ metadata.gz: c47e7960d8f701ba4281120618f2fbe282859bb54f5d814b4f408482ae079e56
4
+ data.tar.gz: c569d97963314c45059567713bf712b258c6af70c68fbadf274a0c035c158ebd
5
5
  SHA512:
6
- metadata.gz: cbc448b1ac7652b7fba8fe9cfcc2799ffc48cfdba94e3643748453153993a6612e554a8a0b1d0c7f61e539a950916cc6599b34e95b9c86cf7fcb7c29e9af3347
7
- data.tar.gz: 33826903967c98828729cd8ceba45d6ff99253a1bfa5bc156eb7e73cbf4a77717668878932da7c61baed2664a9428785d6b2e08aa1d0ca31f864d1712ec3caa0
6
+ metadata.gz: 49a8a8495f50b62dfd13b83e5116bbd6c58f6d4277342de57822141991fb3b12a92e0ade3b047c5752ce764dc547e470e23abca58eacfafe61b23f31ebaafe9d
7
+ data.tar.gz: '005803908f3aae25008e246844bc7293e434ec5b89a8a6f7b5f3cbfa3a6a7c7d619de3d0b2b2e5fc7ce243d184b86c37a86c7c8158c2a03085d8c6b290d66874'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # ChangeLog
2
2
 
3
+ ## 1.11.4 (2024-05-11)
4
+
5
+ - Remove duplicated last slash from feed id
6
+
3
7
  ## 1.11.3 (2023-08-30)
4
8
 
5
9
  - Fix SASS calc() issue (#50)
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # whiteglass
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/jekyll-whiteglass.svg)](https://badge.fury.io/rb/jekyll-whiteglass)
4
- [![CircleCI](https://circleci.com/gh/yous/whiteglass/tree/master.svg?style=shield)](https://circleci.com/gh/yous/whiteglass/tree/master)
4
+ [![CI](https://github.com/yous/whiteglass/actions/workflows/main.yml/badge.svg)](https://github.com/yous/whiteglass/actions/workflows/main.yml)
5
5
 
6
6
  Minimal, responsive Jekyll theme for hackers.
7
7
 
data/_layouts/feed.xml CHANGED
@@ -11,7 +11,7 @@ layout: null
11
11
  <link href="{{ feed_path | absolute_url }}" rel="self" type="application/atom+xml" />
12
12
  <link href="{{ '/' | absolute_url }}" rel="alternate" type="text/html" {% if site.lang %}hreflang="{{ site.lang }}" {% endif %}/>
13
13
  <updated>{{ site.time | date_to_xmlschema }}</updated>
14
- <id>{{ '/' | absolute_url | xml_escape }}/</id>
14
+ <id>{{ '/' | absolute_url | xml_escape }}</id>
15
15
 
16
16
  {% if site.title %}
17
17
  <title type="html">{{ site.title | smartify | xml_escape }}</title>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-whiteglass
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.3
4
+ version: 1.11.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chayoung You
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-30 00:00:00.000000000 Z
11
+ date: 2024-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -152,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
152
152
  - !ruby/object:Gem::Version
153
153
  version: '0'
154
154
  requirements: []
155
- rubygems_version: 3.4.10
155
+ rubygems_version: 3.5.3
156
156
  signing_key:
157
157
  specification_version: 4
158
158
  summary: Minimal, responsive Jekyll theme for hackers.