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

Added a development dependency on 'unf' so the AWS escaping tests will pass.

This commit is contained in:
Kevin Menard 2013-10-25 11:17:31 -04:00
parent d8b5bb7190
commit 052768c95e

View file

@ -64,6 +64,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('fission')
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')
end