aptible-api 1.4.0 → 1.4.1

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
  SHA256:
3
- metadata.gz: 49046addfd3fae3383875f043b21e5ad8a09028f568c7f7545a420e63d50bcd8
4
- data.tar.gz: bfe029ca214e1f0ea5f892b90162e012c77e2cc6dcef9db86583dc49c2a3a6ae
3
+ metadata.gz: 19ed0244d899ffac431078191656cc1981e883cb69465d366ea33732089f031e
4
+ data.tar.gz: e115ce360384e9f1b9a91f7f9019cb797e838ccf56a594960dbacbc8aa303376
5
5
  SHA512:
6
- metadata.gz: 2a915a1390a5183e291091bbadec3d8fc87463abc6e3e418556f38d2894533a831ca12ff663e5b7a81e3508ec836101eaf42b40ed2ddf703385d25c62df96a02
7
- data.tar.gz: d6587b1a4e5800c7981abff113ea883177d32fb0748617d6346b537579190a92c2d9002fff7d5b156921c97a8c16f46a22d51e3d0d1ada5924e67839aa44d1ec
6
+ metadata.gz: 1f0d2e64f1eae7e0cc089956520c087596adf0b9d7e0f8c84d87c1140b2a41dba511170972a66c620065d8504bec12bd667fe2dd53329738a16b9d4a64f9cbc9
7
+ data.tar.gz: 7782b94d431361efaa6e769ea411ff2d271f624517dbc3acd624b20e0054e60f122b4b9f66ddecb6f0496615aa01b3a326cca1bcde0cea62794dd96c0545b0a3
@@ -5,11 +5,15 @@ module Aptible
5
5
  belongs_to :operation
6
6
 
7
7
  field :id
8
+ field :dockerfile_data
8
9
  field :dockerfile_present
10
+ field :procfile_data
9
11
  field :procfile_present
12
+ field :aptible_yml_data
10
13
  field :aptible_yml_present
11
14
  field :git_ref
12
15
  field :git_commit
16
+ field :languages_detected
13
17
 
14
18
  field :created_at, type: Time
15
19
  field :updated_at, type: Time
@@ -1,5 +1,5 @@
1
1
  module Aptible
2
2
  module Api
3
- VERSION = '1.4.0'.freeze
3
+ VERSION = '1.4.1'.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.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Frank Macreery
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-17 00:00:00.000000000 Z
11
+ date: 2023-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aptible-auth