jekyll-dash 1.0.8 → 1.0.9
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
- data/_includes/author.html +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d8f99a702cb12345ff531335955e93fe3a81a0fe84024911f8677980532df0d4
|
4
|
+
data.tar.gz: 65c8eb29e6a6d4f4fef10b2c831669a4a4ecdb0eefeee6db9b077ab33c85fe41
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cec5b0841a5ccd5be595584ecf9c61b132d36056b3e5a44a42aac85c07e5294bf437af7c3fc0c266ca78cee95022361a57c5eff680e572d6733d44944a0930e8
|
7
|
+
data.tar.gz: 270f4e5e8fa2d9c7cbb4f7662d51f89c88d7d2b64b494742f79f6122fded1ae70496eb8e324413421689c617938d1091b94e42fbd4e7801d2fb1aba16c056c98
|
data/README.md
CHANGED
@@ -80,7 +80,7 @@ gem "liquid-md5"
|
|
80
80
|
|
81
81
|
## Contributing
|
82
82
|
|
83
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
83
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/bitbrain/jekyll-dash. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
84
84
|
|
85
85
|
## Development
|
86
86
|
|
data/_includes/author.html
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
<div class="author-box">
|
2
2
|
{% if site.plugins contains "liquid-md5" %}
|
3
|
-
<img src="https://gravatar.com/avatar/{{ site.email | downcase | md5 }}?s=
|
3
|
+
<img src="https://gravatar.com/avatar/{{ site.email | downcase | md5 }}?s=256" class="author-avatar" />
|
4
4
|
{% endif %}
|
5
5
|
{{ site.description }}
|
6
6
|
</div>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-dash
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Miguel Gonzalez Sanchez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-05-
|
11
|
+
date: 2019-05-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|