jekyll-cased-categories 0.0.5 → 0.0.6
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/.github/workflows/gem-push.yml +3 -3
- data/.github/workflows/main.yml +3 -3
- data/README.md +1 -1
- data/lib/jekyll-cased-categories/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa88c9a23a3788b8261572994bf20a2fc7a158f0f95b97b68af933642618c6f9
|
4
|
+
data.tar.gz: a618d890235a8ee9a517373eccda69b281cd202ed98cfe908fd2a73a5e334543
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00c1102ab4bae5d58a314902a95b80f320bff8c450354df637175268c57e17b0c799cb3bd347b54f888648c951d5d5f2c9ad2c815164d7116e0682956bdc853f
|
7
|
+
data.tar.gz: fdf77ab47f1ad04a0d7218cc0132ddd5bf95b026cf8b80e11dfdc1491fa92c3f508bc198fba09c88fcfdb44af0bef2d2ded79a4696c92e35c7580e6e862e6afe
|
@@ -10,11 +10,11 @@ jobs:
|
|
10
10
|
runs-on: ubuntu-latest
|
11
11
|
strategy:
|
12
12
|
matrix:
|
13
|
-
ruby: [ '3.
|
13
|
+
ruby: [ '3.4' ]
|
14
14
|
name: Ruby ${{ matrix.ruby }}
|
15
15
|
steps:
|
16
|
-
- uses: actions/checkout@
|
17
|
-
- uses:
|
16
|
+
- uses: actions/checkout@v5
|
17
|
+
- uses: ruby/setup-ruby@v1
|
18
18
|
with:
|
19
19
|
ruby-version: ${{ matrix.ruby }}
|
20
20
|
- name: Build and push Gem
|
data/.github/workflows/main.yml
CHANGED
@@ -7,11 +7,11 @@ jobs:
|
|
7
7
|
runs-on: ubuntu-latest
|
8
8
|
strategy:
|
9
9
|
matrix:
|
10
|
-
ruby: [ '2
|
10
|
+
ruby: [ '3.2','3.3','3.4' ]
|
11
11
|
name: Ruby ${{ matrix.ruby }}
|
12
12
|
steps:
|
13
|
-
- uses: actions/checkout@
|
14
|
-
- uses:
|
13
|
+
- uses: actions/checkout@v5
|
14
|
+
- uses: ruby/setup-ruby@v1
|
15
15
|
with:
|
16
16
|
ruby-version: ${{ matrix.ruby }}
|
17
17
|
- name: Install latest bundler
|
data/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# jekyll-cased-categories
|
2
|
-
 
|
2
|
+
[](https://rubygems.org/gems/jekyll-cased-categories) [](https://rubygems.org/gems/jekyll-cased-categories)
|
3
3
|
|
4
4
|
A plugin to keep categories case-sensitive in Jekyll 3.1 and above. Ruby gems [homepage](https://rubygems.org/gems/jekyll-cased-categories).
|
5
5
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-cased-categories
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- x-way
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: bundler
|
@@ -121,7 +120,6 @@ homepage: https://github.com/x-way/jekyll-cased-categories
|
|
121
120
|
licenses:
|
122
121
|
- GPL-2.0
|
123
122
|
metadata: {}
|
124
|
-
post_install_message:
|
125
123
|
rdoc_options: []
|
126
124
|
require_paths:
|
127
125
|
- lib
|
@@ -136,8 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
136
134
|
- !ruby/object:Gem::Version
|
137
135
|
version: '0'
|
138
136
|
requirements: []
|
139
|
-
rubygems_version: 3.
|
140
|
-
signing_key:
|
137
|
+
rubygems_version: 3.6.9
|
141
138
|
specification_version: 4
|
142
139
|
summary: Keep categories case-sensitive.
|
143
140
|
test_files: []
|