aptible-api 1.2.7 → 1.2.8

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
- SHA256:
3
- metadata.gz: a602f5d0c2dfd391f197175c33805d57c1ea82162cc53dd59bb7074ab886f667
4
- data.tar.gz: 61779ef2bea4ea0eae1f0d16044d7bc50ba964e85ea868247e336678653117ee
2
+ SHA1:
3
+ metadata.gz: db84b979622af74b9365022a3b08e14ed210f0f4
4
+ data.tar.gz: 2cf8c8fb5f07350d1ce0c63de7a83f6ba7d22629
5
5
  SHA512:
6
- metadata.gz: 198c3d6939f0ecd108efb769f026a23799c108b88a0cabacdf4586d9563d6781680013b304096aeaa7a6f44f2679398846b9ec27c6f03a3832bd98c147f44c35
7
- data.tar.gz: 38afa63d8f31f8c576bd4b8c8ae10de16d0415c0d4448f62e69829b137ecffe3111cf247c94d3d0e1e57b6b981ca028c53d229720be9cf11823640add5b4d02f
6
+ metadata.gz: 5280782ffc9b2c1f5b2247802dc06737fe42c42f86aedf5264cb5e756af0299994591c2fca54aa98821b35025245c72aa0ed115b6d5590ac1d32c643fc5c037a
7
+ data.tar.gz: 3291d012de8f5a10cf5732ecd9ed965121cd607e612932cf370a08e4fd2d7ffed3f9ede72b7e66833162b0d7bbf37f170406b5e0de59a76a6f506fa3b185ebb0
@@ -11,6 +11,7 @@ module Aptible
11
11
  has_many :operations
12
12
  has_many :vhosts
13
13
  has_many :ephemeral_sessions
14
+ has_many :aws_instances
14
15
  embeds_many :services
15
16
 
16
17
  field :id
@@ -12,6 +12,7 @@ module Aptible
12
12
  has_many :backups
13
13
  has_many :dependents
14
14
  has_many :configurations
15
+ has_many :aws_instances
15
16
  embeds_many :database_credentials
16
17
 
17
18
  field :id
@@ -1,5 +1,5 @@
1
1
  module Aptible
2
2
  module Api
3
- VERSION = '1.2.7'.freeze
3
+ VERSION = '1.2.8'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aptible-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.7
4
+ version: 1.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frank Macreery
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-10 00:00:00.000000000 Z
11
+ date: 2021-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aptible-auth
@@ -219,7 +219,7 @@ homepage: https://github.com/aptible/aptible-api-ruby
219
219
  licenses:
220
220
  - MIT
221
221
  metadata: {}
222
- post_install_message:
222
+ post_install_message:
223
223
  rdoc_options: []
224
224
  require_paths:
225
225
  - lib
@@ -234,8 +234,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
234
234
  - !ruby/object:Gem::Version
235
235
  version: '0'
236
236
  requirements: []
237
- rubygems_version: 3.0.3
238
- signing_key:
237
+ rubyforge_project:
238
+ rubygems_version: 2.4.5.5
239
+ signing_key:
239
240
  specification_version: 4
240
241
  summary: Ruby client for api.aptible.com
241
242
  test_files: