bootstrap-icons-helper 1.0.1 → 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: ca145a9639425b4c5f7e115fccffc6b35cd5445c0fe6fbc29a6e932aa6dda54b
4
- data.tar.gz: 64b784f3e3bfe207084279972585515cf3f315cef5b1259bab22e6019abd44c0
3
+ metadata.gz: 8b929e766fc76a945acb33674a71429965302c8a47997dc0d51118f545e09fd2
4
+ data.tar.gz: 95c1164162e77ccdaed66dc09269f6b491a225c29ce721d4cceb85e1ea9d75f4
5
5
  SHA512:
6
- metadata.gz: ae3012f5eb594857a906affaf0192064814975445beaec58f9621725f3859f09905ec6fa531a01e9a42247ea73b2e2ca702c600deca17803263eaf3312f3a74b
7
- data.tar.gz: 65e41238e8551bbe96bad2dbf5783af8f7f048f9cdff53f10b64cd3ad49b09ed464e93651e70690553ef21753cc54f44bfe25bd94a37cf6040f376dc0c2086fa
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.1".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.1
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-07-28 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
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  - !ruby/object:Gem::Version
71
71
  version: '0'
72
72
  requirements: []
73
- rubygems_version: 3.1.4
73
+ rubygems_version: 3.2.1
74
74
  signing_key:
75
75
  specification_version: 4
76
76
  summary: Bootstrap Icons rails helper