bullet_train-themes 1.2.11 → 1.2.12
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: e1b5b4e6b903b8ab7129dd02b3dca081cceacad1736fb371aec989a29d9918df
|
4
|
+
data.tar.gz: e7b77b83c9ed08ff182a80760dbda82340580f845c248c7239f71cab23eb5f1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae65e5c2ea3e573a7efff68364fa990605e7c9f30cb27e0f90039a424f57fcae7f4bff6d060eedf641e683e9267641809db5e9a85671739c43552fc1317d5174
|
7
|
+
data.tar.gz: cac98e2a1d9e53209f5b2f6314390c7ea0d8a768fda82f398df413bb60d2123cc24d6a796e0e5688c28b3d9525836d51ec9e077a1b4551c817f3cb9a4bb769b7
|
@@ -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.12
|
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-
|
11
|
+
date: 2023-03-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: standard
|