jekyll-pluralize 0.0.2 → 0.0.3

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: 247bb30b104cb48e834c55bf9efaffc12fe2ed813cd4c6b41091264c5934112a
4
- data.tar.gz: '028fbae3322a0b0ee16af79463fd38318e138b25b9ae665abcfa3721e5c6c0b8'
3
+ metadata.gz: ebe11b2bc6d8a52ce41130e525572da78da8a8c2bde8561590b76db609d85b5a
4
+ data.tar.gz: 23330c6c17687efddd4081b1176b6835a3a244e5bd0ddc13140ede4df16766b3
5
5
  SHA512:
6
- metadata.gz: c8efc7f67b1c0cab704c3f5c94e3a98edf765da55977fe88dd5da061e310591d659e60f6aef3ee70241fe93f661b5a3be6d2d6cb71aae64e1ae65548a8a01231
7
- data.tar.gz: 819be8128592cd4399cf2b7ce5bc516dfe64151d025915dc6f229116c088df89098e6abb26dc1f10942128054bae915eb07d8a8ce29157729616639cc86bd1d8
6
+ metadata.gz: 3afeceffac8918d58a5e170d47898f4c8e2cf7dbbd554f94ba94ccf8bc75c3819eb360211daad42bc2b71e601ead4133b2f0c29ce9a166a09e9add0f979603e2
7
+ data.tar.gz: 7960a1f23e6b763a15ecf29029f2fea705428de304d9a82c3bb85b72417883d46030a406438de6a4746858cc64e9e493b70b5c392403713df474d977276b7731
data/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![Build Status](https://travis-ci.com/fusco/jekyll-pluralize.svg?token=3MyQnqkrgpzDsKfyWtLB&branch=main)](https://travis-ci.com/fusco/jekyll-pluralize)
4
4
 
5
+ [![Gem Version](https://badge.fury.io/rb/jekyll-pluralize.svg)](https://badge.fury.io/rb/jekyll-pluralize)
5
6
  A plugin to make an simple pluralize with Jekyll.
6
7
 
7
8
  ## installation
@@ -4,6 +4,6 @@
4
4
  module Jekyll
5
5
  # module pluralize, verions
6
6
  module Pluralize
7
- VERSION = '0.0.2'
7
+ VERSION = '0.0.3'
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-pluralize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Demonchy
@@ -113,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  - !ruby/object:Gem::Version
114
114
  version: '0'
115
115
  requirements: []
116
- rubygems_version: 3.1.4
116
+ rubygems_version: 3.2.16
117
117
  signing_key:
118
118
  specification_version: 4
119
119
  summary: liquid filter which converts string with pluralize.