aptible-auth 0.11.5 → 0.11.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f84b4c267178de22880242466b3cf1094be20fb6
4
- data.tar.gz: f77b05461a7db6598902a9bdfbb8140691e493b9
3
+ metadata.gz: c355ee676e5bef262849fe0746c380e413be832f
4
+ data.tar.gz: 90fdd932d04e1ac9e1e621456a8f05c1d13fabbf
5
5
  SHA512:
6
- metadata.gz: 8a373677f9e0aadfae4220f181ceb31eea72ad3b756960bdf56b2e6039ee99156470101b4f256dca089345d13dbabdc0cc9e9e0c052d8074adbbdc4be83572d5
7
- data.tar.gz: 2a187d5ad9ded64e5d2a0689c43bf49f429230eff390425af7136507172edab58ef129b4bb3a679e96ebad851838c3fc6138b6fbecf2383418769dbd2175cc33
6
+ metadata.gz: 96581395f0a4f5d8da7a549224f3d6b396c590e18c8a459cf4705b6e17776f8a9c7e3d8e18f95ceb2bf260efd816677dbff1a049be1d23057cd2caa7781b8191
7
+ data.tar.gz: afcc03b5be1e2b67c5f82ba86ede6f070719823357a8c164787c2d08ab7790d5708bea8ecab10c1bba4a04d385f1a8a99e3e3ace5e458befed14a7734e1d86dd
@@ -18,6 +18,9 @@ module Aptible
18
18
  field :refresh_token
19
19
  field :expires_at
20
20
 
21
+ field :created_at, type: Time
22
+ field :updated_at, type: Time
23
+
21
24
  def self.create(options)
22
25
  # For backwards compatibility: we used to throw in .create (which isn't
23
26
  # consistent with other resources), and we probably need to continue
@@ -1,5 +1,5 @@
1
1
  module Aptible
2
2
  module Auth
3
- VERSION = '0.11.5'
3
+ VERSION = '0.11.6'
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.11.5
4
+ version: 0.11.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frank Macreery
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-03 00:00:00.000000000 Z
11
+ date: 2016-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aptible-billing