hima 1.0.0 → 1.0.1
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 +1 -0
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7141bfc734f14ce714698a59daa82a80cd5bf3123f18e2874261318a08ace607
|
|
4
|
+
data.tar.gz: db9ca0640a4ccdf537c52cabb7f1fb6c2549daf2624a94e62a0ead3c484463be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e221bd2fbadfc4f5af7cabaf6c24c3fd51242ead1bfe2854efba60dd757193a359e0e6e126f3f5454c2bbc6a0e02615dd35f8e4fc0587af35f6d497521dab44
|
|
7
|
+
data.tar.gz: 4cde7fa516b163cb63f17eb6d74e65f38f22507d561eae83460d6162e418dde2ebc3eb96b73ee3f467681d4711b512fc7e44b439b3428db7d064edbaba1d1927
|
data/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# hima
|
|
2
|
+
[](https://badge.fury.io/rb/hima)
|
|
2
3
|
|
|
3
4
|
hima is a simple Jekyll theme with the goal of being accessible to everyone, and follows [The A11y Project's accessibility guidelines](https://www.a11yproject.com/checklist/).
|
|
4
5
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hima
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brandon Cardoso
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-12-
|
|
11
|
+
date: 2022-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -94,7 +94,8 @@ files:
|
|
|
94
94
|
homepage: https://www.github.com/brandoncardoso/hima
|
|
95
95
|
licenses:
|
|
96
96
|
- MIT
|
|
97
|
-
metadata:
|
|
97
|
+
metadata:
|
|
98
|
+
plugin_type: theme
|
|
98
99
|
post_install_message:
|
|
99
100
|
rdoc_options: []
|
|
100
101
|
require_paths:
|
|
@@ -113,5 +114,5 @@ requirements: []
|
|
|
113
114
|
rubygems_version: 3.3.26
|
|
114
115
|
signing_key:
|
|
115
116
|
specification_version: 4
|
|
116
|
-
summary: A simple Jekyll theme.
|
|
117
|
+
summary: A simple Jekyll theme with a focus on accessibility.
|
|
117
118
|
test_files: []
|