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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/_includes/author.html +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: efa38127a7720ab204132de6f6c6817910efcebf6a198f538e53c25b5d01645a
4
- data.tar.gz: 03c34675dd91a7afe158a36a063167d6f4c80b961b4cbea1ea7efcdd1729719f
3
+ metadata.gz: d8f99a702cb12345ff531335955e93fe3a81a0fe84024911f8677980532df0d4
4
+ data.tar.gz: 65c8eb29e6a6d4f4fef10b2c831669a4a4ecdb0eefeee6db9b077ab33c85fe41
5
5
  SHA512:
6
- metadata.gz: 35e4c8b72e1f8733d3f32980d89d0743280ca106913725764edb158a62423e483adfe756ff8efa0cbe50cd05e5434af477012d0584ff40ee6903ef14c4bb6d18
7
- data.tar.gz: f36d71d44b85191649b03615dec5ab9b81585cdd1e52c97931bf084bcf4d0750015fcae0b841c1cc606b4637241f7c1c2b84b3b867379e259b8bfd2c43af4617
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/[USERNAME]/hello. 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.
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
 
@@ -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=72" class="author-avatar" />
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.8
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-05 00:00:00.000000000 Z
11
+ date: 2019-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll