ebs_conductor 0.0.2 → 0.0.3

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ebs_conductor}
8
- s.version = "0.0.2"
8
+ s.version = "0.0.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ryan Geyer"]
12
- s.date = %q{2011-06-06}
12
+ s.date = %q{2011-06-22}
13
13
  s.description = %q{= ebs_conductor
14
14
 
15
15
  The EBS Conductor is a library for managing Amazon Elastic Block Storage volumes and snapshots. It is designed to persist a specific set of data (a "lineage") between different compute instances.
@@ -73,7 +73,7 @@ further details.
73
73
  s.homepage = %q{http://github.com/rgeyer/ebs_conductor}
74
74
  s.licenses = ["MIT"]
75
75
  s.require_paths = ["lib"]
76
- s.rubygems_version = %q{1.6.2}
76
+ s.rubygems_version = %q{1.5.2}
77
77
  s.summary = %q{A RightScale/Amazon EC2 EBS library}
78
78
  s.test_files = [
79
79
  "test/helper.rb"
data/lib/ebs_conductor.rb CHANGED
@@ -176,7 +176,7 @@ module Rgeyer
176
176
  # Check things out in RS if we've got RS credentials
177
177
  if @@have_rs
178
178
  vol = Ec2EbsVolume.find_by_cloud_id(@@rs_region_hash[region]).select { |v| v.aws_id == new_vol.id }.first
179
- keep_baking = (vol == nil)
179
+ keep_baking = true if (vol == nil)
180
180
  end
181
181
 
182
182
  keep_baking
@@ -341,7 +341,6 @@ module Rgeyer
341
341
  end
342
342
 
343
343
  def block_until_timeout(timeout_message, timeout, &block)
344
- @@logger.info("Entered block_until and timeout is (#{timeout})")
345
344
  begin
346
345
  idx=0
347
346
  Timeout::timeout(timeout) do
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ebs_conductor
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Geyer
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-06-06 00:00:00 -07:00
18
+ date: 2011-06-22 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -218,7 +218,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
218
218
  requirements: []
219
219
 
220
220
  rubyforge_project:
221
- rubygems_version: 1.6.2
221
+ rubygems_version: 1.5.2
222
222
  signing_key:
223
223
  specification_version: 3
224
224
  summary: A RightScale/Amazon EC2 EBS library