bullet_train-themes 1.2.11 → 1.2.13
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f9fc791b43ce3bed66f914624c48b17d823a56dd02abf6bede90d11fa991e66
|
4
|
+
data.tar.gz: 200c6b420d047c5830795bc8e531562dbac2602d2b773026574d8c5013b3b208
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a4f173b32fe2421bc0feb49b3eec2e0ff3edf9eb123a9c50c3c07516f4654b25279cb17b40194dc59afffd3b6ed36d8a8cfb2c616529e795e286091e32205669
|
7
|
+
data.tar.gz: 8bad21391e44af87f6ad219fbf28408c8ee594748a58c507f28ebe470e8d640aacb9851ceae49d1e01140da0e6ff746ace76cdf2d7f9d072749ee0251f9eb736
|
@@ -4,5 +4,7 @@
|
|
4
4
|
<% options ||= {} %>
|
5
5
|
|
6
6
|
<% if object.send(attribute).present? %>
|
7
|
-
<%= render 'shared/attributes/attribute', object: object, attribute: attribute, strategy: strategy %>
|
8
|
-
|
7
|
+
<%= render 'shared/attributes/attribute', object: object, attribute: attribute, strategy: strategy do %>
|
8
|
+
<%= object.send(attribute) %>
|
9
|
+
<% end %>
|
10
|
+
<% end %>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullet_train-themes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-02
|
11
|
+
date: 2023-03-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: standard
|