jekyll-gzip 2.1.1 → 2.2.0
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/CHANGELOG.md +16 -10
- data/lib/jekyll/gzip/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7153afa2afd6d6340c84a1f584cc8e80dd696032621792d3d5d41a0719c2ff8
|
|
4
|
+
data.tar.gz: 3046b034ca2926e3fa3ccbe841ca112e5b3b3848354f146d418f1540b8649b60
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f80236db89eaf3c8aa3b563ba6e42c36f04bcf2d8e8b5c828d7991ab0d316c493f51389b5a24a15865d0ffbe55fcb019d33c7fe439a231216b21515ab52a4e4
|
|
7
|
+
data.tar.gz: 6203d9808d4a7a66b8611241c45de44f868c0ccfc82a14a3cce754bbeafbc7bc9c973ef9f4fe2be127b662cdf944befe84f58edb1e670775eff740a194185845
|
data/CHANGELOG.md
CHANGED
|
@@ -4,40 +4,46 @@
|
|
|
4
4
|
|
|
5
5
|
...
|
|
6
6
|
|
|
7
|
+
## 2.2.0 (2019-08-26) [☰](https://github.com/philnash/jekyll-gzip/compare/v2.1.1...v2.2.0)
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Opens up version support for Jekyll 4 (thanks [@thedanbob](https://github.com/thedanbob))
|
|
12
|
+
|
|
7
13
|
## 2.1.1 (2019-03-30) [☰](https://github.com/philnash/jekyll-gzip/compare/v2.1.0...v2.1.1)
|
|
8
14
|
|
|
9
15
|
### Fixed
|
|
10
16
|
|
|
11
|
-
|
|
17
|
+
- Replacing files with gzipped version wasn't working, fixed thanks to [k0nserv](https://github.com/k0nserv) in #6.
|
|
12
18
|
|
|
13
19
|
## 2.1.0 (2019-03-30) [☰](https://github.com/philnash/jekyll-gzip/compare/v2.0.0...v2.1.0)
|
|
14
20
|
|
|
15
21
|
### Added
|
|
16
22
|
|
|
17
|
-
|
|
23
|
+
- Adds setting to replace original files with gzipped for serving from AWS S3
|
|
18
24
|
|
|
19
25
|
## 2.0.0 (2018-11-24) [☰](https://github.com/philnash/jekyll-gzip/compare/v1.1.0...v2.0.0)
|
|
20
26
|
|
|
21
27
|
### Added
|
|
22
28
|
|
|
23
|
-
|
|
24
|
-
|
|
29
|
+
- Adds frozen string literal comments
|
|
30
|
+
- Tries to hook into Jekyll::Assets if available
|
|
25
31
|
|
|
26
32
|
### Changed
|
|
27
33
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
34
|
+
- Uses built in `Jekyll.env` instead of `ENV["JEKYLL_ENV"]`
|
|
35
|
+
- Changes `Jekyll::Gzip::Compressor` to a module and implements a `compress_directory` method
|
|
36
|
+
- Moves Jekyll::Gzip::ZIPPABLE_EXTENSIONS into plugin config that can overwritten in the site config
|
|
31
37
|
|
|
32
38
|
## 1.1.0 (2018-01-03) [☰](https://github.com/philnash/jekyll-gzip/compare/v1.0.0...v1.1.0)
|
|
33
39
|
|
|
34
40
|
### Changed
|
|
35
41
|
|
|
36
|
-
|
|
42
|
+
- Only run the post write hook when the environment variable `JEKYLL_ENV` is `production`
|
|
37
43
|
|
|
38
44
|
## 1.0.0 (2018-01-01) [☰](https://github.com/philnash/jekyll-gzip/commits/v1.0.0)
|
|
39
45
|
|
|
40
46
|
### Added
|
|
41
47
|
|
|
42
|
-
|
|
43
|
-
|
|
48
|
+
- Methods to Gzip compress text files throughout a Jekyll site
|
|
49
|
+
- Site post write hook to trigger gzip compression
|
data/lib/jekyll/gzip/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-gzip
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Phil Nash
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-08-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|