eb_deployer 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ module EbDeployer
10
10
  end
11
11
 
12
12
  def application_exists?(app)
13
- @client.describe_applications(:application_name => app)[:applications].any?
13
+ @client.describe_applications(:application_names => [app])[:applications].any?
14
14
  end
15
15
 
16
16
  def update_environment(app_name, env_name, version, settings)
@@ -1,3 +1,3 @@
1
1
  module EbDeployer
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eb_deployer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: