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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6cabb13ad3bee7617e8595c9247125bfa58eca9437bb63e235897d73ea6bbed0
4
- data.tar.gz: f218139b23f775f080f44c8b200dfe4584b474bc70b61aebe896346087432e82
3
+ metadata.gz: ad128b98c1e1b73640148cfd6ac1ea11d3b44c930aee011a4ee7faa197ec5c42
4
+ data.tar.gz: 007d46beb1005f98fe872a38538342c5830566a9241297a4a5aee52d308aa0ca
5
5
  SHA512:
6
- metadata.gz: e506ac404508122640140cf6fd8954b92f5c7b069e7c06fe5c892f703b5de809eee91fdc4b3d03c2ee3e5df00d6286f3f392dbcabcc0418bb467ffbae7f957e8
7
- data.tar.gz: 7f2423c0128de36b4de6db38ff882c873e5d062b10156c1679fdee271f51d2a94674a3a5a7d40d3a9277fef36e85dc6800dfa32c768efa222d1543b66219a19e
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.2+** (declared in this gemspec) in the host site's `plugins:` list. Fine inside or outside `group :jekyll_plugins`. 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.
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.1
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.2'
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.2'
25
+ version: '0.3'
26
26
  email: []
27
27
  executables: []
28
28
  extensions: []