Skip to content

Commit

Permalink
Use the newest version of fog (0.8.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinemde committed May 27, 2011
1 parent 09c6f64 commit 6c633d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engineyard-dns.gemspec
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency("engineyard", "1.3.19")
s.add_dependency("fog", "~> 0.8.1")
s.add_dependency("fog", "~> 0.8.2")

s.add_development_dependency("rake", ["~> 0.9.0"])
s.add_development_dependency("cucumber", ["~> 0.10"])
Expand Down
2 changes: 1 addition & 1 deletion lib/engineyard-dns/cli.rb
Expand Up @@ -164,7 +164,7 @@ def dns_provider_names
# Returns the list of DNS providers that the current user has fog credentials
# TODO how do I get the base list from fog?
def fog_dns_provider_names
['AWS', 'Bluebox', 'DNSimple', 'Linode', 'Slicehost', 'Zerigo'] & Fog.providers
['AWS', 'Bluebox', 'DNSimple', 'Linode', 'Slicehost', 'Zerigo'] & Fog.available_providers
end

end
Expand Down

0 comments on commit 6c633d9

Please sign in to comment.