formtastic-bootstrap 2.1.1 → 2.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.1
1
+ 2.1.2
@@ -9,7 +9,7 @@ module FormtasticBootstrap
9
9
  controls_wrapping do
10
10
  hidden_fragments <<
11
11
  fragments.map do |fragment|
12
- fragment_input_html(fragment)
12
+ fragment_input_html(fragment.to_sym)
13
13
  end.join.html_safe
14
14
  end
15
15
  end
@@ -9,7 +9,7 @@ module FormtasticBootstrap
9
9
  (options[:label_outside] ? control_label_html : "".html_safe) <<
10
10
  hidden_field_html <<
11
11
  controls_wrapping do
12
- label_with_nested_checkbox
12
+ [label_with_nested_checkbox, hint_html].join("\n").html_safe
13
13
  end
14
14
  end
15
15
  end
@@ -1,3 +1,3 @@
1
1
  module FormtasticBootstrap
2
- VERSION = "2.1.1"
2
+ VERSION = "2.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formtastic-bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-04-20 00:00:00.000000000 Z
13
+ date: 2013-06-12 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: formtastic