Skip to content

Commit

Permalink
fix Ruby 2.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
plribeiro3000 committed Sep 17, 2018
1 parent f9d3971 commit abc6eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/fog/xenserver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

module Fog
module XenServer
extend Fog::Provider

autoload :Compute, File.expand_path("../xenserver/compute", __FILE__)
autoload :Connection, File.expand_path("../xenserver/connection", __FILE__)
autoload :InvalidLogin, File.expand_path("../xenserver/invalid_login", __FILE__)
Expand All @@ -11,8 +13,6 @@ module XenServer
autoload :Parsers, File.expand_path("../xenserver/parsers", __FILE__)
autoload :RequestFailed, File.expand_path("../xenserver/request_failed", __FILE__)

extend Fog::Provider

service(:compute, "Compute")
end
end

0 comments on commit abc6eec

Please sign in to comment.