schemata-dea 0.0.1.beta1 → 0.0.1.beta2

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ module Schemata
11
11
  {
12
12
  "id" => String,
13
13
  "runtimes" => [String],
14
- "available" => Integer,
14
+ "available_memory" => Integer,
15
15
  "prod" => bool,
16
16
  }
17
17
  end
@@ -13,7 +13,7 @@ module Schemata
13
13
  define_schema do
14
14
  {
15
15
  "droplets" => [{
16
- optional("cc_partition") => String,
16
+ optional("cc_partition") => enum(String, NilClass),
17
17
  "droplet" => String,
18
18
  "version" => String,
19
19
  "instance" => String,
@@ -1,5 +1,5 @@
1
1
  module Schemata
2
2
  module DEA
3
- VERSION = "0.0.1.beta1"
3
+ VERSION = "0.0.1.beta2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: schemata-dea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.beta1
4
+ version: 0.0.1.beta2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: