minify_html 0.18.0-aarch64-linux → 0.18.1-aarch64-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 541dac24c10556480f15d259456fe4574c68ac9f2c98f5b96d1074b72c2f47c5
4
- data.tar.gz: eb1e85528f7497a570b18b4c383911d50ae23733ea63a02720570cea1655342f
3
+ metadata.gz: f5f418582b5f8a69458224b37f6814e2a3e743382ab77a5bc7ee21dbcf92365f
4
+ data.tar.gz: 2ae5f4d25e481e0a69aac0145d7195ab1aef1e366e7268aa799bdd86b187f769
5
5
  SHA512:
6
- metadata.gz: 025441d33e47fcf204631eb7b526f4c123aad58d07a1c298de3555f488f7d44f50a0144196647982a507f896dbc499a6cbe77390a03b52af343b8ac36a441dc0
7
- data.tar.gz: dc199b555aca867525047d14f6383273e24330e29e517f95a2e28d85db4c84fb86e088ad839b7e6e679afbcf0a9828fdfd776bd5e2ffa1f95eb46e5ab6600856
6
+ metadata.gz: 82cf2a52a76ca5bade96eee046b56fe8606a2aa97525dba29183035e86e98f434344b26bf576d0c975b7f3e5344eb01621ee53032e97caf357e15c14dfca14c5
7
+ data.tar.gz: 0fb12ba1c6385de66b0d3466caf5e0219da761efb830ce09886d582d3f1d0578ddd62a23a81e4576ee2a467dfdc55c48fb9c442288ce5d12602fcfd2e2fa6971
data/README.md CHANGED
@@ -60,7 +60,7 @@ minhtml --keep-closing-tags --minify-css /path/to/**/*.html
60
60
 
61
61
  ```toml
62
62
  [dependencies]
63
- minify-html = "0.18.0"
63
+ minify-html = "0.18.1"
64
64
  ```
65
65
 
66
66
  ### Use
@@ -153,7 +153,7 @@ Add as a Maven dependency:
153
153
  <dependency>
154
154
  <groupId>in.wilsonl.minifyhtml</groupId>
155
155
  <artifactId>minify-html</artifactId>
156
- <version>0.18.0</version>
156
+ <version>0.18.1</version>
157
157
  </dependency>
158
158
  ```
159
159
 
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: minify_html
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.18.1
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Wilson Lin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-10-24 00:00:00.000000000 Z
11
+ date: 2025-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake