aptible-auth 0.5.13 → 0.5.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: db5a69169abe74077be7616754c198e53e7125ee
4
- data.tar.gz: f3730561fa9a389b0529668d7e165c9b7db0439c
3
+ metadata.gz: 89131a86b8f8c2f8eed6ce1f18a69f3420918985
4
+ data.tar.gz: b433ee3b8bfee318189232e9ab53a0e228179ef0
5
5
  SHA512:
6
- metadata.gz: 3d5a34feaf4a3038fcb15a7f6c6b1cf87edf6281a568ebb5ef6159841709e459959ee57672754641497d5a06e8529c6ca113fe5b1f4bc1ba7b9ba2f22d1fb34e
7
- data.tar.gz: 1c80bc6ce77db595199387946bd586b55807ba363ca9a3035de4ced77c4df9c486c78c2be8d0d86a536220aea15fb760fe8feceb7219a81be13bd840200b41a9
6
+ metadata.gz: 3cc0678f9ada2872d1e0eb646239d254deeb043d81214ed2da47578e468477e3f16e9e8dd2dd76f8a3041b62a28f544f88051451a8008448eac85f7a49842fcd
7
+ data.tar.gz: 2984fb6414a3a1fbe85e1dba87286b2822eec14e2f41ca685fcd608d8d9b099975d27f5f8aab161d90204489e33ca4e066b6776002c69229176ce46b47b3ae33
@@ -29,6 +29,7 @@ module Aptible
29
29
  end
30
30
 
31
31
  def billing_contact
32
+ return nil unless stripe_customer
32
33
  return nil unless stripe_customer.metadata['billing_contact']
33
34
 
34
35
  @billing_contact ||=
@@ -1,5 +1,5 @@
1
1
  module Aptible
2
2
  module Auth
3
- VERSION = '0.5.13'
3
+ VERSION = '0.5.14'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aptible-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.13
4
+ version: 0.5.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frank Macreery
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-23 00:00:00.000000000 Z
11
+ date: 2014-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aptible-resource