bootstrap-icons-helper 1.0.5 → 1.0.7

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: d757ae5604e7408027330242ccd4605c4325cd2e582471621d4282a0599eb3d6
4
- data.tar.gz: d5daace44117f926143b548470c5c78a0bb3eef7bd85b4077cd268745fe018c0
3
+ metadata.gz: 8b929e766fc76a945acb33674a71429965302c8a47997dc0d51118f545e09fd2
4
+ data.tar.gz: 95c1164162e77ccdaed66dc09269f6b491a225c29ce721d4cceb85e1ea9d75f4
5
5
  SHA512:
6
- metadata.gz: 1be69ef10ebcbac5ee9da4724c8ab05313c8d9522bb41b974327b3994d73fa1a13907e806b3cc01acbc49fcef7ac82f4afa48f157e7276c7b34b929aee198b19
7
- data.tar.gz: 55711a9e10df7fd71ab3a87d7049bd2f6015bd13331da11191a7edb64b47bc1991eba48abc7393b5162a2856ffe5c3573a77a41a3d8b2fff65688977fe08f6e0
6
+ metadata.gz: 23cef2a64dc68d17e068a331972968e495a97f28c9ef66af45f04bd20abadc90950fbc5f2aceecc580497e4358aff1d3426ea4ba0bf84ca90fb10536b581248d
7
+ data.tar.gz: 4c52d69e6b97611e026deb9da593e5879221627aa018c7f9cf01e727df241f0b3485573c30f6e0243c60f811370d50a4d3dc2886987ace0ff74a55870222a92a
@@ -8,6 +8,6 @@ module BootstrapIconsHelper
8
8
  return "" if symbol.nil?
9
9
 
10
10
  icon = BootstrapIcons::BootstrapIcon.new(symbol, options)
11
- content_tag(:svg, icon.path.html_safe, icon.options) # rubocop:disable Rails/OutputSafety
11
+ content_tag(:svg, icon.path.html_safe, icon.options)
12
12
  end
13
13
  end
@@ -1,3 +1,3 @@
1
1
  module BootstrapIconsHelper
2
- VERSION = "1.0.5".freeze
2
+ VERSION = "1.0.7".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-icons-helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcelo Lauxen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-29 00:00:00.000000000 Z
11
+ date: 2021-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap-icons