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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. metadata +13 -19
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1ee599d774615cc8bafd940068fb3dbeef8822f2416c913710b47dd2575869c
4
- data.tar.gz: efaa2e54d473b0fc0faeceba1b3b87b864f2b589df9a4ef3e0ea57eb8d303e5d
3
+ metadata.gz: f74c7dff08e726e3b1501a2bba0ac4f2be6473ae4a3c551868f77433b0660171
4
+ data.tar.gz: 602d895b80e20b5a7d122985e8147384353ef9c52b37c982f73cb114e61a6373
5
5
  SHA512:
6
- metadata.gz: efb4c4e5d0d72dcaf6d0e777c1fa324f80449052e76f6974acdca756a030c34aa923f88eee5a882f245c9cfbd292483925bc2a639241622933fe38531070c5bd
7
- data.tar.gz: 88a200ae763a3ed09e5bf3003673b961e2488cb99b821d2cb9c177b9fb20c3f058c0ab1163ebba4cf9bb5d78d9e23d7448797f46ea756837e6acbc9f53006c6d
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'
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: '5.0'
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: '5.0'
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.0.0
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.0.0
116
+ version: '2.5'
123
117
  - !ruby/object:Gem::Dependency
124
- name: kramdown-parser-gfm
118
+ name: jekyll-brotli
125
119
  requirement: !ruby/object:Gem::Requirement
126
120
  requirements:
127
- - - ">="
121
+ - - "~>"
128
122
  - !ruby/object:Gem::Version
129
- version: '0'
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: '0'
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.1.2
155
+ version: 3.0.0
162
156
  required_rubygems_version: !ruby/object:Gem::Requirement
163
157
  requirements:
164
158
  - - ">="