tabler_icons_ruby 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0acca48dea60ab8dd1e9099839f91c60abaaa9832360744a03347c01a57c1dd8
4
- data.tar.gz: 1ee49cd1e0ae56704e429f6d358428ef1554ef7a93585ea0f86fb3886d0b6546
3
+ metadata.gz: d2b6807def246515958a1c390fec407ed1c0dfc09cc2dd184f29178136c516a7
4
+ data.tar.gz: 157cc984fa4da0c6a89f9024e6d2f7c38d84a5dac4b371f6c6c38eafedeb8afe
5
5
  SHA512:
6
- metadata.gz: 917703d6600debfec151e3eb31c7fa4d50479b70d6cb770a65a77cad8539d7f560552f3aa08a2462cb177515050e4f75c98c01dfee5012670616c41271f948c8
7
- data.tar.gz: f11e0ba92f9ab801e183fc9d36c4b9d8ed64a4b2dd9e36c6a524b2c1cad99207ab8075281c5c2661b14e948c21315b5e8270b71d78757819b37efd2ca0d7f7bb
6
+ metadata.gz: a15ac09770fd37906cd397c6c1363beb073f1f88bb172d70bc5895a0bf6f0117a8b28e31a3c3ffe664b8322d8e8e576e9e315ca34c613cf865fb36267867b246
7
+ data.tar.gz: 9430fb64eb4e7781148267fc38e269b1286de6d834d74ed38e386f7d131b422a12b3b2c38d77fa1ffeab4edff81e8db2ba8389d3094fd7ca205bc8de44f93152
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TablerIconsRuby
4
- VERSION = "1.0.0"
4
+ VERSION = "1.1.0"
5
5
  end
@@ -30,7 +30,9 @@ module TablerIconsRuby
30
30
  root.set_attribute(attribute_name, attribute_value)
31
31
  end
32
32
 
33
- root.to_html
33
+ html = root.to_html
34
+ html = html.html_safe if html.respond_to?(:html_safe)
35
+ html
34
36
  end
35
37
 
36
38
  private
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tabler_icons_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Owais