scry-rpg-callouts 1.0.1 → 1.0.3
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/README.md +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ad128b98c1e1b73640148cfd6ac1ea11d3b44c930aee011a4ee7faa197ec5c42
|
|
4
|
+
data.tar.gz: 007d46beb1005f98fe872a38538342c5830566a9241297a4a5aee52d308aa0ca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 17bc8ebaad335453e49e38bba2c8b0f8fb776bfb3f58265e41c803277d4336f3182f4f20972377443e3c07a95ac226ae51429123dd0ca1c31569400bed7ed4a1
|
|
7
|
+
data.tar.gz: 97e3b40d27b0a9db3194f206f211e55405d43b165ca4f97c99010aea657c2e7fa50d8c3cb3917652d70bf872cd1540de640d51c3ac8cb0c9214e4c551af4ca85
|
data/README.md
CHANGED
|
@@ -30,7 +30,7 @@ group :jekyll_plugins do
|
|
|
30
30
|
end
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
-
Requires `jekyll-scry-content` **0.
|
|
33
|
+
Requires `jekyll-scry-content` **0.3+** (gemspec dependency). Keep the loader in the host `:jekyll_plugins` group and `plugins:` list so its hooks run. Fine inside or outside `group :jekyll_plugins` for this gem itself. The loader reads `content/config.yml` and merges it into site config in memory; it does not copy that file into the site, so it never collides with Jekyll's `_config.yml`. Site `_config.yml` still wins if you redefine the same callout names.
|
|
34
34
|
|
|
35
35
|
## Usage
|
|
36
36
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scry-rpg-callouts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- directsun
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '0.
|
|
18
|
+
version: '0.3'
|
|
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
|
-
version: '0.
|
|
25
|
+
version: '0.3'
|
|
26
26
|
email: []
|
|
27
27
|
executables: []
|
|
28
28
|
extensions: []
|