fog 0.0.19 → 0.0.20

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.19
1
+ 0.0.20
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fog}
8
- s.version = "0.0.19"
8
+ s.version = "0.0.20"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["geemus (Wesley Beary)"]
@@ -29,8 +29,6 @@ module Fog
29
29
  def save
30
30
  options = { 'metadata' => @metadata, 'name' => @name, 'personality' => @personality }
31
31
  options = options.reject {|key, value| value.nil?}
32
- p @personality
33
- p options
34
32
  data = connection.create_server(@flavor_id, @image_id, options)
35
33
  merge_attributes(data.body['server'])
36
34
  true
@@ -56,7 +56,6 @@ unless Fog.mocking?
56
56
  }
57
57
  end
58
58
  end
59
- p data
60
59
  request(
61
60
  :body => data.to_json,
62
61
  :expects => 202,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.19
4
+ version: 0.0.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - geemus (Wesley Beary)