jekyll-securitytxt 0.1.0.pre.pre.4 → 0.1.0.pre.pre.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: b1da1ee5682b2694cb2092c940acdfcdd726c99f4f67c1f0cb4c7f7bf97699ae
4
- data.tar.gz: 19eaf182cf5780ad44359653c152e4096d3dbbb2ea680944dfa64342465e4849
3
+ metadata.gz: 601728ead17994fa654d636070e831dc8b4845819d50d5d75b822a8921f159d9
4
+ data.tar.gz: ebea4b845df82473271ba3f441472623913166cc580eeac3d765ebd674851f0e
5
5
  SHA512:
6
- metadata.gz: cb059cfaa3edaf5f823c5d870d299114181e6a6fdd8b25207649ff7e7ac8743ecef76c54c6a286e88f32a0ddaaf557b4d4bb88908a11caf704a92b95f1dc8aea
7
- data.tar.gz: f2a55aaa47189d114fbad87c6c9f68db92d32ad86d084fe7d834e10e4587e1ff88e819d6ed6034a8f6dd06802ab39c58d7829d76aaa131f839251f1922cab903
6
+ metadata.gz: 6d81ea388a65c79744e43ea63744ccf45935426b8dc5f234d43115338d496a651cc1e74c0fc278578b7eb431e36f68ae12a9f6d63d59e7ee0a792b02df52047d
7
+ data.tar.gz: 8c1488cbdc074a65983f355a3dea0e2dc11a484dda055e647ba2e92f4986494fe4a48988ae3eb3283da446fae10543f379d832610e38b56b83822753a6aa7d5e
@@ -26,5 +26,5 @@ Gem::Specification.new do |spec|
26
26
  spec.bindir = "exe"
27
27
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
28
28
  spec.require_paths = ["lib"]
29
- spec.add_dependency "jekyll", "~> 4.0.0"
29
+ spec.add_dependency "jekyll"
30
30
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module Securitytxt
5
- VERSION = "0.1.0-pre.4"
5
+ VERSION = "0.1.0-pre.6"
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
+ {% end %}
4
4
 
5
- {{ if site.security_txt.expires}}
5
+ {% if site.security_txt.expires %}
6
6
  Expires: {{ site.security_txt.expires }}
7
- {{ end }}
7
+ {% end %}
8
8
 
9
- {{ if site.security_txt.encryption }}
9
+ {% if site.security_txt.encryption %}
10
10
  Encryption: {{ site.security_txt.encryption }}
11
- {{ end }}
11
+ {% end %}
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
+ {% end %}
16
16
 
17
- {{ if site.security_txt.acknowledgments }}
17
+ {% if site.security_txt.acknowledgments %}
18
18
  Acknowledgments: {{ site.security_txt.acknowledgments }}
19
- {{ end }}
19
+ {% end %}
20
20
 
21
- {{ if site.security_txt.policy }}
21
+ {% if site.security_txt.policy %}
22
22
  Policy: {{ site.security_txt.policy }}
23
- {{ end }}
23
+ {% end %}
24
24
 
25
- {{ if site.security_txt.hiring }}
25
+ {% if site.security_txt.hiring %}
26
26
  Hiring: {{ site.security_txt.hiring }}
27
- {{ end }}
27
+ {% end %}
28
28
 
29
- {{ if site.security_txt.csaf }}
29
+ {% if site.security_txt.csaf %}
30
30
  CSAF: {{ site.security_txt.csaf }}
31
- {{ end }}
31
+ {% end %}
32
32
 
33
- {{ if site.security_txt.canonical }}
33
+ {% if site.security_txt.canonical %}
34
34
  Canonical: {{ site.security_txt.canonical }}
35
- {{ end }}
35
+ {% end %}
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.4
4
+ version: 0.1.0.pre.pre.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - HAHWUL
@@ -14,16 +14,16 @@ dependencies:
14
14
  name: jekyll
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 4.0.0
19
+ version: '0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 4.0.0
26
+ version: '0'
27
27
  description: Jekyll plugin for security.txt
28
28
  email:
29
29
  - hahwul@gmail.com