jekyll-securitytxt 0.1.0.pre.pre.5 → 0.1.0.pre.pre.7

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: 3da2a44a29429e38d5c853861ecd5856704e8ba8ca1323462b25740a4daccb70
4
- data.tar.gz: 2617daa4e7df3be7d0366a58dbceef306444e1a01486b7a56d93f181eff2cd93
3
+ metadata.gz: 7562f312146239c5f4b690f322e0c1286b44197621d0d383fe94d480d385d5fa
4
+ data.tar.gz: 8f99f031526f371e4a163ccf5edf770bea5b087eb8aba3256b89a430f8d82a94
5
5
  SHA512:
6
- metadata.gz: f56b3d7d651fd78321375d673172fc74e211585977fc17a0f24b06728a3dd45bafc624d5aec9b495a0b9fa0873afea10e120c83352a6e003bc8842dcf6f3af14
7
- data.tar.gz: 6c5996e1b81d9d2732cec7af42c115eaff2a1abedec54153edf4b0617036a950902a3aceb8e9020d10a9ebe03d2ebf865e7f5db9e5ae9597d7a3f9f1fefce1ba
6
+ metadata.gz: 99ad5339aeaf9bc80f71704fb64abc391ef7f99b9b45c3dd2f926d27540fc19c5c36defe1ff62a01a448328d609b4e054824db9a5a6a6ea1286cacaddb2345bb
7
+ data.tar.gz: 9d615803be69a7b2034fe5c38b56c4d56b0b7f71f86192e156c75b731aa3e718e49f3fb4fd7306bb9c99e576149f0b841fbe5612c83213a11981b9b63107846c
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module Securitytxt
5
- VERSION = "0.1.0-pre.5"
5
+ VERSION = "0.1.0-pre.7"
6
6
  end
7
7
  end
@@ -1,35 +1,35 @@
1
- {{ if site.security_txt.contact }}
1
+ {% if site.security_txt.contact %}
2
2
  Contact: {{ site.security_txt.contact }}
3
- {{ end }}
3
+ {% endif %}
4
4
 
5
- {{ if site.security_txt.expires}}
5
+ {% if site.security_txt.expires %}
6
6
  Expires: {{ site.security_txt.expires }}
7
- {{ end }}
7
+ {% endif %}
8
8
 
9
- {{ if site.security_txt.encryption }}
9
+ {% if site.security_txt.encryption %}
10
10
  Encryption: {{ site.security_txt.encryption }}
11
- {{ end }}
11
+ {% endif %}
12
12
 
13
- {{ if site.security_txt.preferred_languages }}
13
+ {% if site.security_txt.preferred_languages %}
14
14
  Preferred-Languages: {{ site.security_txt.preferred_languages }}
15
- {{ end }}
15
+ {% endif %}
16
16
 
17
- {{ if site.security_txt.acknowledgments }}
17
+ {% if site.security_txt.acknowledgments %}
18
18
  Acknowledgments: {{ site.security_txt.acknowledgments }}
19
- {{ end }}
19
+ {% endif %}
20
20
 
21
- {{ if site.security_txt.policy }}
21
+ {% if site.security_txt.policy %}
22
22
  Policy: {{ site.security_txt.policy }}
23
- {{ end }}
23
+ {% endif %}
24
24
 
25
- {{ if site.security_txt.hiring }}
25
+ {% if site.security_txt.hiring %}
26
26
  Hiring: {{ site.security_txt.hiring }}
27
- {{ end }}
27
+ {% endif %}
28
28
 
29
- {{ if site.security_txt.csaf }}
29
+ {% if site.security_txt.csaf %}
30
30
  CSAF: {{ site.security_txt.csaf }}
31
- {{ end }}
31
+ {% endif %}
32
32
 
33
- {{ if site.security_txt.canonical }}
33
+ {% if site.security_txt.canonical %}
34
34
  Canonical: {{ site.security_txt.canonical }}
35
- {{ end }}
35
+ {% endif %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-securitytxt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.pre.5
4
+ version: 0.1.0.pre.pre.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - HAHWUL