minify_html 0.16.3-x86_64-linux → 0.16.4-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: b3fc56700952fcc4f1fa7d4220bcd15f23a39b2a66abe9014516ac94463341ae
4
- data.tar.gz: 90546a192f9fcfcb8c3243fa6b21e313ce412ead5ee2dfefd8aceabbab5c8153
3
+ metadata.gz: 1cf1f0e3bccc6cf60352745e06c886841ed9a1f5f336a444c3d088e0b5f4ba86
4
+ data.tar.gz: '08f817c02a38acd5eaaa9be7581be279a3c5973a92ab97cb289ebfb54c22796f'
5
5
  SHA512:
6
- metadata.gz: cfcbd6834007f3ed2e8432812e354b885ea469306a23c5b19acda746498d6c5c8287d586ebc6eda0695bc93ece26ffc6cae6d44640e3896f5a044ff5b0b3ad19
7
- data.tar.gz: 5beb066272c80dae12a5d0a08997abbd55a1f6abfb9ab22156a85ea58195f6c656769833e1fd678ac3097036974324f181b5736f61db9c96434da176acbdd6c7
6
+ metadata.gz: f6a38a737bc09cfb22795742c999951b21045d687f8cc9dc3c87af3cf1fc000c8c8aed029264fb12f699a86b4ed7a5b35d9c33e908597bc2e69bb48dd9df291a
7
+ data.tar.gz: 4a8d4734d656fcc50071d0b5fcffa04756475eb561b648231441eadbe01bbf706ecb148f933de7c0bd3edf9265690277e18748b4cc6fa2ca00f762918cf65694
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.3"
63
+ minify-html = "0.16.4"
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.16.3</version>
156
+ <version>0.16.4</version>
157
157
  </dependency>
158
158
  ```
159
159
 
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.3
4
+ version: 0.16.4
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Wilson Lin