featherweight 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. metadata +15 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 372fc0b8e4b5e3d8f440b8bf4fdd7350c3878ce313e414bc8c7ff3792098f25a
4
- data.tar.gz: 3e8b15b8c20ffe168fcbc500bf64ed8d04c9736c30fdb86262aed1fc171eb9cc
3
+ metadata.gz: f74c7dff08e726e3b1501a2bba0ac4f2be6473ae4a3c551868f77433b0660171
4
+ data.tar.gz: 602d895b80e20b5a7d122985e8147384353ef9c52b37c982f73cb114e61a6373
5
5
  SHA512:
6
- metadata.gz: 3b385bbf9710a587bef989294d6b8dfeda6704ae5597602b7e57c248f8d603332c95a183bd079a8af5cfb254f7c6d0aebd92cdaf929717887918c3c813c30b61
7
- data.tar.gz: 41b87fce02d89e515a3b3584b9a42a134ed8087f1ad939c0019696d85446829c9ff8959ef44b25174649908a7eea33ca6f490e96f641d01986e77628b695c77a
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
- | _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. |
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: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zachary Smith
@@ -114,6 +114,20 @@ dependencies:
114
114
  - - "~>"
115
115
  - !ruby/object:Gem::Version
116
116
  version: '2.5'
117
+ - !ruby/object:Gem::Dependency
118
+ name: jekyll-brotli
119
+ requirement: !ruby/object:Gem::Requirement
120
+ requirements:
121
+ - - "~>"
122
+ - !ruby/object:Gem::Version
123
+ version: '2.3'
124
+ type: :runtime
125
+ prerelease: false
126
+ version_requirements: !ruby/object:Gem::Requirement
127
+ requirements:
128
+ - - "~>"
129
+ - !ruby/object:Gem::Version
130
+ version: '2.3'
117
131
  description:
118
132
  email:
119
133
  - zachsmith.dev@gmail.com