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: 7b797d6052c6f5bcc0a8aa8e11ce7f378e7c874a
4
- data.tar.gz: 8c631724773ede2eb04cfe6a11ace2e34011b613
3
+ metadata.gz: ed89c13be0129a83c6fc96241c5bfabf6e8771f3
4
+ data.tar.gz: ce015ce6495d2d2b53f8abe8102244e7e3550e0b
5
5
  SHA512:
6
- metadata.gz: 77ee56679b1a67decb5c3cb0c3d5bbf5aaefc77b6edc9799a3b597f57b0b10b84fbc620ac1d6574d0bebd417c111baa4ad3b295e86dfe69010a3f74f042e74bb
7
- data.tar.gz: a524d8d1cead2e9d5d61668d1f71cefd1f3c8052c7db119053c3cbfa2992d2933f05dcaacc423033f945723f7869c62f28b6aad95b3a495cc60ada9f9f001ee8
6
+ metadata.gz: 38eddcd8236494c0c72868a459466678820ccf60052b84a818d1ac9332ee5c82c0da3691d3169c61803ea2ea2b19aa220f370120a7a4bfcd0c070b0896fe02b0
7
+ data.tar.gz: d153345d2c0b613a4f04a4816765f19daa0f7ce5c16b9349ff2eb42065640f2b69f75a67ce41919c5ad6f43d68623bee93c801e66838bb97744beeff86f9ac45
@@ -1,3 +1,3 @@
1
1
  module TwitterBootstrapCombo
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -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 == 0 then
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.5
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-09 00:00:00.000000000 Z
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.1
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: