hyperbuild 0.0.35 → 0.0.36

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: 2f2f56ce016002635b31ec97eb90258e5ac2592989aa48ce233cc2351e959927
4
- data.tar.gz: 8cafb809547ffcc5b9de9b46bbbe74b8cb6a24b271d6d6bc9e7283c51d10cab6
3
+ metadata.gz: 2655af7a79f7c375572ecf5cf90d4283a5196c1fa211a01e58c7ca81c3f147f8
4
+ data.tar.gz: 2ecf6b76878a858a306adee6ba5ae7e77b84d2a69a31a692ce58e8810b862709
5
5
  SHA512:
6
- metadata.gz: 7161f55cf152360add8fd5e1c41a16944a8f23b2daad29f8b5a3e3cfcb00266c000964e4263d0012d7b34ab6dbd2d11f50b118aea475d0afca8b5abfb0c67ef4
7
- data.tar.gz: f160ae8a02530122cabf5694a0593bbad6cfbf04cb13b44cca08ede1087a901bbf4a2c1eb1112f3c53d7900d795d2feec03b7228571f7c334109cf89144cadd4
6
+ metadata.gz: 86ab0c1d7769d252a2cf58841f19540194253e9bac550bbe36f1909e3197b70e8856d4e082ddb01cdaab44ec57f5754051bae1b04a853b8e0426ce5df5b57f7f
7
+ data.tar.gz: 6327cabea235f6091d199cd75ce874026e3e78b15d7ee128051dc0af1ed8685cb3b9e9dfdb5d669c7d9b37b3142a2e1e48e7033c897c4035d38cb5ef25599f48
data/README.md CHANGED
@@ -25,9 +25,9 @@ Speed and effectiveness of Node.js version compared to [html-minfier](https://gi
25
25
 
26
26
  ##### Get
27
27
 
28
- [Windows](https://wilsonl.in/hyperbuild/bin/0.0.35-windows-x86_64.exe) |
29
- [macOS](https://wilsonl.in/hyperbuild/bin/0.0.35-macos-x86_64) |
30
- [Linux](https://wilsonl.in/hyperbuild/bin/0.0.35-linux-x86_64)
28
+ [Windows](https://wilsonl.in/hyperbuild/bin/0.0.36-windows-x86_64.exe) |
29
+ [macOS](https://wilsonl.in/hyperbuild/bin/0.0.36-macos-x86_64) |
30
+ [Linux](https://wilsonl.in/hyperbuild/bin/0.0.36-linux-x86_64)
31
31
 
32
32
  ##### Use
33
33
 
@@ -44,7 +44,7 @@ hyperbuild --src /path/to/src.html --out /path/to/output.min.html
44
44
 
45
45
  ```toml
46
46
  [dependencies]
47
- hyperbuild = "0.0.35"
47
+ hyperbuild = "0.0.36"
48
48
  ```
49
49
 
50
50
  ##### Use
@@ -105,7 +105,7 @@ Add as a Maven dependency:
105
105
  <dependency>
106
106
  <groupId>in.wilsonl.hyperbuild</groupId>
107
107
  <artifactId>hyperbuild</artifactId>
108
- <version>0.0.35</version>
108
+ <version>0.0.36</version>
109
109
  </dependency>
110
110
  ```
111
111
 
@@ -11,7 +11,7 @@ class HyperbuildLoader
11
11
  end
12
12
 
13
13
  def self.lib_path
14
- File.join(__dir__, [operating_system, '-x86_64-ruby', RUBY_VERSION.split('.')[0...-1].join('.')].join(''))
14
+ File.join(__dir__, [operating_system, '-ruby', RUBY_VERSION.split('.')[0...-1].join('.')].join(''))
15
15
  end
16
16
  end
17
17
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hyperbuild
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.35
4
+ version: 0.0.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wilson Lin