twitter_bootstrap_combo 0.0.5 → 0.0.6
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed89c13be0129a83c6fc96241c5bfabf6e8771f3
|
4
|
+
data.tar.gz: ce015ce6495d2d2b53f8abe8102244e7e3550e0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 38eddcd8236494c0c72868a459466678820ccf60052b84a818d1ac9332ee5c82c0da3691d3169c61803ea2ea2b19aa220f370120a7a4bfcd0c070b0896fe02b0
|
7
|
+
data.tar.gz: d153345d2c0b613a4f04a4816765f19daa0f7ce5c16b9349ff2eb42065640f2b69f75a67ce41919c5ad6f43d68623bee93c801e66838bb97744beeff86f9ac45
|
@@ -72,7 +72,7 @@ module TwitterBootstrapCombo
|
|
72
72
|
content_tag(:ul, :class => "dropdown-menu", :data => { :for => "#{object}_#{method}" }) do
|
73
73
|
if options[:include_blank] then
|
74
74
|
css_class = []
|
75
|
-
if current_value ==
|
75
|
+
if current_value == nil then
|
76
76
|
css_class << "active"
|
77
77
|
end
|
78
78
|
content_tag(:li, :class => css_class.join(" ")) do
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: twitter_bootstrap_combo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Romain Tartiere
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-01-
|
11
|
+
date: 2015-01-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Advanced combo-box using Twitter-Bootstrap
|
14
14
|
email:
|
@@ -49,9 +49,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
49
49
|
version: '0'
|
50
50
|
requirements: []
|
51
51
|
rubyforge_project:
|
52
|
-
rubygems_version: 2.2.
|
52
|
+
rubygems_version: 2.2.3
|
53
53
|
signing_key:
|
54
54
|
specification_version: 4
|
55
55
|
summary: twitter_bootstrap_combo workarounds limitation of SELECT tags in Rails application
|
56
56
|
and provide a coherent look & feel through Twitter-Bootstraped applications.
|
57
57
|
test_files: []
|
58
|
+
has_rdoc:
|