hyperbuild 0.0.41 → 0.0.43
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: 13f6bc841f3244550cd7757709fed9405e450fe6446b8a0722548596739b2f7c
|
4
|
+
data.tar.gz: 676dc872075403abf309021820c2057dd386c71c03e5119aba92e0b17551a837
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eba2fe40c60af99d2c032e0d57c9da0cef85e46930cca1664b9a29a333d0c5dd71305079b2eb48e826178832381784eb3419c07eb319ae2fb434c57d5d9a5721
|
7
|
+
data.tar.gz: 82956e71a245a7788bb08bed7e51f7b288b76841f2e9bd4048b4d71e458331e0dae5841cabecf716ce3337cf7b00c5b1b5698ceb9de2faaf950a9eeac3aed0c3
|
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.
|
20
|
+
<img width="435" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/hyperbuild/bench/0.0.43/average-speeds.png"> <img width="435" alt="Chart showing effectiveness of HTML minifiers" src="https://wilsonl.in/hyperbuild/bench/0.0.43/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. To comp
|
|
27
27
|
|
28
28
|
##### Get
|
29
29
|
|
30
|
-
[Windows](https://wilsonl.in/hyperbuild/bin/0.0.
|
31
|
-
[macOS](https://wilsonl.in/hyperbuild/bin/0.0.
|
32
|
-
[Linux](https://wilsonl.in/hyperbuild/bin/0.0.
|
30
|
+
[Windows](https://wilsonl.in/hyperbuild/bin/0.0.43-windows-x86_64.exe) |
|
31
|
+
[macOS](https://wilsonl.in/hyperbuild/bin/0.0.43-macos-x86_64) |
|
32
|
+
[Linux](https://wilsonl.in/hyperbuild/bin/0.0.43-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.0.
|
49
|
+
hyperbuild = "0.0.43"
|
50
50
|
```
|
51
51
|
|
52
52
|
##### Use
|
@@ -107,7 +107,7 @@ Add as a Maven dependency:
|
|
107
107
|
<dependency>
|
108
108
|
<groupId>in.wilsonl.hyperbuild</groupId>
|
109
109
|
<artifactId>hyperbuild</artifactId>
|
110
|
-
<version>0.0.
|
110
|
+
<version>0.0.43</version>
|
111
111
|
</dependency>
|
112
112
|
```
|
113
113
|
|
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.0.
|
4
|
+
version: 0.0.43
|
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-01-
|
11
|
+
date: 2020-01-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fiddle
|