evil_icons 1.7.3 → 1.7.4

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
  SHA1:
3
- metadata.gz: d5a5e51d4d8735fae123af083188f9d82db319da
4
- data.tar.gz: 916e51c975f9987e57b7e2d441454db34c55461c
3
+ metadata.gz: ee0a51407b9513e33291860b06699c3c687b3a71
4
+ data.tar.gz: 5ba73db28673407b58cb45407374497072a1c071
5
5
  SHA512:
6
- metadata.gz: 00381b7005991ea96eebd37ee5b6afee8eefea8b512595ed8ed2ae499ec53a7eb958766fba28ce3e217ca109e8073c0646a64a5546dbc7322cb3deb7e60c3ddb
7
- data.tar.gz: 4c6fe0a855118fbd0ad0b134b4a67fd23d38bcc18595d6fff347222c8bf03cb408104c5b55b6434dbf6fd76d31e596b8e51e6fdba576870e7f371cfbdd0954a8
6
+ metadata.gz: e9189731d5ed0be94ab0a9948bdb9981fe9bede370f3fe8c5c8638581bf258dd23d0dedd72ec73bb17e2c4ab6526483f6b21537b9c24e2071aa5c30a99394435
7
+ data.tar.gz: 718dbd9c50a66dabad308b3490947aa78841217a3e3558f3af9efc35b0901e1bbe7c11dffa5ec07aaa9bce194dca9f46b0ce57ea21d999a32f025a6c04827e8e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v1.7.4
2
+ * Fixed doctype removing by the `iconizeHtml` method
3
+
1
4
  ## v1.7.3
2
5
  * Fixed sprite multirendering (https://github.com/outpunk/grunt-evil-icons/issues/1)
3
6
  * Fixed multiple icon classes (#57)
data/assets/evil-icons.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Evil Icons 1.7.3
2
+ * Evil Icons 1.7.4
3
3
  * http://evil-icons.io
4
4
  * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
5
5
  * Copyright 2014-2015 Alexander Madyankin <alexander@madyankin.name>, Roman Shamin <al4emist.artway@gmail.com>
@@ -1,3 +1,3 @@
1
1
  module EvilIcons
2
- VERSION = "1.7.3"
2
+ VERSION = "1.7.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: evil_icons
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.3
4
+ version: 1.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Madyankin