cloudsponge 0.9.9a → 0.9.9

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.
@@ -24,7 +24,7 @@ module Cloudsponge
24
24
  self.add_array_value(self.emails, email['address'], email['type'])
25
25
  end
26
26
 
27
- @addresses = contact_data['address'] && contact_data['address'].inject([]) do |memo, address|
27
+ @addresses = contact_data['mailing_address'] && contact_data['mailing_address'].inject([]) do |memo, address|
28
28
  memo << {
29
29
  :type => address['type'],
30
30
  :street => address["street"],
@@ -1,3 +1,3 @@
1
1
  module Cloudsponge
2
- VERSION = "0.9.9a"
2
+ VERSION = "0.9.9"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudsponge
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3856097
5
- prerelease: true
4
+ hash: 41
5
+ prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 9a
10
- version: 0.9.9a
9
+ - 9
10
+ version: 0.9.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Graeme Rouse
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-09-27 00:00:00 -07:00
18
+ date: 2011-09-21 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency