has_vcards 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,7 @@
1
1
  = f.semantic_fields_for :vcard do |vcard|
2
2
  = vcard.input :full_name, :input_html => {"data-autofocus" => true}
3
3
  = vcard.semantic_fields_for :address do |address|
4
- = address.inputs :street_address, :extended_address, :postal_code, :locality
4
+ = address.input :street_address
5
+ = address.input :extended_address
6
+ = address.input :postal_code
7
+ = address.input :locality
@@ -9,3 +9,15 @@ de:
9
9
  region: Region
10
10
  postal_code: PLZ
11
11
  country_name: Land
12
+
13
+ formtastic:
14
+ labels:
15
+ full_name: Name
16
+ post_office_box: Postfach
17
+ extended_address: Adresszusatz
18
+ street_address: Strasse
19
+ locality: Ort
20
+ region: Region
21
+ postal_code: PLZ
22
+ country_name: Land
23
+
@@ -1,4 +1,4 @@
1
- class CreateVcards < ActiveRecord::Migration
1
+ class CreateHasVcards < ActiveRecord::Migration
2
2
  def self.up
3
3
  create_table 'addresses', :force => true do |t|
4
4
  t.string 'post_office_box', :limit => 50
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 0
9
- version: 0.6.0
8
+ - 1
9
+ version: 0.6.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - "Simon H\xC3\xBCrlimann"
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-11-24 00:00:00 +01:00
17
+ date: 2010-12-06 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency