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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 147ad3076693c523b71857007198ee3eada3a42e6c5a901e260cc46f84551412
4
- data.tar.gz: fbdcc88a6f2ef3c76f57cf630e6a35dc179bbbb30a4a4e10c0726af15baa5f95
3
+ metadata.gz: 197d168137c646e242f1981cc99e8cc5a0d830d9d976b33d487a524039282213
4
+ data.tar.gz: a73157d5257ce1517fdd722418173028c3d9bfda2200239dd28e62535b6d0a42
5
5
  SHA512:
6
- metadata.gz: ead4a46fb7fbf6fe7f2943b8578293120c119566c6f9054c9e02cf9fb7148e15214e0440a2618f17a0dcf347549be119165cf66b7b4c068f997518b572cb2763
7
- data.tar.gz: e5ea71be564a184b92d32148a2b4dd5a99f3b1e04b5e667da2c7246e076e0372c180be39b82cc8071915b1bded36143eb8c7f1dc8401df236187495ac0b014ff
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
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module UJPowertools
3
- VERSION = "1.0.12"
3
+ VERSION = "1.0.13"
4
4
  end
5
5
  end
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.12
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 00:00:00.000000000 Z
11
+ date: 2024-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll