aptible-api 0.4.4 → 0.4.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/aptible-api.gemspec +1 -1
- data/lib/aptible/api/account.rb +1 -0
- data/lib/aptible/api/database.rb +8 -0
- data/lib/aptible/api/resource.rb +1 -1
- metadata +2 -2
- data/lib/aptible/api/attachment.rb +0 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1541196a911b6077bac967c1c34edead2063c58
|
4
|
+
data.tar.gz: 099b9df00a961e588f6b23146dd6d5e5b5acbe31
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2577ff1e8df1b8f439f0d235493755b1b10c29ae7f7e809cb31d37885e221bf07f4197d7629d716bfab054df35cbbc0b40b0ba3a38771a83abc16daaa3bbcea
|
7
|
+
data.tar.gz: b9909899937041dc6335c25967e15ba699abdaf30d4e5f1eafe3f6eef1da9000f0445a9c4238080854f81db0104869c6f401b87601715a71ef84360aefa3fe87
|
data/aptible-api.gemspec
CHANGED
@@ -6,7 +6,7 @@ require 'English'
|
|
6
6
|
|
7
7
|
Gem::Specification.new do |spec|
|
8
8
|
spec.name = 'aptible-api'
|
9
|
-
spec.version = '0.4.
|
9
|
+
spec.version = '0.4.5'
|
10
10
|
spec.authors = ['Frank Macreery']
|
11
11
|
spec.email = ['frank@macreery.com']
|
12
12
|
spec.description = %q(Ruby client for api.aptible.com)
|
data/lib/aptible/api/account.rb
CHANGED
data/lib/aptible/api/resource.rb
CHANGED
@@ -89,9 +89,9 @@ end
|
|
89
89
|
|
90
90
|
require 'aptible/api/account'
|
91
91
|
require 'aptible/api/app'
|
92
|
-
require 'aptible/api/attachment'
|
93
92
|
require 'aptible/api/configuration'
|
94
93
|
require 'aptible/api/container'
|
94
|
+
require 'aptible/api/database'
|
95
95
|
require 'aptible/api/disk'
|
96
96
|
require 'aptible/api/image'
|
97
97
|
require 'aptible/api/operation'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aptible-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Frank Macreery
|
@@ -184,9 +184,9 @@ files:
|
|
184
184
|
- lib/aptible/api/account.rb
|
185
185
|
- lib/aptible/api/adapter.rb
|
186
186
|
- lib/aptible/api/app.rb
|
187
|
-
- lib/aptible/api/attachment.rb
|
188
187
|
- lib/aptible/api/configuration.rb
|
189
188
|
- lib/aptible/api/container.rb
|
189
|
+
- lib/aptible/api/database.rb
|
190
190
|
- lib/aptible/api/disk.rb
|
191
191
|
- lib/aptible/api/image.rb
|
192
192
|
- lib/aptible/api/operation.rb
|