twitter-bootstrap-form-builder 0.0.9 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,7 +31,7 @@ module MNE
31
31
  # nil - No label, but maintain the rest of the Bootstrap markup
32
32
  # false - Fallback to FormBuilder's implementation (no Bootstrap markup at all)
33
33
  # :help_block => String - Add help sub-text to the field
34
- %w(text_field phone_field password_field email_field number_field file_field text_area select).each do |method_name|
34
+ %w(text_field phone_field password_field email_field number_field file_field text_area select, collection_select date_select datetime_select).each do |method_name|
35
35
  define_method method_name.to_sym do |field, *args|
36
36
 
37
37
  # find the options hash, and extract the options for the label tag
@@ -1,5 +1,5 @@
1
1
  module MNE
2
2
  module TwitterBootstrapFormBuilder
3
- VERSION = "0.0.9"
3
+ VERSION = "0.0.10"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 9
9
- version: 0.0.9
8
+ - 10
9
+ version: 0.0.10
10
10
  platform: ruby
11
11
  authors:
12
12
  - Matthew Eagar
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2012-08-05 00:00:00 -04:00
17
+ date: 2012-08-07 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency