jekyll-minify 1.1.3 → 1.1.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a426c9571c66152f2423c16b91d5d5bddb38bf1ec3fdb173f7c86222c1a69566
4
- data.tar.gz: 74735f5d4cbd63ccd13840fb0026f6cf47e0478cdd7f1e14b2af40bda0f5c6cc
3
+ metadata.gz: 20c211cf280108580c6a0170d6851b397736f4bcc79ad43572885a4a40849914
4
+ data.tar.gz: 760c5b816c0f7c5f246fc0431e95642c4172004379c517ce0b06183822087388
5
5
  SHA512:
6
- metadata.gz: 24f63e9a901ee1fc2e4794099e8f54318bd60efab5205df456e7171907b01551d50987de103658240253db2172dfaafd8a7bc661d4aa65553ad81672ec06e22b
7
- data.tar.gz: 105009ae0e5b84688d631a0dea021acb139b5e19564ae54bb56828fb3cb5e8d65b32d58dc8c61a78a65a1847d071c1474ba6289a42c9d740b678a74e003af457
6
+ metadata.gz: 63a4e674b2c0289bf595695bd3f2fc3ae55a8dd03de61f620cc626e82485c9870d7983eca3cfe20633c026de25648d11f639ef834ce4eb29990bb678437281a8
7
+ data.tar.gz: d3787eadae5a3852d2b3fbcd0f5d9fc7713ce7202f35d8d45a06e65f9a31fe194fff385633443ffb72bf9fe55b4c8747cc45dcfd38ff13ccd2de53555cd8aaf8
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # jekyll-minify
2
2
 
3
- Automatically minifies HTML, CSS, and JavaScript files for Jekyll sites using
4
- the Rust-based `minify-html` gem.
3
+ `jekyll-minify` is a Jekyll plugin that automatically minifies HTML, CSS, and
4
+ JavaScript files for Jekyll sites using the Rust-based `minify-html` gem.
5
5
 
6
6
  ## Documentation
7
7
 
@@ -6,6 +6,6 @@ module Jekyll
6
6
  # Regenerated alongside the gemspec on every `make jekyll-minify.gemspec`
7
7
  # run (locally or in CI), so it always matches spec.version in the built
8
8
  # gem. Any hand edit is overwritten on the next run.
9
- VERSION = '1.1.3'
9
+ VERSION = '1.1.4'
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-minify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alain Reguera Delgado