simple-form-builder 0.0.4.rails3 → 0.0.6.rails3
Sign up to get free protection for your applications and to get access to all the features.
@@ -215,7 +215,7 @@ module SimpleFormBuilder
|
|
215
215
|
end
|
216
216
|
|
217
217
|
tag = ActionView::Helpers::InstanceTag.new(
|
218
|
-
object_name, method, self, object
|
218
|
+
object_name, method, self, object
|
219
219
|
).to_label_tag(text.html_safe, label_options)
|
220
220
|
|
221
221
|
if hint = sfb_options[:hint]
|
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple-form-builder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 708262357
|
5
|
+
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
-
|
11
|
-
|
9
|
+
- 6
|
10
|
+
- rails
|
11
|
+
- 3
|
12
|
+
version: 0.0.6.rails3
|
12
13
|
platform: ruby
|
13
14
|
authors:
|
14
15
|
- Ben Askins
|
@@ -16,7 +17,7 @@ autorequire:
|
|
16
17
|
bindir: bin
|
17
18
|
cert_chain: []
|
18
19
|
|
19
|
-
date: 2011-
|
20
|
+
date: 2011-04-05 00:00:00 +10:00
|
20
21
|
default_executable:
|
21
22
|
dependencies: []
|
22
23
|
|
@@ -69,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
70
|
requirements: []
|
70
71
|
|
71
72
|
rubyforge_project: simple-form-builder
|
72
|
-
rubygems_version: 1.
|
73
|
+
rubygems_version: 1.6.2
|
73
74
|
signing_key:
|
74
75
|
specification_version: 3
|
75
76
|
summary: A best-practice FormBuilder
|