jekyll-umlauts 0.0.3 → 0.0.4
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 +4 -4
- data/lib/jekyll-umlauts.rb +3 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca83c1fe4b0a0c9160a238fcfc8f27c6ef33e9bc
|
|
4
|
+
data.tar.gz: 5a27288a300546a60dc6879aa44c1aea720ed905
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7739053dca8e61b8651b746ef254353ce44a1cd94274b6227ce496294715389ea6ed3fc3412080658835d40f591dba9b1421ca855b0f8de05451f65227cf7594
|
|
7
|
+
data.tar.gz: 14b0f8756dc8176eb8ae3519407f566ed452eb7353e9c0195c9bcc921363608955a9e231675c437355c285d9e661223c52e0c7edb2871553293fba5371a9aeff
|
data/lib/jekyll-umlauts.rb
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
# ü = ü Ü = Ü
|
|
3
3
|
# ä = ä Ä = Ä
|
|
4
4
|
# ö = ö Ö = Ö
|
|
5
|
-
# ß = ß
|
|
5
|
+
# ß = ß ẞ = ẞ
|
|
6
6
|
# Author: Arne Gockeln
|
|
7
|
-
# Website: http://www.
|
|
7
|
+
# Website: http://www.Webchef.de
|
|
8
8
|
module Jekyll
|
|
9
9
|
class UmlautsGenerator < Generator
|
|
10
10
|
safe true
|
|
@@ -30,6 +30,7 @@ module Jekyll
|
|
|
30
30
|
content.gsub!(/ä/, 'ä')
|
|
31
31
|
content.gsub!(/Ä/, 'Ä')
|
|
32
32
|
content.gsub!(/ß/, 'ß')
|
|
33
|
+
content.gsub!(/ẞ/, 'ẞ')
|
|
33
34
|
|
|
34
35
|
content
|
|
35
36
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-umlauts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Arne Gockeln
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-12-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: When the jekyll site is generated all umlauts will be converted to html.
|
|
14
14
|
email: hallo@webchef.de
|