minify_html 0.16.1-arm64-darwin → 0.16.2-arm64-darwin

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: 378807878b829f7bf7840684576c69c3f4f1da1b29619016957511cc8c50a9e4
4
- data.tar.gz: c04e01d2ba0c370499c7fcf065134dd6fabca4d3697dfcee1150900d9eb8f361
3
+ metadata.gz: 9ed00f6c0173015225617b3e70ccb68e4858b86da617a5c6109542ca16fad3cd
4
+ data.tar.gz: 34da988328f63f1b544f5ca7fc525df6ac574184c7070042a8a7fa6c178fa5b0
5
5
  SHA512:
6
- metadata.gz: 503388a2e6fcd21797e5611e3ba2beae4f5557e056dd487f193c6d564bd7362b01247c87554ce4b4ebbafbe49705e6c4d38db39cd4156be2989a53061cc7faf1
7
- data.tar.gz: c04ed0eb3fb9c045556e7db9c57e2d7971bb933ca1fcb332b41802130f58c2a4ae6c4807d8ed2cd7b02c4ec1fcac59b678374a70708ed844a9158355eb629e15
6
+ metadata.gz: be5704ace448067bbe1ece6c9a4431142a346abead826315843a992a2eb256c42f981e56511832a2624d21ca391011b040423826237c6432a9de103d796c8e99
7
+ data.tar.gz: f83a5e09cc5fce5a9d20b75d4a7908db0b364a17578b565fe1ac79f6d00cdc2b6cb06024822b5145f1a609ebc194a31d5766a5d8ed5d0f6725245628262a82da
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.16.1"
63
+ minify-html = "0.16.2"
64
64
  ```
65
65
 
66
66
  ### Use
@@ -147,7 +147,7 @@ Add as a Maven dependency:
147
147
  <dependency>
148
148
  <groupId>in.wilsonl.minifyhtml</groupId>
149
149
  <artifactId>minify-html</artifactId>
150
- <version>0.16.1</version>
150
+ <version>0.16.2</version>
151
151
  </dependency>
152
152
  ```
153
153
 
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: minify_html
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.1
4
+ version: 0.16.2
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Wilson Lin