awsome 0.0.9 → 0.0.10

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/awsome/elb.rb +4 -4
  2. metadata +1 -1
@@ -52,13 +52,13 @@ module Awsome
52
52
  end
53
53
 
54
54
  def self.deregister_instance_from_lb(load_balancer_name, instance_id)
55
- cmd = Awsome::Elb.command('elb-deregister-instances-from-lb', load_balancer_name, instances: instance_id, delimiter: @@delimiter)
56
- Awsome.execute(cmd)
55
+ cmd = Awsome::Elb.command('elb-deregister-instances-from-lb', load_balancer_name, instances: instance_id)
56
+ Awsome.execute(cmd, delimiter: @@delimiter)
57
57
  end
58
58
 
59
59
  def self.register_instance_with_lb(load_balancer_name, instance_id)
60
- cmd = Awsome::Elb.command('elb-register-instances-with-lb', load_balancer_name, instances: instance_id, delimiter: @@delimiter)
61
- Awsome.execute(cmd)
60
+ cmd = Awsome::Elb.command('elb-register-instances-with-lb', load_balancer_name, instances: instance_id)
61
+ Awsome.execute(cmd, delimiter: @@delimiter)
62
62
  end
63
63
  end
64
64
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: awsome
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: