[GH-3156] Fix fog binary dependencies

The Sakuracloud `bin` file was removed to `v0.0.4` but the dependency
was not declared.

Using `$ fog` without manually updating the dependency would trigger a
require error due to this missing file.

This adds the minimal dependency required.
This commit is contained in:
Paul Thornthwaite 2014-09-15 10:07:45 +01:00
parent 86aff2ac66
commit 6a1e04ce28
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ Gem::Specification.new do |s|
# Modular providers
s.add_dependency("fog-brightbox")
s.add_dependency("fog-softlayer")
s.add_dependency("fog-sakuracloud")
s.add_dependency("fog-sakuracloud", ">= 0.0.4")
## List your development dependencies here. Development dependencies are
## those that are only needed during development