hyperbuild 0.1.3 → 0.1.4

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: 4e6a1e10782a31b58f66b59d7cd44ef2dbd5d8dc2261381b13b2d254f8b5c4a2
4
- data.tar.gz: ee8f6ee1d6915cd7f5f1d0639cb721a537c7b1f8049630c997c52540275ff057
3
+ metadata.gz: ae9df977339decdd91315a657eaf93b7cc5d3d5baf3d151baa1c8765cec50a54
4
+ data.tar.gz: 1162609f080717dda0b870ff8a02c750a9f975a116256a7cf70976bd830f0b9c
5
5
  SHA512:
6
- metadata.gz: b7f0adf1f11aab729d17a00c04f6b01c5d1fdc8da6c0d8b3013218382bd0925091ce8293ac72a9aad730bec937cdc3db4b9e74c6d2c58989ad97a849cfdb9c33
7
- data.tar.gz: eac51647abc8c8646d1b818303d3a8fb5af3c5ff046db8a0bafa385271cbef7dc68415453881bfac5b0e7e31497d3f4285666cfe996a20f5c4fa2e01961f258c
6
+ metadata.gz: bd32cdf147710950a6fda57a423734662d3cbe1bf090b0b2e64136bdfc5b178c7d2c0af581aa44eb709fc74dbd951a255f41ff849310dcfca30f72e18480cdc9
7
+ data.tar.gz: deca3b2b2c2bdc1f5450a1b33ed4a07a4a23e7a9a70fc8f29c059c41c33d4d149eac58f8ba1b938086dfdc1fd9c728d33e055d4a62ab154cbbd7f8dbd2b70074
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.3/average-speeds.png"> <img width="435" alt="Chart showing effectiveness of HTML minifiers" src="https://wilsonl.in/hyperbuild/bench/0.1.3/average-sizes.png">
20
+ <img width="435" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/hyperbuild/bench/0.1.4/average-speeds.png"> <img width="435" alt="Chart showing effectiveness of HTML minifiers" src="https://wilsonl.in/hyperbuild/bench/0.1.4/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.3-windows-x86_64.exe) |
31
- [macOS](https://wilsonl.in/hyperbuild/bin/0.1.3-macos-x86_64) |
32
- [Linux](https://wilsonl.in/hyperbuild/bin/0.1.3-linux-x86_64)
30
+ [Windows](https://wilsonl.in/hyperbuild/bin/0.1.4-windows-x86_64.exe) |
31
+ [macOS](https://wilsonl.in/hyperbuild/bin/0.1.4-macos-x86_64) |
32
+ [Linux](https://wilsonl.in/hyperbuild/bin/0.1.4-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.3"
49
+ hyperbuild = "0.1.4"
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.3</version>
153
+ <version>0.1.4</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.3
4
+ version: 0.1.4
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-06-19 00:00:00.000000000 Z
11
+ date: 2020-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fiddle