formtastic-bootstrap 2.1.2 → 2.1.3

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.2
1
+ 2.1.3
@@ -57,14 +57,14 @@ module FormtasticBootstrap
57
57
  else
58
58
  html_options[:class] = "alert alert-error " + html_options[:class]
59
59
  end
60
-
60
+
61
61
  template.content_tag(:div, html_options) do
62
62
  template.content_tag(:button, "×".html_safe, :class => "close", "data-dismiss" => "alert") +
63
- template.content_tag(:ul, {class: "error-list"}) do
63
+ template.content_tag(:ul, {:class => "error-list"}) do
64
64
  Formtastic::Util.html_safe(full_errors.map { |error| template.content_tag(:li, Formtastic::Util.html_safe(error)) }.join)
65
65
  end
66
66
  end
67
67
  end
68
68
  end
69
69
  end
70
- end
70
+ end
@@ -1,3 +1,3 @@
1
1
  module FormtasticBootstrap
2
- VERSION = "2.1.2"
2
+ VERSION = "2.1.3"
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.2
4
+ version: 2.1.3
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-06-12 00:00:00.000000000 Z
13
+ date: 2013-06-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: formtastic