fwt_bootstrap_rails 0.3.0 → 0.4.0

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: c4800eed8c300b85180a40e2ee1f14de9ae7e76d
4
- data.tar.gz: d0727af34f4ebafe74a45188f72f2a1ad3ff8a0d
3
+ metadata.gz: 725c27af132eeea0621a982b6da20f1d18754324
4
+ data.tar.gz: 349114f421bb20c0452fe2c69a950dcd936fba28
5
5
  SHA512:
6
- metadata.gz: 6faff66cbeef92b711f6b81f6f518916097922c0b4ac6b497ab10bf69e2913d9894aa087ea613774afc823774af157641c13431c5c04271decb0fc8ebb51afe0
7
- data.tar.gz: 5d16c7c3fd749df4f98ddd0c04dc45c77c5b1e995ba25a149dd730279e576940cea5b52a585c4da35d82c2bdfc2454b2a7a586627ff6ad751cccc730a3fd6153
6
+ metadata.gz: a93bdc53b3321638fd1eeee38d11ebf4d35080927e721aa8baeb461115c5f3e480c7bcd31cf7d2c555bcb6cb3ac49d7a3ad6c03847f7d38768e82d97a39bfdb4
7
+ data.tar.gz: 97eaa80ac1d7a4eea1fffcbe5ceada5f0be1d7eba99ad06f1a1ee7fba703f5c89cf3acd3390f2643974383d4fe274a98ad8a0e818fbb6855d2e08f661cab8ecb
@@ -56,8 +56,8 @@ class BootstrapFormBuilder < ActionView::Helpers::FormBuilder
56
56
  raw(html)
57
57
  end
58
58
 
59
- def select(name, options_for_select, *args)
60
- bootstrap_input(name, super(@object_name, name, options_for_select, {:include_blank => true}, {:class => "form-control"}), true)
59
+ def select(name, options_for_select, options = {})
60
+ bootstrap_input(name, super(@object_name, name, options_for_select, options, {:class => "form-control"}), true)
61
61
  end
62
62
 
63
63
  def collection_select(name, collection, value_method, text_method, options = {})
@@ -1,3 +1,3 @@
1
1
  module FwtBootstrapRails
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fwt_bootstrap_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brooke-Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-07 00:00:00.000000000 Z
11
+ date: 2014-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass-rails