ec2launcher 1.0.14 → 1.0.15

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.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.0.15
2
+
3
+ * Fixed problem setting up ephemeral drives.
4
+
1
5
  ## 1.0.14
2
6
 
3
7
  * Added "default" environment for use with security groups.
@@ -116,7 +116,7 @@ module EC2Launcher
116
116
  # @param [Hash<String, Hash>] block_devices Map of device names to EC2 block device details.
117
117
  # @param [String] instance_type type of instance. See EC2Launcher::Defaults::INSTANCE_TYPES.
118
118
  #
119
- def build_ephemeral_drives(block_devices, instance_type)
119
+ def build_ephemeral_drives(block_device_mappings, instance_type)
120
120
  ephemeral_drive_count = case instance_type
121
121
  when "m1.small" then 1
122
122
  when "m1.medium" then 1
@@ -2,5 +2,5 @@
2
2
  # Copyright (c) 2012 Sean Laurent
3
3
  #
4
4
  module EC2Launcher
5
- VERSION = "1.0.14"
5
+ VERSION = "1.0.15"
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.0.14
4
+ version: 1.0.15
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: 2012-07-30 00:00:00.000000000 Z
12
+ date: 2012-08-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aws-sdk