hyperbuild 0.0.38 → 0.0.39

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: c124ffbf973555b640e5fc9463f66be587a161ae82dbeb2aa7a6577a4817a597
4
- data.tar.gz: 6b10fe6134e46bee426dca81a78751565142009c457af01157fd5e7ce400ebfc
3
+ metadata.gz: cf76b6eba2f31e29ec7710592cc2c4fd352c7aa4e443a5628483063a9236275d
4
+ data.tar.gz: 852918eb82dc5156f6ca7a0daa39c900fd8fa3bdd71bf0f6382a7c484684401a
5
5
  SHA512:
6
- metadata.gz: 2b82d0143ce5147ca6ebd2777ac2a3765444f70b4b27d01c231eda67f24fed06674620ec25061f118806310843b06bf94d260f0c35da29f6b675daa2feedb89a
7
- data.tar.gz: 7b14c5a899a21ec26ab448b5995d0ae759619acd6083fd9ef455e3573037a30d55b89c2ca36f7876c8e121832c59e2a48e162b2c8d6c2ef228996c0877c1aea0
6
+ metadata.gz: 21e6b993e37b16f0e2e00176796d3a1cc6e413c93e760b38c96869b3787a725cf809e44188d7e9cc68654a700754986f93788dfbeacae9b7024fe18dbde0fa9e
7
+ data.tar.gz: 2d9eef71e0076b4a01a016cb4283c932fc61204bc8f4f89e981077076c01e7d69ed6d5607cce35a70bb19cb23c40126e20a8cf9751881bb70f1d09d856ee5beb
data/README.md CHANGED
@@ -17,7 +17,7 @@ Available as:
17
17
 
18
18
  Speed and effectiveness of Node.js version compared to [html-minfier](https://github.com/kangax/html-minifier) and [minimize](https://github.com/Swaagie/minimize). See [bench](./bench) folder for more details.
19
19
 
20
- <img width="435" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/hyperbuild/bench/0.0.38/average-speeds.png"> <img width="435" alt="Chart showing effectiveness of HTML minifiers" src="https://wilsonl.in/hyperbuild/bench/0.0.38/average-sizes.png">
20
+ <img width="435" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/hyperbuild/bench/0.0.39/average-speeds.png"> <img width="435" alt="Chart showing effectiveness of HTML minifiers" src="https://wilsonl.in/hyperbuild/bench/0.0.39/average-sizes.png">
21
21
 
22
22
  ## Usage
23
23
 
@@ -25,9 +25,9 @@ Speed and effectiveness of Node.js version compared to [html-minfier](https://gi
25
25
 
26
26
  ##### Get
27
27
 
28
- [Windows](https://wilsonl.in/hyperbuild/bin/0.0.38-windows-x86_64.exe) |
29
- [macOS](https://wilsonl.in/hyperbuild/bin/0.0.38-macos-x86_64) |
30
- [Linux](https://wilsonl.in/hyperbuild/bin/0.0.38-linux-x86_64)
28
+ [Windows](https://wilsonl.in/hyperbuild/bin/0.0.39-windows-x86_64.exe) |
29
+ [macOS](https://wilsonl.in/hyperbuild/bin/0.0.39-macos-x86_64) |
30
+ [Linux](https://wilsonl.in/hyperbuild/bin/0.0.39-linux-x86_64)
31
31
 
32
32
  ##### Use
33
33
 
@@ -44,7 +44,7 @@ hyperbuild --src /path/to/src.html --out /path/to/output.min.html
44
44
 
45
45
  ```toml
46
46
  [dependencies]
47
- hyperbuild = "0.0.38"
47
+ hyperbuild = "0.0.39"
48
48
  ```
49
49
 
50
50
  ##### Use
@@ -105,7 +105,7 @@ Add as a Maven dependency:
105
105
  <dependency>
106
106
  <groupId>in.wilsonl.hyperbuild</groupId>
107
107
  <artifactId>hyperbuild</artifactId>
108
- <version>0.0.38</version>
108
+ <version>0.0.39</version>
109
109
  </dependency>
110
110
  ```
111
111
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hyperbuild
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.38
4
+ version: 0.0.39
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wilson Lin