hyperbuild 0.1.4 → 0.1.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -6
- data/lib/linux-ruby2.5 +0 -0
- data/lib/linux-ruby2.6 +0 -0
- data/lib/linux-ruby2.7 +0 -0
- data/lib/macos-ruby2.5 +0 -0
- data/lib/macos-ruby2.6 +0 -0
- data/lib/macos-ruby2.7 +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e556f9c7d4088da60101da67f3122a1383a492b53dfabd14a72527bf58bf64a
|
4
|
+
data.tar.gz: ae64306255bb1345ffe29abeaaf8ea36472f2a88e23651de6299413fa59d7f7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00071f629c3e0b8586e109baeb540008bf40fa3d0876efca0a30c7da612bdd9fb1f7f80abd31f82a8432fa8bb573aa7ad750c2f9328ead6e0186ac10681227ed
|
7
|
+
data.tar.gz: 0ed32c3233e1500458759b4ad0dfca11949c34823fb76f88127e1691ae4ffd156738a62f15d0735dc28f7bd65e0d7a6c0eb51277e9e52d8188c5c7e305c35843
|
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.
|
20
|
+
<img width="435" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/hyperbuild/bench/0.1.10/average-speeds.png"> <img width="435" alt="Chart showing effectiveness of HTML minifiers" src="https://wilsonl.in/hyperbuild/bench/0.1.10/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.
|
31
|
-
[macOS](https://wilsonl.in/hyperbuild/bin/0.1.
|
32
|
-
[Linux](https://wilsonl.in/hyperbuild/bin/0.1.
|
30
|
+
[Windows](https://wilsonl.in/hyperbuild/bin/0.1.10-windows-x86_64.exe) |
|
31
|
+
[macOS](https://wilsonl.in/hyperbuild/bin/0.1.10-macos-x86_64) |
|
32
|
+
[Linux](https://wilsonl.in/hyperbuild/bin/0.1.10-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.
|
49
|
+
hyperbuild = "0.1.10"
|
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.
|
153
|
+
<version>0.1.10</version>
|
154
154
|
</dependency>
|
155
155
|
```
|
156
156
|
|
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: hyperbuild
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.10
|
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-
|
11
|
+
date: 2020-07-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fiddle
|