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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -0
  3. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6820b243bd52ada2c8898052dddd51186546dec21bdf48871d97cdf9c12490cb
4
- data.tar.gz: 8e2f73155b45b0a431735882cd27134c1bc14005b95e0bb773975523dc795e85
3
+ metadata.gz: 7141bfc734f14ce714698a59daa82a80cd5bf3123f18e2874261318a08ace607
4
+ data.tar.gz: db9ca0640a4ccdf537c52cabb7f1fb6c2549daf2624a94e62a0ead3c484463be
5
5
  SHA512:
6
- metadata.gz: ffeed49c0c23f7cf5bcae92a0fee32007ed5f8d21656c351d16e16cabe90852752544eaca4c146cfa773964461e731ce1ec635588c4d14529e0a2ce2540d31d2
7
- data.tar.gz: dd5a82497d6028211ca76e892111b87f7a07d2fcef6f0140deb503624fe12994ce031ad5d6a5e184139082381dae74d9c0530acf2753003d892aa4e0363da121
6
+ metadata.gz: 4e221bd2fbadfc4f5af7cabaf6c24c3fd51242ead1bfe2854efba60dd757193a359e0e6e126f3f5454c2bbc6a0e02615dd35f8e4fc0587af35f6d497521dab44
7
+ data.tar.gz: 4cde7fa516b163cb63f17eb6d74e65f38f22507d561eae83460d6162e418dde2ebc3eb96b73ee3f467681d4711b512fc7e44b439b3428db7d064edbaba1d1927
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # hima
2
+ [![Gem Version](https://badge.fury.io/rb/hima.svg)](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.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-13 00:00:00.000000000 Z
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: []