hyperbuild 0.0.37 → 0.0.43

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: 7b23b9c0aacb7a786afdf9c80453c9725810ff205db9de642a84384085a5e306
4
- data.tar.gz: 8bfc69dba0c8ed40a6e399089a69bc46f1c5e2363a994d94e565b2ba397eb7de
3
+ metadata.gz: 13f6bc841f3244550cd7757709fed9405e450fe6446b8a0722548596739b2f7c
4
+ data.tar.gz: 676dc872075403abf309021820c2057dd386c71c03e5119aba92e0b17551a837
5
5
  SHA512:
6
- metadata.gz: 371fdf501b2e92993fc8c356d81c8bde4ea74320122a294fa848b56471db6e6bcbfff301032860a4f7d69c38ca4246eb7a8141a27d9a85338c395bc3309ac53b
7
- data.tar.gz: 512b0672e6030bd8ba72be66b034978aec75a69950ef4c7141d5be5129de0bf7b45c147461c667d351f53293e28661fe4ea3f8621401fbb88a8893c28e332f7b
6
+ metadata.gz: eba2fe40c60af99d2c032e0d57c9da0cef85e46930cca1664b9a29a333d0c5dd71305079b2eb48e826178832381784eb3419c07eb319ae2fb434c57d5d9a5721
7
+ data.tar.gz: 82956e71a245a7788bb08bed7e51f7b288b76841f2e9bd4048b4d71e458331e0dae5841cabecf716ce3337cf7b00c5b1b5698ceb9de2faaf950a9eeac3aed0c3
data/README.md CHANGED
@@ -17,17 +17,19 @@ 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.37/average-speeds.png"> <img width="435" alt="Chart showing effectiveness of HTML minifiers" src="https://wilsonl.in/hyperbuild/bench/0.0.37/average-sizes.png">
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
 
24
24
  ### CLI
25
25
 
26
+ Precompiled binaries are available for x86-64 Windows, macOS, and Linux. To compile and install from source, run `cargo install hyperbuild`, which requires [Rust](https://www.rust-lang.org/tools/install).
27
+
26
28
  ##### Get
27
29
 
28
- [Windows](https://wilsonl.in/hyperbuild/bin/0.0.37-windows-x86_64.exe) |
29
- [macOS](https://wilsonl.in/hyperbuild/bin/0.0.37-macos-x86_64) |
30
- [Linux](https://wilsonl.in/hyperbuild/bin/0.0.37-linux-x86_64)
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)
31
33
 
32
34
  ##### Use
33
35
 
@@ -44,7 +46,7 @@ hyperbuild --src /path/to/src.html --out /path/to/output.min.html
44
46
 
45
47
  ```toml
46
48
  [dependencies]
47
- hyperbuild = "0.0.37"
49
+ hyperbuild = "0.0.43"
48
50
  ```
49
51
 
50
52
  ##### Use
@@ -105,7 +107,7 @@ Add as a Maven dependency:
105
107
  <dependency>
106
108
  <groupId>in.wilsonl.hyperbuild</groupId>
107
109
  <artifactId>hyperbuild</artifactId>
108
- <version>0.0.37</version>
110
+ <version>0.0.43</version>
109
111
  </dependency>
110
112
  ```
111
113
 
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.0.37
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-26 00:00:00.000000000 Z
11
+ date: 2020-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fiddle