has_vcards 0.13.0 → 0.13.1

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.
@@ -1,4 +1,4 @@
1
- = f.fields_for :vcard do |vcard|
1
+ = f.simple_fields_for :vcard do |vcard|
2
2
  = vcard.input :full_name, :input_html => {"data-autofocus" => true}
3
3
  = vcard.fields_for :address do |address|
4
4
  = address.input :extended_address
@@ -1,3 +1,3 @@
1
1
  module HasVcards
2
- VERSION = '0.13.0'
2
+ VERSION = '0.13.1'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: has_vcards
3
3
  version: !ruby/object:Gem::Version
4
- hash: 43
4
+ hash: 41
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 13
9
- - 0
10
- version: 0.13.0
9
+ - 1
10
+ version: 0.13.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Simon H\xC3\xBCrlimann (CyT)"
@@ -109,9 +109,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
109
  requirements: []
110
110
 
111
111
  rubyforge_project:
112
- rubygems_version: 1.8.16
112
+ rubygems_version: 1.8.15
113
113
  signing_key:
114
114
  specification_version: 3
115
115
  summary: vCard plugin for Rails
116
116
  test_files: []
117
117
 
118
+ has_rdoc: