jekyll-theme-material-docs 1.0.5 → 1.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/README.md +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 19ed3903d4e6c7af7aa97590ea634d3f3a2da09eb107e10e2a1c1417b6aafb51
|
|
4
|
+
data.tar.gz: c69eebb0449be2cd37665e5210de802b6db04b236dfad65f4567dd604f680274
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 362b2f527c80b462a6c293d34ca7b96eeecd77a6a88e15e5bda9816362a3a40d5a9adb8e9148458ee782b9cc719b6b0fc989e8e8ea751a38f992092750e32d4f
|
|
7
|
+
data.tar.gz: 5dd6994916c9c2292cd0045dcf099345f18efdb66288b425d3c5eacd49420a3eb857405a378a94af17bd317286b6b3fdfe8d8737eb5b27fd4550878965931551
|
data/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[badge-ci]: https://github.com/fernandopasik/jekyll-theme-material-docs/workflows/main/badge.svg
|
|
6
6
|
[url-ci]: https://github.com/fernandopasik/jekyll-theme-material-docs/actions 'Build Status'
|
|
7
7
|
|
|
8
|
-
Jekyll theme built with material web components
|
|
8
|
+
Jekyll theme for documentation 📝 built with material web components
|
|
9
9
|
|
|
10
10
|
## Installation
|
|
11
11
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-material-docs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fernando Pasik
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-12-
|
|
11
|
+
date: 2020-12-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -108,5 +108,5 @@ requirements: []
|
|
|
108
108
|
rubygems_version: 3.1.4
|
|
109
109
|
signing_key:
|
|
110
110
|
specification_version: 4
|
|
111
|
-
summary: Jekyll theme built with material web components
|
|
111
|
+
summary: "Jekyll theme for documentation \U0001F4DD built with material web components"
|
|
112
112
|
test_files: []
|