hyperbuild 0.1.7 → 0.1.8

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: 7ecfc9df750e45a3eb4af79ebd51b551c8c6a0a48ae92791d8ade077c16af7bd
4
- data.tar.gz: 5963041909e364998ab9981591f60894e80df1258a4437f88827bb8c0e714a31
3
+ metadata.gz: bf56e4e3ef3a4d85fb29001ce6414edc7459e7eabcecd3d91aea9ac328636a58
4
+ data.tar.gz: 7b354352afb385250008b6441ef5049f55a7f3aeca961b09c417b1dea0175e10
5
5
  SHA512:
6
- metadata.gz: 82d0376c58ec634e53f2644919b8d3bcaa5032308fe098717e51c766e1e26f54a4b619d836db85a4a8ec6b7ab356f9349fe7505c80feb97aa4c8191215e2de67
7
- data.tar.gz: ff461ddbc281e863b402d544cb3eef9c75ce0e15dbeead0df1a788bd092c4fd27c92e1af7eca3e446eec7dfc7ab5c80899f34a040f5cee2e5862e500a8106632
6
+ metadata.gz: edcb75247975e1cebf8be8717f6858c1fe19dbbbb42f463d4e5b687f1c883bfee643ae0d12c0cb561ec3e219f663a34030cb49fcf2fcb277d747ff41d295061e
7
+ data.tar.gz: c19fad266ab12e32112b1ec2a92f48e238c7e8c52a0084d1d27ed994ac4f22d80ffeb2d034e2292c60ea50588d15951359531f81f314473cef8c72d080c886ad
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.7/average-speeds.png"> <img width="435" alt="Chart showing effectiveness of HTML minifiers" src="https://wilsonl.in/hyperbuild/bench/0.1.7/average-sizes.png">
20
+ <img width="435" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/hyperbuild/bench/0.1.8/average-speeds.png"> <img width="435" alt="Chart showing effectiveness of HTML minifiers" src="https://wilsonl.in/hyperbuild/bench/0.1.8/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.7-windows-x86_64.exe) |
31
- [macOS](https://wilsonl.in/hyperbuild/bin/0.1.7-macos-x86_64) |
32
- [Linux](https://wilsonl.in/hyperbuild/bin/0.1.7-linux-x86_64)
30
+ [Windows](https://wilsonl.in/hyperbuild/bin/0.1.8-windows-x86_64.exe) |
31
+ [macOS](https://wilsonl.in/hyperbuild/bin/0.1.8-macos-x86_64) |
32
+ [Linux](https://wilsonl.in/hyperbuild/bin/0.1.8-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.7"
49
+ hyperbuild = "0.1.8"
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.7</version>
153
+ <version>0.1.8</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.7
4
+ version: 0.1.8
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-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fiddle