eb_deployer 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,12 +6,12 @@ module EbDeployer
6
6
  end
7
7
 
8
8
  def create_stack(name, template, opts)
9
- cloud_formation.stacks.create(name, tempalte, opts)
9
+ cloud_formation.stacks.create(name, template, opts)
10
10
  end
11
11
 
12
- def update_stack(name, tempalte, opts)
12
+ def update_stack(name, template, opts)
13
13
  begin
14
- stack(name).update(opts.merge(:tempalte => template))
14
+ stack(name).update(opts.merge(:template => template))
15
15
  rescue AWS::CloudFormation::Errors::ValidationError => e
16
16
  if e.message =~ /No updates are to be performed/
17
17
  log(e.message)
@@ -1,3 +1,3 @@
1
1
  module EbDeployer
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
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.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: