Skip to content

Commit

Permalink
[fogGH-2706] Update ruby-libvirt dependency to 0.5
Browse files Browse the repository at this point in the history
Also removed guard related to JRuby since the important part is opting
into lib-virt
  • Loading branch information
tokengeek committed Feb 27, 2014
1 parent c445f45 commit f4d5444
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fog.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit f4d5444

Please sign in to comment.