bootstrap-icons-helper 1.0.2 → 1.0.8

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: 18c37ae387889820fa3d6cef2286aa5aa85b07f24162d81effb73df41e2fe754
4
- data.tar.gz: 408ba79a10b251cdeca87d799af95386fc784abdd3b85a9000265e306aa459a7
3
+ metadata.gz: 579bd9a06f392b58c7f65fe631c349f7ad218d0e9f78dadee36c0f2ea08619fe
4
+ data.tar.gz: c6a4a9d27dbb5d6d3f9020f8b501c3cda7998b07fead66afa66f2cd13b5ea3f1
5
5
  SHA512:
6
- metadata.gz: 0f79ecef7718c73c384a392d0bf0bc0398a03a7db28f60126ec2ba292c90767ddab6abdd9e698b1aa443a04faba99a48d4602d06a979f594cba110f097df5d7b
7
- data.tar.gz: cff28f8ffe3d61250c9153bca72daf900f2d0048bd25fed38f9c2ca31132a6c9cd5631f60ad39159aeb04fe53d9348b14a60162d5d3c82d7fb4b02db8bd36b16
6
+ metadata.gz: cca1f314bff85bba361bd602adec169ac35c223a9c282eb70e1823ea3c5127bb1fc3a4c00e07afbb5876ac5beb71b74cfc7e40619c1595332521e7b5a5574b6f
7
+ data.tar.gz: c75d6b4284cccf0fea8eec16d2d523593e6a36099350fad135a00fbac40645f53e44a05e94353975104e83e4be19365bbe2afe07112b05a95ed410d72440363d
@@ -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.2".freeze
2
+ VERSION = "1.0.8".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.2
4
+ version: 1.0.8
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-09-05 00:00:00.000000000 Z
11
+ date: 2021-03-02 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