ec2launcher 1.3.9 → 1.3.10

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.
@@ -24,7 +24,11 @@ module EC2Launcher
24
24
  @block_device_mappings = {}
25
25
  @block_device_tags = {}
26
26
 
27
- @log = Logger['ec2launcher']
27
+ begin
28
+ @log = Logger['ec2launcher']
29
+ rescue
30
+ @log = Logger.new 'ec2launcher'
31
+ end
28
32
  end
29
33
 
30
34
  # Generates the mappings for ephemeral and ebs volumes.
@@ -173,6 +177,7 @@ module EC2Launcher
173
177
  AWS.stop_memoizing
174
178
  end
175
179
 
180
+ public
176
181
  # Retrieves the latest set of completed snapshots for a RAID array of EBS volumes.
177
182
  #
178
183
  # Volumes must have the following tags:
@@ -2,5 +2,5 @@
2
2
  # Copyright (c) 2012 Sean Laurent
3
3
  #
4
4
  module EC2Launcher
5
- VERSION = "1.3.9"
5
+ VERSION = "1.3.10"
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.3.9
4
+ version: 1.3.10
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-10-19 00:00:00.000000000 Z
12
+ date: 2012-10-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aws-sdk
@@ -111,3 +111,4 @@ signing_key:
111
111
  specification_version: 3
112
112
  summary: Tool to launch EC2 instances.
113
113
  test_files: []
114
+ has_rdoc: