cutlass_js_rails 0.3.7 → 0.3.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/cutlass/_radio_field.html.erb +1 -1
- data/lib/cutlass_js_rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 70189425bda65cadd1034f16335cdf1a10f08f4c
|
4
|
+
data.tar.gz: e2e32e8c2efbf469fd912f3538f0ec2847df7755
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 559ea8160958df4cbda326a03421297df4b88d47658e3a3ee90002835ce7ae562dc7e280107a341e1409e82de211f9643e802587d88d7e3d24a0b257c7713b8d
|
7
|
+
data.tar.gz: d9519d4c6bc93317b10738fae907a2e9b42c011a60ad41feb45a9129c33238d8c9e0696b41f6721f0f74741697a04dc5af27a31b663d10d38c104a7eb6ad5326
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<% code = local_assigns.fetch(:code) %>
|
2
2
|
<% value = model.loot_get(code) %>
|
3
|
-
<% props = local_assigns.fetch(:props) %>
|
3
|
+
<% props = local_assigns.fetch(:props, {}) %>
|
4
4
|
<% options.map! do |option| %>
|
5
5
|
<% OpenStruct.new(label: option[0], value: option[1]) %>
|
6
6
|
<% end %>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cutlass_js_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- chardos
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-06-
|
11
|
+
date: 2016-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|