hyperbuild 0.1.5 → 0.1.11

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: e21d3b86b868b267d86aa1dd93fce3ef9b3bfb3e8f7c813cbb679c6917a31078
4
- data.tar.gz: 7f3c329e7e2a416d37ee2ca60d039d05075395b709dffa97f9bb66447e7d7903
3
+ metadata.gz: e425060def512c2a9371c1ed250cbd96d1a69f687e35b33cb443f473e2426a68
4
+ data.tar.gz: 2474460bf12d95cac932003a54d6da6244b1caeb13c7d90f91061dba5251fb6c
5
5
  SHA512:
6
- metadata.gz: d1b6c0d39a46b52435c59df3eac0f1979c9e15c316edd1a253929e1f9939e35fdb4828237f6838924ac98ef03a1803d8c272466dee76ae2cd024bd1c38c20b95
7
- data.tar.gz: a87b707918f82a4d76e48ca5fec21027f0577472ff21537226c5607e6c5fc466679e41b4c76334177a4b312fdc0f12f454861dcb3a25ef5c11f9df606d8a3d5f
6
+ metadata.gz: 7e1e17e5bccd7742c82c1c53fe42a9787a8c320971c5de3d2f2a2044c236bfde04c2f032d0dec7666cb9d027e86a2853859a22992127d1fad19306a9c1ece8a1
7
+ data.tar.gz: 827c5370f3e8b5a24fa8ab35a520e0c0f512f4e367e85d716ad565bd28a9804a7d571712755e57ddf1c21b50aaf58fec293aac6dc585e3efbee11b7368022408
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), run on popular already-minified web pages. 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.1.5/average-speeds.png"> <img width="435" alt="Chart showing effectiveness of HTML minifiers" src="https://wilsonl.in/hyperbuild/bench/0.1.5/average-sizes.png">
20
+ <img width="435" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/hyperbuild/bench/0.1.11/average-speeds.png"> <img width="435" alt="Chart showing effectiveness of HTML minifiers" src="https://wilsonl.in/hyperbuild/bench/0.1.11/average-sizes.png">
21
21
 
22
22
  ## Usage
23
23
 
@@ -27,9 +27,9 @@ Precompiled binaries are available for x86-64 Windows, macOS, and Linux.
27
27
 
28
28
  ##### Get
29
29
 
30
- [Windows](https://wilsonl.in/hyperbuild/bin/0.1.5-windows-x86_64.exe) |
31
- [macOS](https://wilsonl.in/hyperbuild/bin/0.1.5-macos-x86_64) |
32
- [Linux](https://wilsonl.in/hyperbuild/bin/0.1.5-linux-x86_64)
30
+ [Windows](https://wilsonl.in/hyperbuild/bin/0.1.11-windows-x86_64.exe) |
31
+ [macOS](https://wilsonl.in/hyperbuild/bin/0.1.11-macos-x86_64) |
32
+ [Linux](https://wilsonl.in/hyperbuild/bin/0.1.11-linux-x86_64)
33
33
 
34
34
  ##### Use
35
35
 
@@ -46,7 +46,7 @@ hyperbuild --src /path/to/src.html --out /path/to/output.min.html
46
46
 
47
47
  ```toml
48
48
  [dependencies]
49
- hyperbuild = "0.1.5"
49
+ hyperbuild = "0.1.11"
50
50
  ```
51
51
 
52
52
  ##### Use
@@ -150,7 +150,7 @@ Add as a Maven dependency:
150
150
  <dependency>
151
151
  <groupId>in.wilsonl.hyperbuild</groupId>
152
152
  <artifactId>hyperbuild</artifactId>
153
- <version>0.1.5</version>
153
+ <version>0.1.11</version>
154
154
  </dependency>
155
155
  ```
156
156
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hyperbuild
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wilson Lin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-03 00:00:00.000000000 Z
11
+ date: 2020-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fiddle