minify_html 0.16.0-x86_64-darwin → 0.16.1-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: 526d429e2c8214860cbe94e059bc3c03c632aab8143185fb70a66e64fbe52c39
4
- data.tar.gz: 3378737cddaef25baf70cb1237d8d8a78f69748f877b222750896acf91a75337
3
+ metadata.gz: 173e00b715f002e5bb749923a36a2dd400932655eaffbe7a56bda3dba2dbfd80
4
+ data.tar.gz: 7ad698c73473086990dedb412ef488511046de918062d4164aace478cb49e3ab
5
5
  SHA512:
6
- metadata.gz: 9b161444881ba8bb364b517d7ba4359a21341f7c245d20592477420ec4ff3c4011ad5d90665dc14d556902f38a0f7cdd7223842de0b0e4cef23cdd930f823d90
7
- data.tar.gz: f7cb544f7f9a2b852c27e3f2cde796719026e37485ef2028375c17430f7dea73051ebd932c6d0304f1624299b839f537015b2d6c2dd3e5380442258460cf6081
6
+ metadata.gz: 26c5983f0c149e3a26fb9edc21c453bfb8037475d9a694d71d93e82c4c0e1f2977b9b768b8f36c748cd13468957d0ba62b9047c8deee80eb606f0eb22fd32eda
7
+ data.tar.gz: 3ac8655f3295a735138c0bfae110ed2aabea21199b657c3ab4e0569aa92646c2929293e80ee58a408fe39507f9a957d1c75e44a20435e9cf342b995f1437ca16
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-darwin
6
6
  authors:
7
7
  - Wilson Lin