simple_form 1.0.1 → 1.0.2

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.
@@ -8,7 +8,7 @@ SimpleForm aims to be as flexible as possible while helping you with powerful co
8
8
 
9
9
  Install the gem:
10
10
 
11
- sudo gem install simple_form --version=1.0.1
11
+ gem install simple_form --version=1.0.2
12
12
 
13
13
  Configure simple_form gem inside your app:
14
14
 
@@ -39,7 +39,7 @@ module SimpleForm
39
39
  send(component)
40
40
  end
41
41
  content.compact!
42
- wrap(content.join).html_safe
42
+ wrap(content.join.html_safe).html_safe
43
43
  end
44
44
 
45
45
  protected
@@ -1,3 +1,3 @@
1
1
  module SimpleForm
2
- VERSION = "1.0.1".freeze
2
+ VERSION = "1.0.2".freeze
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_form
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Jos\xC3\xA9 Valim"
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-07-01 00:00:00 +02:00
19
+ date: 2010-07-24 00:00:00 +02:00
20
20
  default_executable:
21
21
  dependencies: []
22
22