rusic 1.7.0 → 1.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rusic/uploaders/custom_attributes.rb +2 -1
- data/lib/rusic/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: e03da6c569357e4efee3ef16363c4b2790e90552
|
4
|
+
data.tar.gz: 337f1739fe071fc84e123e50e83cb0098c408287
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c10cf9ed882d1a839449778bdffa9d5aa7fc3508a348b343e63f4b90072aab1677f75db8020615a7bf54e669d03d8cfd3fb0f38e0cbd3d1f8bc7332d960a642
|
7
|
+
data.tar.gz: f91f37e0379bd36d3e3fec6f915a55ff37693e0df5eaa0b96381c986b724f045b391937ac59d12a4ad53569e7678a195abada984e1490bea36eef2e51fb1cbeb
|
@@ -23,7 +23,8 @@ module Rusic
|
|
23
23
|
'key' => key,
|
24
24
|
'value' => options.fetch('value'),
|
25
25
|
'help_text' => options.fetch('help_text', ''),
|
26
|
-
'input_type' => options.fetch('type', 'text')
|
26
|
+
'input_type' => options.fetch('type', 'text'),
|
27
|
+
'select_options' => options.fetch('select_options', nil)
|
27
28
|
}
|
28
29
|
|
29
30
|
if e_attr = existing_attributes[key]
|
data/lib/rusic/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rusic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Mytton
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2015-
|
14
|
+
date: 2015-08-05 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: thor
|