jekyll-minify 1.1.3 → 1.1.5

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: '019402f7b9f78ee3b5fd9ecf3524fc77439ed63a261417ac4e2ed9a5c393fc4d'
4
+ data.tar.gz: 95d346d134f1a74f2da9258d4f8fbbd4adc42d6c380a9722dbb7cca35bb7d37d
5
5
  SHA512:
6
- metadata.gz: 24f63e9a901ee1fc2e4794099e8f54318bd60efab5205df456e7171907b01551d50987de103658240253db2172dfaafd8a7bc661d4aa65553ad81672ec06e22b
7
- data.tar.gz: 105009ae0e5b84688d631a0dea021acb139b5e19564ae54bb56828fb3cb5e8d65b32d58dc8c61a78a65a1847d071c1474ba6289a42c9d740b678a74e003af457
6
+ metadata.gz: '09e8585a3ac2bd941322d69c55cbd5460f6034a46cc25b715a3b4ff63031a16b2d4167d9bf5d104ab15da28b20e3974f696dbbf17ffb7fd983880f6e90c43b39'
7
+ data.tar.gz: 31726f53f05f554518d3fb8cc2978b2ae7e6dede5f1ed82a2d8d567006e30e1543fe9b708abab5e2e5bf401b57595f69193ebebb3aa48887276ecd5c5f1060a1
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.5'
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.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alain Reguera Delgado