creek-jekyll-theme 0.3.0 → 0.5.0
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/LICENSE +4 -0
- data/_config.yml +0 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 07d0bcff0f05c78dbb58118d9105cb771e0c56bdc253fe3ef088e40128acc3b8
|
4
|
+
data.tar.gz: 5bf3ce13e64afd07c3aecebaf633a5c05402931f12f6faf2b1d4269c098731fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79a34111bec3719018a5425e1acd104ee77055041fc036922204868b61a38b4206725ec8f33da9041e7d782474be4580e0de9e811296dd91184679528f413188
|
7
|
+
data.tar.gz: 64d6b47927e74c47f9e52516e686d6f92cdffcf0f674e74407605e7f641a60590a533322a4be1e7de0aaa962c482b88edaa614138e79422b434cc34b6b5fcd42
|
data/LICENSE
CHANGED
@@ -19,3 +19,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
21
|
THE SOFTWARE.
|
22
|
+
|
23
|
+
creek-jekyll-theme incorporates [flexible_include](https://github.com/mslinn/jekyll_flexible_include_plugin)
|
24
|
+
creator Mike Slinn.
|
25
|
+
flexible_include is distributed under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
data/_config.yml
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: creek-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Creek Service - Big Andy Coates
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-11-
|
11
|
+
date: 2022-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|