Skip to content

Commit

Permalink
remove fog-atmos dependency and references
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Mar 19, 2024
1 parent eac9927 commit b1ae9c8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion fog.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ Gem::Specification.new do |s|

# Modular providers (please keep sorted)
s.add_dependency("fog-aliyun",">= 0.1.0")
s.add_dependency("fog-atmos")
s.add_dependency("fog-aws", ">= 0.6.0")
s.add_dependency("fog-brightbox", ">= 0.4", "< 2.0")
s.add_dependency("fog-cloudatcost", "~> 0.4")
Expand Down
1 change: 0 additions & 1 deletion lib/fog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

# any one of these can be required separately.
# they all depend on fog/core for shared functionality.
require 'fog/atmos'
require 'fog/aws'
require 'fog/brightbox'
require 'fog/clodo'
Expand Down
1 change: 0 additions & 1 deletion lib/fog/bin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def collections
end
end

require 'fog/bin/atmos'
require 'fog/bin/aws'
require 'fog/bin/brightbox'
require 'fog/bin/clodo'
Expand Down

0 comments on commit b1ae9c8

Please sign in to comment.