opendelivery 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,7 +28,7 @@ module OpenDelivery
28
28
  end
29
29
  end
30
30
 
31
- def prep_instance(domain stack_name)
31
+ def prep_instance(domain, stack_name)
32
32
  group_name = @domain.get_property(domain, stack_name, "AWS::AutoScaling::AutoScalingGroup")
33
33
  instance = @auto_scale.groups[group_name].auto_scaling_instances.first.id
34
34
  @ec2.instances[instance].stop
@@ -1,3 +1,3 @@
1
1
  module OpenDelivery
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
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.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: