featherweight 0.1 → 0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +21 -0
- data/README.md +5 -0
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d17bd773cac5d5a5cf3ebef0ae6eca2cdd6a0a1a2652d15eb2dc59619a6df94
|
4
|
+
data.tar.gz: e94c8966e41e62e001602f12d09228cf0595bf963e5b2dbd95df51fdf67ffc88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b32ebb89f0a2f685ebbd792df952e16842a1a3895ece3306a605ade0ca50c444c7b9b17a4d9e4e940942703085d0661c4a24a7ae1c0d3bea71c1611c6405d687
|
7
|
+
data.tar.gz: f850b7778dd4001ff3606e4f8277f0101c69a977c390b0eb3bbe62d0df71a10296cdb88ef72487e3e6cde3d1570cc5775f2850552c04b80ef482c86d2072551e
|
data/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2022 Zachary Smith
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
data/README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
`Featherweight` is an ultra-lightweight Jekyll theme, aiming to minimise bandwidth usage and deliver a bare-bones experience (page sizes of ~1kb).
|
2
2
|
|
3
|
+
[![Gem Version](https://img.shields.io/gem/v/featherweight?style=flat-square)][ruby-gems]
|
4
|
+
|
5
|
+
[ruby-gems]: https://rubygems.org/gems/featherweight
|
6
|
+
|
7
|
+
|
3
8
|
**Replacing X with Y**
|
4
9
|
|X|Y|
|
5
10
|
|:--:|:--:|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: featherweight
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.2'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Zachary Smith
|
@@ -91,7 +91,7 @@ dependencies:
|
|
91
91
|
- !ruby/object:Gem::Version
|
92
92
|
version: '2.4'
|
93
93
|
- !ruby/object:Gem::Dependency
|
94
|
-
name: liquid
|
94
|
+
name: liquid-c
|
95
95
|
requirement: !ruby/object:Gem::Requirement
|
96
96
|
requirements:
|
97
97
|
- - "~>"
|
@@ -117,12 +117,14 @@ executables: []
|
|
117
117
|
extensions: []
|
118
118
|
extra_rdoc_files: []
|
119
119
|
files:
|
120
|
+
- LICENSE
|
120
121
|
- README.md
|
121
122
|
- _layouts/compress.html
|
122
123
|
- _layouts/default.html
|
123
124
|
- _layouts/post.html
|
124
125
|
homepage: https://github.com/cutwell/featherweight
|
125
|
-
licenses:
|
126
|
+
licenses:
|
127
|
+
- MIT
|
126
128
|
metadata: {}
|
127
129
|
post_install_message:
|
128
130
|
rdoc_options: []
|