featherweight 0.7.13 → 0.7.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +0 -0
- data/README.md +0 -0
- data/_includes/contact.md +0 -0
- data/_includes/header.html +0 -0
- data/_includes/main.css +0 -5
- data/_includes/post.css +0 -0
- data/_includes/reading-time.html +0 -0
- data/_includes/seo.html +0 -0
- data/_layouts/compress.html +0 -0
- data/_layouts/default.html +0 -0
- data/_layouts/post.html +0 -0
- metadata +21 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cfdba01bca7f57db8e9f07ac0daa5002ee6c5c1f35635f73ecbad439a7b09e5a
|
4
|
+
data.tar.gz: 727e258d49195fd2a54afea2c870dbb7fb673be7a3d49b327fe9300837554721
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48057ee1b799f59d202b2b7802afb2f1ae41cf8acd9f0ed1b5b26e117894b70f861f78192f4d95464412eeb4f1f90c2e2ceb786170e4ceebc4d05b481024e11b
|
7
|
+
data.tar.gz: fc8a4d0855cf0317a1ca62d06dca3e425a14ed1d344e41aff376fe64aa97e049dd87198905f791d5ac4f4f9bf05bb30e0e59090a6acba67fb2f92a41b52fbefe
|
data/LICENSE
CHANGED
File without changes
|
data/README.md
CHANGED
File without changes
|
data/_includes/contact.md
CHANGED
File without changes
|
data/_includes/header.html
CHANGED
File without changes
|
data/_includes/main.css
CHANGED
data/_includes/post.css
CHANGED
File without changes
|
data/_includes/reading-time.html
CHANGED
File without changes
|
data/_includes/seo.html
CHANGED
File without changes
|
data/_layouts/compress.html
CHANGED
File without changes
|
data/_layouts/default.html
CHANGED
File without changes
|
data/_layouts/post.html
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: featherweight
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Zachary Smith
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-10-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -142,7 +142,21 @@ dependencies:
|
|
142
142
|
- - "~>"
|
143
143
|
- !ruby/object:Gem::Version
|
144
144
|
version: '2.2'
|
145
|
-
|
145
|
+
- !ruby/object:Gem::Dependency
|
146
|
+
name: jekyll-spaceship
|
147
|
+
requirement: !ruby/object:Gem::Requirement
|
148
|
+
requirements:
|
149
|
+
- - "~>"
|
150
|
+
- !ruby/object:Gem::Version
|
151
|
+
version: 0.10.2
|
152
|
+
type: :runtime
|
153
|
+
prerelease: false
|
154
|
+
version_requirements: !ruby/object:Gem::Requirement
|
155
|
+
requirements:
|
156
|
+
- - "~>"
|
157
|
+
- !ruby/object:Gem::Version
|
158
|
+
version: 0.10.2
|
159
|
+
description:
|
146
160
|
email:
|
147
161
|
- zachsmith.dev@gmail.com
|
148
162
|
executables: []
|
@@ -164,7 +178,7 @@ homepage: https://github.com/cutwell/featherweight
|
|
164
178
|
licenses:
|
165
179
|
- MIT
|
166
180
|
metadata: {}
|
167
|
-
post_install_message:
|
181
|
+
post_install_message:
|
168
182
|
rdoc_options: []
|
169
183
|
require_paths:
|
170
184
|
- lib
|
@@ -179,8 +193,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
179
193
|
- !ruby/object:Gem::Version
|
180
194
|
version: '0'
|
181
195
|
requirements: []
|
182
|
-
rubygems_version: 3.
|
183
|
-
signing_key:
|
196
|
+
rubygems_version: 3.2.5
|
197
|
+
signing_key:
|
184
198
|
specification_version: 4
|
185
199
|
summary: "`Featherweight` is an ultra-lightweight Jekyll theme, aiming to minimise
|
186
200
|
bandwidth usage and deliver a bare-bones experience (page sizes of ~1kb)"
|