opendelivery 0.0.18 → 0.0.19

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.
Files changed (2) hide show
  1. data/lib/opendelivery/stack.rb +2 -6
  2. metadata +2 -2
@@ -18,10 +18,10 @@ module OpenDelivery
18
18
  SUCCESS_STATUSES = [ "CREATE_COMPLETE",
19
19
  "UPDATE_COMPLETE" ]
20
20
 
21
- FAILURE_STATUSES = [ "CREATED_FAILED",
21
+ FAILURE_STATUSES = [ "CREATE_FAILED",
22
22
  "ROLLBACK_FAILED",
23
23
  "ROLLBACK_COMPLETE",
24
- "DELETED_FAILED",
24
+ "DELETE_FAILED",
25
25
  "UPDATE_ROLLBACK_FAILED",
26
26
  "UPDATE_ROLLBACK_COMPLETE",
27
27
  "DELETE_COMPLETE" ]
@@ -53,10 +53,6 @@ module OpenDelivery
53
53
  :parameters => parameters,
54
54
  :capabilities => ["CAPABILITY_IAM"],
55
55
  :disable_rollback => true)
56
-
57
- wait_for_stack(stack, wait)
58
-
59
- @domain.load_stack_properties(domain, stack)
60
56
  end
61
57
 
62
58
  def destroy(stack_name, domain=nil, wait=false)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opendelivery
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18
4
+ version: 0.0.19
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-09-04 00:00:00.000000000 Z
14
+ date: 2013-09-12 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rspec