minify_html 0.16.1-x86_64-linux → 0.16.2-x86_64-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: d1d76140f04f2f1ea16632158d286a9ab3cc9cbb7765211086e3fdca12a3544d
4
- data.tar.gz: dbd4bc7e3b1e658d8acba609aea6d97cd6d0df7684c99683416b632b67ed632f
3
+ metadata.gz: da8e106d904d04fe280ae4cb8e6542deec155b2ef29d1a9f67daf48589345a16
4
+ data.tar.gz: 0b9459abcb5140739fd7bab24f6274d14f47c6f7f6a985de945c385b15f6f2bd
5
5
  SHA512:
6
- metadata.gz: 12f279265b179506135bb59e19edc396aed3de6da6770ee556eb427acc09f26f26f6a441fc332fbae663f38cf44cf5dc716a6cf6858dd0936a9ffa3e43435d44
7
- data.tar.gz: 5381fb1e8db96b4dfb15fca8b9277b07bdda2ecbccf5b2cf7082f8cd0709130eb0c16a3e551a5b5f6609eb8a55bd33e7341628b3180020e78cad14ac017265fd
6
+ metadata.gz: 2ddde6954d43fb93e5a3d5f3354553aa81704af1526ed9b2046bae3f4b6b845ab73dc077090703758d9d457234aca67d47f4ee5600fc9fd4bc4a7d3b499c3e67
7
+ data.tar.gz: b7036030cded9037be78b96ccd85a1ae8afb1c1e2df40abb8b2584d6a2e1554467fa2b7f78e0718e32f97e3ffa5062684422a959d22b53d48b2dbaea9f409831
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: x86_64-linux
6
6
  authors:
7
7
  - Wilson Lin