has_vcards 0.5.5 → 0.5.6

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.
Files changed (2) hide show
  1. data/app/models/vcard.rb +1 -1
  2. metadata +2 -2
data/app/models/vcard.rb CHANGED
@@ -8,7 +8,7 @@ module HasAddress
8
8
  end
9
9
  end
10
10
 
11
- class Vard < ActiveRecord::Base
11
+ class Vcard < ActiveRecord::Base
12
12
  has_one :address, :autosave => true, :validate => true
13
13
  accepts_nested_attributes_for :address
14
14
  delegate :post_office_box, :extended_address, :street_address, :locality, :region, :postal_code, :country_name, :to => :address
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 5
9
- version: 0.5.5
8
+ - 6
9
+ version: 0.5.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - "Simon H\xC3\xBCrlimann"