aws-ami 0.0.8 → 0.0.9

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/aws_ami/ami.rb +1 -1
  2. metadata +3 -3
@@ -36,8 +36,8 @@ module AWS
36
36
  "BaseAMI" => @base_ami
37
37
  })
38
38
  logger.info "creating stack for region #{@region}"
39
- wait_until_created(stack)
40
39
  begin
40
+ wait_until_created(stack)
41
41
  instance_id = stack.resources['EC2Instance'].physical_resource_id
42
42
  instance = ec2.instances[instance_id]
43
43
  if @test
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-ami
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-23 00:00:00.000000000 Z
12
+ date: 2013-03-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aws-sdk
@@ -60,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  version: '0'
61
61
  requirements: []
62
62
  rubyforge_project:
63
- rubygems_version: 1.8.24
63
+ rubygems_version: 1.8.25
64
64
  signing_key:
65
65
  specification_version: 3
66
66
  summary: A tool for creating AWS AMI from a base AMI and an install packages script