simple-form-builder 0.0.4.rails3 → 0.0.6.rails3

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.
@@ -215,7 +215,7 @@ module SimpleFormBuilder
215
215
  end
216
216
 
217
217
  tag = ActionView::Helpers::InstanceTag.new(
218
- object_name, method, self, object.is_a?(Symbol) ? object : nil
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]
@@ -1,3 +1,3 @@
1
1
  module SimpleFormBuilder
2
- VERSION = '0.0.4.rails3'
2
+ VERSION = '0.0.6.rails3'
3
3
  end
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: -428173543
5
- prerelease: true
4
+ hash: 708262357
5
+ prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- - rails3
11
- version: 0.0.4.rails3
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-03-21 00:00:00 +11:00
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.3.7
73
+ rubygems_version: 1.6.2
73
74
  signing_key:
74
75
  specification_version: 3
75
76
  summary: A best-practice FormBuilder