minify_html 0.16.0-x86_64-linux → 0.16.1-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: 87816a2ce0841c2cf4fe1ba221ad9229c2fa776514d762c3cd5dc02b0246d637
4
- data.tar.gz: 40d96a3a262e477ab5415a11f4d0beb571a206119e1abd1bfc57cea8b6319a53
3
+ metadata.gz: d1d76140f04f2f1ea16632158d286a9ab3cc9cbb7765211086e3fdca12a3544d
4
+ data.tar.gz: dbd4bc7e3b1e658d8acba609aea6d97cd6d0df7684c99683416b632b67ed632f
5
5
  SHA512:
6
- metadata.gz: 8870dcfa9469d6bbbfbbd2183c818bf9091f54c5e7317d13e546e774cb9816615bda019cddb21601a9a1ad45257d51aede4c5c995d53273df81d225e7d8214ea
7
- data.tar.gz: b4109f07fe6d0ef93287da9958eb15e7b63122750e04d2c16edb6d847c715d928b82ebdefdacf0b8c23d805a66d0fa00ac369ef65dea98d09b59474170a8d31c
6
+ metadata.gz: 12f279265b179506135bb59e19edc396aed3de6da6770ee556eb427acc09f26f26f6a441fc332fbae663f38cf44cf5dc716a6cf6858dd0936a9ffa3e43435d44
7
+ data.tar.gz: 5381fb1e8db96b4dfb15fca8b9277b07bdda2ecbccf5b2cf7082f8cd0709130eb0c16a3e551a5b5f6609eb8a55bd33e7341628b3180020e78cad14ac017265fd
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.0"
63
+ minify-html = "0.16.1"
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.0</version>
150
+ <version>0.16.1</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.0
4
+ version: 0.16.1
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Wilson Lin