featherweight 0.7.13 → 0.7.15
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 +3 -4
- 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: 29d2bc01e54b2ffac16c12cc75760814b735549a7647864b5ac712485b4adf34
|
4
|
+
data.tar.gz: 1a48b6a65676434201236445b6a28f73a1aeaa9ed1058c460a32f6506431ffc1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bbd668e8ca820d494d1436866d13877b04306eb59a7e850ecbe7b1744e57dac805552117b342d0501a925de3c49ecb3ec63cd5d929f0b4e12a77fcc7a0261ebc
|
7
|
+
data.tar.gz: 3d8f55a07314e890a5b107653db45964b3e63292bd83ee0009872e923b5bac2e0b090ca5ba03dd8f85e3032e3ea45ba9dcddccd69bb9f1fe2f7db12ea48538d9
|
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.15
|
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)"
|