featherweight 0.5 → 0.5.2
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/README.md +2 -2
- metadata +13 -19
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f74c7dff08e726e3b1501a2bba0ac4f2be6473ae4a3c551868f77433b0660171
|
|
4
|
+
data.tar.gz: 602d895b80e20b5a7d122985e8147384353ef9c52b37c982f73cb114e61a6373
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a08f48e3ced8c8e6c189540b1e518cec419caac09803d8bc3604acfe6c72599873164a695092b8cb59b475898f40a58cbf89516e6aa65693e559123e225f4a7a
|
|
7
|
+
data.tar.gz: cdecc86e8beecb5aabc03e87ce2f37cfd8d8bc7479a454e8107df843ab739e1caa3886efcc1e0a479bf76a34afa48721304a38d5372b1a389fa78ad22d61f19a
|
data/README.md
CHANGED
|
@@ -46,5 +46,5 @@ When naming blog post files, use the `YYYY-MM-DD-title.md` convention, or else y
|
|
|
46
46
|
| _RSS_ | The RSS feed can be found at <https://yourgithubusername.github.io/feed>. |
|
|
47
47
|
| _Sitemap_ | The sitemap can be found at <https://yourgithubusername.github.io/sitemap>. |
|
|
48
48
|
| _Quickstart_ | Test your website locally by following the [Jekyll quickstart guide](https://jekyllrb.com/docs/). |
|
|
49
|
-
|
|
|
50
|
-
|
|
49
|
+
| _gzip compression_ | Files are compressed using [Zopfli](https://github.com/philnash/jekyll-zopfli) compression. GitHub GZip's files automatically before serving, but we can use more aggressive pre-compression to achieve better compression, and avoid server overhead to compress on-the-fly. Support seems to vary between browsers, and some will fallback to `.html`. |
|
|
50
|
+
| _Brotli compression_ | We also compress files using Google's [Brotli](https://en.wikipedia.org/wiki/Brotli) algorithm. We serve `.gz` and `.html` as fallback, although `.br` [has good support](https://caniuse.com/brotli) |
|
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:
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zachary Smith
|
|
@@ -14,22 +14,16 @@ dependencies:
|
|
|
14
14
|
name: jekyll
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: 4.2.2
|
|
20
|
-
- - "<"
|
|
17
|
+
- - "~>"
|
|
21
18
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '
|
|
19
|
+
version: '3.0'
|
|
23
20
|
type: :runtime
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
23
|
requirements:
|
|
27
|
-
- - "
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: 4.2.2
|
|
30
|
-
- - "<"
|
|
24
|
+
- - "~>"
|
|
31
25
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '
|
|
26
|
+
version: '3.0'
|
|
33
27
|
- !ruby/object:Gem::Dependency
|
|
34
28
|
name: jekyll-feed
|
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -112,28 +106,28 @@ dependencies:
|
|
|
112
106
|
requirements:
|
|
113
107
|
- - "~>"
|
|
114
108
|
- !ruby/object:Gem::Version
|
|
115
|
-
version: 2.
|
|
109
|
+
version: '2.5'
|
|
116
110
|
type: :runtime
|
|
117
111
|
prerelease: false
|
|
118
112
|
version_requirements: !ruby/object:Gem::Requirement
|
|
119
113
|
requirements:
|
|
120
114
|
- - "~>"
|
|
121
115
|
- !ruby/object:Gem::Version
|
|
122
|
-
version: 2.
|
|
116
|
+
version: '2.5'
|
|
123
117
|
- !ruby/object:Gem::Dependency
|
|
124
|
-
name:
|
|
118
|
+
name: jekyll-brotli
|
|
125
119
|
requirement: !ruby/object:Gem::Requirement
|
|
126
120
|
requirements:
|
|
127
|
-
- - "
|
|
121
|
+
- - "~>"
|
|
128
122
|
- !ruby/object:Gem::Version
|
|
129
|
-
version: '
|
|
123
|
+
version: '2.3'
|
|
130
124
|
type: :runtime
|
|
131
125
|
prerelease: false
|
|
132
126
|
version_requirements: !ruby/object:Gem::Requirement
|
|
133
127
|
requirements:
|
|
134
|
-
- - "
|
|
128
|
+
- - "~>"
|
|
135
129
|
- !ruby/object:Gem::Version
|
|
136
|
-
version: '
|
|
130
|
+
version: '2.3'
|
|
137
131
|
description:
|
|
138
132
|
email:
|
|
139
133
|
- zachsmith.dev@gmail.com
|
|
@@ -158,7 +152,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
158
152
|
requirements:
|
|
159
153
|
- - ">="
|
|
160
154
|
- !ruby/object:Gem::Version
|
|
161
|
-
version: 3.
|
|
155
|
+
version: 3.0.0
|
|
162
156
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
163
157
|
requirements:
|
|
164
158
|
- - ">="
|