effective_bootstrap 1.21.5 → 1.21.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/helpers/effective_bootstrap_helper.rb +2 -2
- data/lib/effective_bootstrap/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 67b765c77512d522db41531371bf235e1af808302fa30803cb921bfbafa6224c
|
4
|
+
data.tar.gz: 2c04c99b2eaa4e21dc16fe613e60c12714e14b91a2b33b00b412ff79cd7f3afc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12f71d49caad67328d3741f419fd47aee93c54de2f770c9f64cbf76483cbfa21fca480c4655d67ba430997fd4e8a7e6ee7e0bb18af634c8165017341d11b4c2d
|
7
|
+
data.tar.gz: 6d0e9d686e8d07e8687c5e129183259b3db981b054569ed1603e26da4bee0b362b9da900c986f56dfa0079bf3e49ab7e9e08209f3bdce091f0e187d6ef3af52f
|
@@ -134,11 +134,11 @@ module EffectiveBootstrapHelper
|
|
134
134
|
card_class = opts.delete(:card_class) || 'card card-body my-2'
|
135
135
|
|
136
136
|
# Two link labels
|
137
|
-
label_expand = opts.delete(:expand) || label.to_s.tap do |label|
|
137
|
+
label_expand = opts.delete(:expand) || label.to_s.dup.tap do |label|
|
138
138
|
COLLAPSE_SUBSTITUTIONS.each { |show, hide| label.sub!(hide, show) }
|
139
139
|
end + icon('chevron-down')
|
140
140
|
|
141
|
-
label_collapse = opts.delete(:collapse) || label.to_s.tap do |label|
|
141
|
+
label_collapse = opts.delete(:collapse) || label.to_s.dup.tap do |label|
|
142
142
|
COLLAPSE_SUBSTITUTIONS.each { |show, hide| label.sub!(show, hide) }
|
143
143
|
end + icon('chevron-up')
|
144
144
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_bootstrap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.21.
|
4
|
+
version: 1.21.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code and Effect
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-07-
|
11
|
+
date: 2025-07-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|