heroicons_helper 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/heroicons_helper/icon.rb +1 -1
- data/lib/heroicons_helper/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 80e090d354ed7b42e47a7436e723b4bd438a75aaa558856a830ed78a3fcbb3d5
|
4
|
+
data.tar.gz: 475b59fd40ed8e85775eb620131fa0425f17608d6d1c8f2d1f4aa90c8327735b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d45fea85415d4fac7ed79f0cf1563dd3fd7dabf87780714dc41d5e3bc09ca3d9581d58f1312db7be08f9803fad2389417b90d3aea1fb74acb18c0ffe8b4ad1ff
|
7
|
+
data.tar.gz: 703138870cb157f666d37d3df838dfaccd1b5d12d20c2e98c78ec7db2b57ed804c074c00a220d61e431104b62ae9168eb9eb9c12c88805ab9a24581fe8c53d09
|
@@ -19,7 +19,7 @@ module HeroiconsHelper
|
|
19
19
|
@width = heroicon["width"]
|
20
20
|
@height = heroicon["height"]
|
21
21
|
@keywords = heroicon["keywords"]
|
22
|
-
@attributes = attributes.dup
|
22
|
+
@attributes = attributes.dup.compact
|
23
23
|
@attributes[:class] = classes
|
24
24
|
@attributes[:viewBox] = viewbox
|
25
25
|
@attributes.merge!(size)
|