twitter-bootstrap-form-builder 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -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, collection_select date_select datetime_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.10"
3
+ VERSION = "0.0.11"
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
- - 10
9
- version: 0.0.10
8
+ - 11
9
+ version: 0.0.11
10
10
  platform: ruby
11
11
  authors:
12
12
  - Matthew Eagar