minify_html 0.4.1 → 0.4.2

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: 4516f4975352060d252dc72ff441080f341114b8277cff7b62a3303a613279b7
4
- data.tar.gz: 514facfe0ecb340f180d5b9c220291e59d375d5069bbda85bfbe9ceec08ce0dc
3
+ metadata.gz: cbc83589441ac0bc5861d3a31cd07d53429546c977e3023b99a8c43a961fe290
4
+ data.tar.gz: b275f7242f08923a719ac658bef9bae9efe33315f173d997c90377bebd73b06b
5
5
  SHA512:
6
- metadata.gz: 9c01002c64c63b3d83cc1b3a783b3e0ea782dbdda32685a0b0a8d9e9559c938d851d45ddaa2a22efc99bdade52f6791248a115174b7a0089ec1a3e2f800588d5
7
- data.tar.gz: 85fa35d7d9e6f4c93211ea60f79d2a39b1177e9278ac4180efce136231b2d98bfbf1ef5a9ce2916878cf414c3b88bc7ed675f6a495c8772723318a0bec95ed00
6
+ metadata.gz: 7d34c54ca36ab3ac4595143e4e49bc782f907334457008d92533f90ce4dfdb07624317f948508c8633f2c8cb40bde6030431d3e10fe896d34f91e88d6c5fbe6f
7
+ data.tar.gz: 699a40002e3f18c50147e23365297da8e8c58e920d08b5e723e18f64c29d615380a0563e98c945c9169da1f20077729001ea2c7557c35b3cd9f5255aad83eb09
data/README.md CHANGED
@@ -12,7 +12,7 @@ Comes with native bindings to Node.js, Python, Java, and Ruby.
12
12
 
13
13
  Comparison with [html-minfier](https://github.com/kangax/html-minifier) and [minimize](https://github.com/Swaagie/minimize), run on the top web pages. [See the breakdown here.](./bench)
14
14
 
15
- <img width="415" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.4.1/js/average-speeds.png"> <img width="415" alt="Chart showing effectiveness of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.4.1/js/average-sizes.png">
15
+ <img width="415" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.4.2/core/average-speeds.png"> <img width="415" alt="Chart showing effectiveness of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.4.2/core/average-sizes.png">
16
16
 
17
17
  ## Usage
18
18
 
@@ -22,9 +22,9 @@ Precompiled binaries are available for x86-64 Linux, macOS, and Windows.
22
22
 
23
23
  ##### Get
24
24
 
25
- [Linux](https://wilsonl.in/minify-html/bin/0.4.1-linux-x86_64) |
26
- [macOS](https://wilsonl.in/minify-html/bin/0.4.1-macos-x86_64) |
27
- [Windows](https://wilsonl.in/minify-html/bin/0.4.1-windows-x86_64.exe)
25
+ [Linux](https://wilsonl.in/minify-html/bin/0.4.2-linux-x86_64) |
26
+ [macOS](https://wilsonl.in/minify-html/bin/0.4.2-macos-x86_64) |
27
+ [Windows](https://wilsonl.in/minify-html/bin/0.4.2-windows-x86_64.exe)
28
28
 
29
29
  ##### Use
30
30
 
@@ -43,7 +43,7 @@ minify-html --src /path/to/src.html --out /path/to/output.min.html --css --js
43
43
 
44
44
  ```toml
45
45
  [dependencies]
46
- minify-html = { version = "0.4.1", features = ["js-esbuild"] }
46
+ minify-html = { version = "0.4.2", features = ["js-esbuild"] }
47
47
  ```
48
48
 
49
49
  Building with the `js-esbuild` feature requires the Go compiler to be installed as well, to build the [JS and CSS minifier](https://github.com/wilsonzlin/esbuild-rs).
@@ -120,7 +120,7 @@ Add as a Maven dependency:
120
120
  <dependency>
121
121
  <groupId>in.wilsonl.minifyhtml</groupId>
122
122
  <artifactId>minify-html</artifactId>
123
- <version>0.4.1</version>
123
+ <version>0.4.2</version>
124
124
  </dependency>
125
125
  ```
126
126
 
data/lib/linux-ruby2.5 CHANGED
Binary file
data/lib/linux-ruby2.6 CHANGED
Binary file
data/lib/linux-ruby2.7 CHANGED
Binary file
data/lib/macos-ruby2.5 CHANGED
Binary file
data/lib/macos-ruby2.6 CHANGED
Binary file
data/lib/macos-ruby2.7 CHANGED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minify_html
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wilson Lin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-09 00:00:00.000000000 Z
11
+ date: 2021-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fiddle