nereare_grimoire 1.6.5 → 1.7.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82216ea7f0a37334e827e364320847d36e5bcd8bf9b8c9c667e8032edae66691
4
- data.tar.gz: 72f9cb4c79c972260881d28aa4c5935ff32159f67bd5776c194222b6ff55dbe9
3
+ metadata.gz: a1c9d38cb88f933ba1ee98e72febd28521684b84b5ecc015c179560823c2c934
4
+ data.tar.gz: d5aa2c90ef2a5e6bc04ab41c561de7d9ef403ea31218a6150315c93d00e41a05
5
5
  SHA512:
6
- metadata.gz: 122d5eb0195d59c8da8e2e16805b1e1ce968e6781bbcf1b78e2f9107851caaa5b04e8cdb4891dfe77bc598fe4ba669ef5ebee59643199f3742165398c2da0e3b
7
- data.tar.gz: a836f34f596408b702e377a68d0cc8805636a0efe84219e97315eb39959357ac0bfe9ff20cfc436ca45e8630086e9d5f987f15a97eec7170f4b1c3412c74e909
6
+ metadata.gz: 279e851d5592b271853a5443662f8c49541af185ad791ac9c8b115fd721f8f75a3ec6a397171da68bdc9ab50b3ebe16f79ce1abb4f4debea4c70db808e3a038b
7
+ data.tar.gz: 8d54839d2f4e6c144074a2a3f5189229c26a1f48dda12ef4a1d279f3c5ef58695ea90f5f2605c5653cdcafa2751387af8ba34d309c3736beec917e85f8bbab06
data/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Hippocratic License Version 2.0
2
2
 
3
- Copyright `2019` `Igor Padoim`
3
+ Copyright `2019-2020` `Igor Padoim`
4
4
 
5
5
  Licensor hereby grants permission by this license ("License"), free of charge, to any person or entity (the "Licensee") obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
@@ -48,15 +48,16 @@
48
48
  <div class="row">
49
49
  <h1><a href="{{ '/' | absolute_url }}">{{ site.title }}</a></h1>
50
50
  <p class="subtitle">{{ site.description }}</p>
51
- {% assign: copy = site.copyright | join: '' %}
52
- {% assign: license = site.license | join: '' %}
53
- {% if site.version or copy or license %}
51
+ {% if site.version or copy or site.license %}
54
52
  <p class="version">
55
- {% if site.version %}Version {{ site.version }}{% endif %}
56
- {% if site.version and copy %} {% endif %}
57
- {% if copy %}&copy; {{ site.copyright.year }} {{ site.copyright.name }}.{% endif %}
58
- {% if (site.version or copy) and license %} {% endif %}
59
- {% if license %}Distributed under the {% if site.license.link %}<a href="{{ site.license.link }}">{% endif %}{{ site.license.name }}{% if site.license.link %}</a>{% endif %}.{% endif %}
53
+ {% if site.version %}{{ site.version.text | default: 'Version' }} {{ site.version.version }}.{% endif %}
54
+ {% if site.version and site.copyright %} {% endif %}
55
+ {% if site.copyright %}{{ site.copyright.text | default: '&copy;' }} {{ site.copyright.year }} {{ site.copyright.name }}.{% endif %}
56
+ {% if site.version or site.copyright %}
57
+ {% assign: version-or-copy = true %}
58
+ {% endif %}
59
+ {% if version-or-copy and site.license %} {% endif %}
60
+ {% if site.license %}{{ site.license.text | default: 'Distributed under the' }} {% if site.license.link %}<a href="{{ site.license.link }}">{% endif %}{{ site.license.name }}{% if site.license.link %}</a>{% endif %}.{% endif %}
60
61
  </p>
61
62
  {% endif %}
62
63
  </div>
@@ -93,7 +93,6 @@ header {
93
93
  margin-bottom: 4em;
94
94
 
95
95
  font-family: 'Noto Sans', sans-serif;
96
- font-variant: small-caps;
97
96
  font-size: .75em;
98
97
  }
99
98
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nereare_grimoire
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.5
4
+ version: 1.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Padoim