cloudflock 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -121,9 +121,6 @@ class CloudFlock::Interface::CLI::App::Servers::Migrate
121
121
  rackspace_region: api[:region],
122
122
  version: api[:version])
123
123
 
124
- # Rescue patch has to be loaded after the connection is created
125
- require 'cloudflock/patch/fog'
126
-
127
124
  # Send API call
128
125
  new_server = CLI.spinner("Spinning up new server: #{api[:hostname]}") do
129
126
  rack_api.servers::create(name: api[:hostname],
@@ -1,3 +1,3 @@
1
1
  module CloudFlock
2
- VERSION = '0.5.0'
2
+ VERSION = '0.5.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudflock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
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: 2013-05-22 00:00:00.000000000 Z
12
+ date: 2013-05-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fog