hpcloud 2.0.4 → 2.0.5

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.
@@ -115,7 +115,7 @@ module HP
115
115
  @cstatus = CliStatus.new("Permission denied trying to access '#{@fname}'.", :permission_denied)
116
116
  return false
117
117
  rescue Exception => error
118
- @cstatus = CliStatus.new("Error ch reading '#{@fname}': " + error.to_s, :general_error)
118
+ @cstatus = CliStatus.new("Error reading '#{@fname}': " + error.to_s, :general_error)
119
119
  return false
120
120
  end
121
121
  end
@@ -439,8 +439,8 @@ module HP
439
439
  res.size = x['bytes']
440
440
  res.type = x['content_type']
441
441
  yield res
442
- marker = name
443
442
  end
443
+ marker = name
444
444
  }
445
445
  break if lode < @@limit
446
446
  end until count >= total
@@ -21,7 +21,7 @@
21
21
 
22
22
  module HP
23
23
  module Cloud
24
- VERSION = '2.0.4'
25
- SHA1 = '4fb7651c4894e8bc012f068c2db0676bab55f135'
24
+ VERSION = '2.0.5'
25
+ SHA1 = 'db4a9ca1dabc3d7a37b27b4b40265b95461932d8'
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hpcloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: