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
1 changed files with 1 additions and 0 deletions

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