jekyll-uj-powertools 1.0.12 → 1.0.13
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/README.md +7 -0
- data/lib/jekyll-uj-powertools/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 197d168137c646e242f1981cc99e8cc5a0d830d9d976b33d487a524039282213
|
4
|
+
data.tar.gz: a73157d5257ce1517fdd722418173028c3d9bfda2200239dd28e62535b6d0a42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6297ff6c1ad28cb5750975c4e0c601cc23b243238b7937ac758337f42c599e9a6691e26982622f80f152401ca08eb9589c06b4fd0f4d5aceba764dd5cdc49471
|
7
|
+
data.tar.gz: bd654a32a367df223247611f80a8d72c4f909f9e276d7fb1f1867a067477c03ca7b6ade09898333770a498123278f77737c96542779846a9ec5191f7a74c1cfb
|
data/README.md
CHANGED
@@ -62,6 +62,13 @@ Escape JSON characters in a string making it safe to use in a JSON object.
|
|
62
62
|
{{ post.content | uj_json_escape }}
|
63
63
|
```
|
64
64
|
|
65
|
+
### `uj_title_case` Filter
|
66
|
+
Convert a string to title case.
|
67
|
+
|
68
|
+
```liquid
|
69
|
+
{{ "hello world" | uj_title_case }}
|
70
|
+
```
|
71
|
+
|
65
72
|
These examples show how you can use the features of `jekyll-uj-powertools` in your Jekyll site.
|
66
73
|
|
67
74
|
## 🔧 Development
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-uj-powertools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ITW Creative Works
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|