minify_html 0.16.3-x86_64-darwin → 0.16.4-x86_64-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: ddb07bb9f3ae16c9ec930bc5e36141f93b30a6a606c67c5d2829d3a13ee91bbb
4
- data.tar.gz: 70c9b6b66bd160d4823a94cbb33e72c558b599fa506ca92d03aaa04a930e6b11
3
+ metadata.gz: 01d6a675045ffdc3d29b2ed230f7e8578d2cf18dc1d00d8e3a04be26c685f96c
4
+ data.tar.gz: fcaa7809bf03fe427e58fd41e9373eef8226b1895463ccbad9ed0236cc0f0ba3
5
5
  SHA512:
6
- metadata.gz: e0d272b4a3832ebef773bc1860724b73bc4b1c6c8aeea95d0af68613cce0a3ee0e913d76ef14ddd976312975d4f736706e7fbd9ab2a37390db9f2eb537056572
7
- data.tar.gz: 898027b81926a300cbdfd42c8543b3b4b77c7e3aec51450cebb03e5bdd077722fe881ffaedafae2b93f7375661255908c6508d5b9c3bfc5a58b2f7a77382fab6
6
+ metadata.gz: 339549fe367bb2351ae1c2bcbd2434d09b2c1a75291c115fd95467a5570eaccdc993bab083d1b88a79c3d68c2050b2b0d3b2486a315a9a7df0c491247fd68076
7
+ data.tar.gz: 55b34e6cf519e7842c066443100601a9e7b550c5115f20d4303ca25afc2f150e1cd9357c0a5ebebecd7eb4cc32f0f188cb427a7b0ac7aaf3a6ffaf120701f799
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-darwin
6
6
  authors:
7
7
  - Wilson Lin