lib/fog/linode.rb in fog-1.19.0 vs lib/fog/linode.rb in fog-1.20.0
- old
+ new
@@ -1,10 +1,2 @@
-require 'fog/core'
-
-module Fog
- module Linode
- extend Fog::Provider
- service(:compute, 'linode/compute', 'Compute')
- service(:dns, 'linode/dns', 'DNS')
- end
-end
-
+require 'fog/linode/compute'
+require 'fog/linode/dns'