minify_html 0.16.1-x64-mingw-ucrt → 0.16.2-x64-mingw-ucrt

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: 29d931daca084b5a74cb812beac9a79c38250cb21d3d71e7e962358ef4742a7a
4
- data.tar.gz: 5edb070c85f523ac373fa2ff587ef00817841ef7437d29e8d471dcdfcb86bf3f
3
+ metadata.gz: 960103325502adaf78573d4cb2c70c9945e118bb5cb104c86bb98020f964e375
4
+ data.tar.gz: 7c8538a5837c859db9160f2d619e6f4c065b465af9dbc871e7ecda36468c6c51
5
5
  SHA512:
6
- metadata.gz: a23998a08c2687351eb3bd5dcad334bc2418520f5b70d8d2d9af688dcad3f663ad056c7f7d532d579f53d7065e20376cf183747059550e9f4f8bbdfc2de24c49
7
- data.tar.gz: 18f2586bc4479e2bbfe080bcaa76124330bcb1594991ae2c944f6e81454b1b17d338ecb46c9c5ebde195618bdd83199560dcb39bfa9d67511d949c55d3273c76
6
+ metadata.gz: 280e044b41188e3f70de27798017b3f4e2c1e63eb3aec94ee1ac1aa8d3f56a1be44f2940b6e7538fa23db7f1b389466ec16ed1a3ec8a2450ee9f5891456d97fe
7
+ data.tar.gz: 06770b7f3612f3adf85f7fdfddfd490b12d7bd9b7dbb7fa533c5a748fb551cc9ef46b87fdcd89b446d17932ef50daf7f9f9d3a199bebf348d3c6ef0ffffdb69b
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
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: x64-mingw-ucrt
6
6
  authors:
7
7
  - Wilson Lin