jekyll-securitytxt 0.1.0.pre.pre.6 → 0.1.0.pre.pre.8

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: 601728ead17994fa654d636070e831dc8b4845819d50d5d75b822a8921f159d9
4
- data.tar.gz: ebea4b845df82473271ba3f441472623913166cc580eeac3d765ebd674851f0e
3
+ metadata.gz: '09de4daa68e235f031504f3f3226f5554733a7fae0319f8f8813547ee1fd67c1'
4
+ data.tar.gz: 7b1d42242e4c8de34efd57f082194a1c3e0de050270a1a33bbcedbea0fffc700
5
5
  SHA512:
6
- metadata.gz: 6d81ea388a65c79744e43ea63744ccf45935426b8dc5f234d43115338d496a651cc1e74c0fc278578b7eb431e36f68ae12a9f6d63d59e7ee0a792b02df52047d
7
- data.tar.gz: 8c1488cbdc074a65983f355a3dea0e2dc11a484dda055e647ba2e92f4986494fe4a48988ae3eb3283da446fae10543f379d832610e38b56b83822753a6aa7d5e
6
+ metadata.gz: acc92f82511e9001e504600d1fc082179bb6d883c4e21a7857441b0e63934adbd02c445ad0b461a4b04f97e4d9ef82fe231c974e510eb5f73e986bf3c7b5deab
7
+ data.tar.gz: 0d7ab6610474fe09185d4588098d22dc4331ed4d29593d1a845715b094b380b874cb8827e8c4e712485ab78aed6cb42b3de43be91c3d48e279a8a35cd2d691fb
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module Securitytxt
5
- VERSION = "0.1.0-pre.6"
5
+ VERSION = "0.1.0-pre.8"
6
6
  end
7
7
  end
@@ -1,35 +1,30 @@
1
+ {% if site.security_txt.comment %}
2
+ # {{ site.security_txt.comment }}
3
+ {% endif %}
1
4
  {% if site.security_txt.contact %}
2
5
  Contact: {{ site.security_txt.contact }}
3
- {% end %}
4
-
6
+ {% endif %}
5
7
  {% if site.security_txt.expires %}
6
8
  Expires: {{ site.security_txt.expires }}
7
- {% end %}
8
-
9
+ {% endif %}
9
10
  {% if site.security_txt.encryption %}
10
11
  Encryption: {{ site.security_txt.encryption }}
11
- {% end %}
12
-
12
+ {% endif %}
13
13
  {% if site.security_txt.preferred_languages %}
14
14
  Preferred-Languages: {{ site.security_txt.preferred_languages }}
15
- {% end %}
16
-
15
+ {% endif %}
17
16
  {% if site.security_txt.acknowledgments %}
18
17
  Acknowledgments: {{ site.security_txt.acknowledgments }}
19
- {% end %}
20
-
18
+ {% endif %}
21
19
  {% if site.security_txt.policy %}
22
20
  Policy: {{ site.security_txt.policy }}
23
- {% end %}
24
-
21
+ {% endif %}
25
22
  {% if site.security_txt.hiring %}
26
23
  Hiring: {{ site.security_txt.hiring }}
27
- {% end %}
28
-
24
+ {% endif %}
29
25
  {% if site.security_txt.csaf %}
30
26
  CSAF: {{ site.security_txt.csaf }}
31
- {% end %}
32
-
27
+ {% endif %}
33
28
  {% if site.security_txt.canonical %}
34
29
  Canonical: {{ site.security_txt.canonical }}
35
- {% end %}
30
+ {% 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.6
4
+ version: 0.1.0.pre.pre.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - HAHWUL