jekyll-gzip 2.1.1 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e9b6615eacd308b2725edbc534a6191034246fbad0207028a3fca4d047314820
4
- data.tar.gz: 60c0f1df14238b1e7306a577ff27573457f9b100bd957f2a865dee279c816564
3
+ metadata.gz: c7153afa2afd6d6340c84a1f584cc8e80dd696032621792d3d5d41a0719c2ff8
4
+ data.tar.gz: 3046b034ca2926e3fa3ccbe841ca112e5b3b3848354f146d418f1540b8649b60
5
5
  SHA512:
6
- metadata.gz: d4aa8011f4c7a3487deb1b26183a33aa596e470fecd557b57191ec29184e2cc4da4b29ff25fc0549a1503f0836086e170fb871f63fa861469fca1f8c5ddbe9ce
7
- data.tar.gz: b88e330c3f0dbf73ca197913faa5a185387e70190436699901a61401cc478aca1e866302bccb483175bd724ffe0fc9cbef048b0d5886c7fb3d50a5969e138b2c
6
+ metadata.gz: 1f80236db89eaf3c8aa3b563ba6e42c36f04bcf2d8e8b5c828d7991ab0d316c493f51389b5a24a15865d0ffbe55fcb019d33c7fe439a231216b21515ab52a4e4
7
+ data.tar.gz: 6203d9808d4a7a66b8611241c45de44f868c0ccfc82a14a3cce754bbeafbc7bc9c973ef9f4fe2be127b662cdf944befe84f58edb1e670775eff740a194185845
@@ -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
- * Replacing files with gzipped version wasn't working, fixed thanks to [k0nserv](https://github.com/k0nserv) in #6.
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
- * Adds setting to replace original files with gzipped for serving from AWS S3
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
- * Adds frozen string literal comments
24
- * Tries to hook into Jekyll::Assets if available
29
+ - Adds frozen string literal comments
30
+ - Tries to hook into Jekyll::Assets if available
25
31
 
26
32
  ### Changed
27
33
 
28
- * Uses built in `Jekyll.env` instead of `ENV["JEKYLL_ENV"]`
29
- * Changes `Jekyll::Gzip::Compressor` to a module and implements a `compress_directory` method
30
- * Moves Jekyll::Gzip::ZIPPABLE_EXTENSIONS into plugin config that can overwritten in the site config
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
- * Only run the post write hook when the environment variable `JEKYLL_ENV` is `production`
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
- * Methods to Gzip compress text files throughout a Jekyll site
43
- * Site post write hook to trigger gzip compression
48
+ - Methods to Gzip compress text files throughout a Jekyll site
49
+ - Site post write hook to trigger gzip compression
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module Gzip
5
- VERSION = "2.1.1"
5
+ VERSION = "2.2.0"
6
6
  end
7
7
  end
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.1.1
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-04-01 00:00:00.000000000 Z
11
+ date: 2019-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll