ec2launcher 1.4.2 → 1.4.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.4.3
2
+
3
+ * Fixed typo when deleting snapshots.
4
+
1
5
  ## 1.4.2
2
6
 
3
7
  * Remove requirement to provide environment name when terminating an instance.
@@ -113,7 +113,7 @@ module EC2Launcher
113
113
  snapshots = []
114
114
  volumes.each do |vol|
115
115
  volume_snaps = ec2.snapshots.filter("volume-id", vol.volume.id)
116
- volume_snaps.each {|volume_snapshot| snaphots << volume_snapshot }
116
+ volume_snaps.each {|volume_snapshot| snapshots << volume_snapshot }
117
117
  end
118
118
 
119
119
  @log.info("Deleting #{snapshots.size} snapshots...")
@@ -2,5 +2,5 @@
2
2
  # Copyright (c) 2012 Sean Laurent
3
3
  #
4
4
  module EC2Launcher
5
- VERSION = "1.4.2"
5
+ VERSION = "1.4.3"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ec2launcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: