schemata-cloud_controller 0.0.1.beta4 → 0.0.1.beta5

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.
@@ -8,11 +8,12 @@ module Schemata
8
8
 
9
9
  define_schema do
10
10
  {
11
- "droplet" => String,
12
- "op" => "START",
13
- "last_updated" => enum(Integer, NilClass),
14
- "version" => enum(String, NilClass),
15
- "indices" => [Integer],
11
+ "droplet" => String,
12
+ "op" => "START",
13
+ "last_updated" => enum(Integer, NilClass),
14
+ "version" => enum(String, NilClass),
15
+ "indices" => [Integer],
16
+ optional("flapping") => bool
16
17
  }
17
18
  end
18
19
 
@@ -32,7 +33,8 @@ module Schemata
32
33
  "op" => "START",
33
34
  "last_updated" => proc { Time.now.to_i },
34
35
  "version" => proc { VCAP.secure_uuid },
35
- "indices" => [0, 1]
36
+ "indices" => [0, 1],
37
+ "flapping" => false,
36
38
  }
37
39
  end
38
40
  end
@@ -1,5 +1,5 @@
1
1
  module Schemata
2
2
  module CloudController
3
- VERSION = "0.0.1.beta4"
3
+ VERSION = "0.0.1.beta5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: schemata-cloud_controller
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.beta4
4
+ version: 0.0.1.beta5
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: