1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge pull request #2720 from fog/2706_bump_libvirt

[GH-2706] Update ruby-libvirt dependency to 0.5
This commit is contained in:
Paul Thornthwaite 2014-03-12 15:38:27 +00:00
commit 37cd5d6b06

View file

@ -69,8 +69,9 @@ Gem::Specification.new do |s|
s.add_development_dependency('pry')
s.add_development_dependency('google-api-client', '~>0.6.2')
s.add_development_dependency('unf')
if ENV["FOG_USE_LIBVIRT"] && RUBY_PLATFORM != 'java'
s.add_development_dependency('ruby-libvirt','~>0.4.0')
if ENV["FOG_USE_LIBVIRT"]
s.add_development_dependency('ruby-libvirt','~> 0.5.0')
end
s.files = `git ls-files`.split("\n")