jekyll-structured-content 0.2.0 → 0.2.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/README.md +5 -1
- metadata +8 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 56b52d6eae9b52cd58df2426f9ddb0ff76e1241e38dd0956474820f1f41ff350
|
|
4
|
+
data.tar.gz: d160b3f0b8c3b3f4a44d68536fd5611a86767caf9a11ee0e89cef786c210f505
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '06920edb25ec072f93289c63ff1b6d3fe906b54b68e964018c706a031f5016c319b3ac74ac55f51e63f370f9f7f6ae30613d42a02b9747734754c67476e592f8'
|
|
7
|
+
data.tar.gz: 3166a8395ce5c2cbd8f4b2146779e672f7833d2414c4e35e59358e80d35d6054c06b510974509184a9d87e6634a7043ab9842a49a9cd0b01e5f08be6ec25cf6b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.2.1
|
|
4
|
+
|
|
5
|
+
- Set homepage to jasonchance.com/projects/jekyll-structured-content/
|
|
6
|
+
- Tighten Jekyll dependency to ~> 4.0
|
|
7
|
+
- Add required_ruby_version >= 3.0
|
|
8
|
+
- Add bug_tracker_uri metadata
|
|
9
|
+
|
|
3
10
|
## 0.2.0
|
|
4
11
|
|
|
5
12
|
- Added `schema_json_ld` tag for post, page, and project schema output
|
data/README.md
CHANGED
|
@@ -39,10 +39,14 @@ It should **not** be described as compatible with the default GitHub Pages safe-
|
|
|
39
39
|
|
|
40
40
|
## Installation
|
|
41
41
|
|
|
42
|
+
Published on RubyGems:
|
|
43
|
+
|
|
44
|
+
- https://rubygems.org/gems/jekyll-structured-content
|
|
45
|
+
|
|
42
46
|
Add the gem to your `Gemfile`:
|
|
43
47
|
|
|
44
48
|
```ruby
|
|
45
|
-
gem "jekyll-structured-content"
|
|
49
|
+
gem "jekyll-structured-content", "~> 0.2.0"
|
|
46
50
|
```
|
|
47
51
|
|
|
48
52
|
Then add it to `_config.yml`:
|
metadata
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-structured-content
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Chance
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-08-
|
|
10
|
+
date: 2026-08-20 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: jekyll
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
15
15
|
requirements:
|
|
16
|
-
- - "
|
|
16
|
+
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
18
|
version: '4.0'
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
|
-
- - "
|
|
23
|
+
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
25
|
version: '4.0'
|
|
26
26
|
description: A focused Jekyll plugin for FAQPage JSON-LD and post, page, and project
|
|
@@ -42,13 +42,14 @@ files:
|
|
|
42
42
|
- lib/jekyll/structured_content/schema_filters.rb
|
|
43
43
|
- lib/jekyll/structured_content/schema_json_ld_tag.rb
|
|
44
44
|
- lib/jekyll/structured_content/version.rb
|
|
45
|
-
homepage: https://
|
|
45
|
+
homepage: https://jasonchance.com/projects/jekyll-structured-content/
|
|
46
46
|
licenses:
|
|
47
47
|
- MIT
|
|
48
48
|
metadata:
|
|
49
|
-
homepage_uri: https://
|
|
49
|
+
homepage_uri: https://jasonchance.com/projects/jekyll-structured-content/
|
|
50
50
|
source_code_uri: https://github.com/jchance/jekyll-structured-content
|
|
51
51
|
changelog_uri: https://github.com/jchance/jekyll-structured-content/blob/main/CHANGELOG.md
|
|
52
|
+
bug_tracker_uri: https://github.com/jchance/jekyll-structured-content/issues
|
|
52
53
|
rdoc_options: []
|
|
53
54
|
require_paths:
|
|
54
55
|
- lib
|
|
@@ -56,7 +57,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
56
57
|
requirements:
|
|
57
58
|
- - ">="
|
|
58
59
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: '0'
|
|
60
|
+
version: '3.0'
|
|
60
61
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
62
|
requirements:
|
|
62
63
|
- - ">="
|