Add fake_ftp as a development dep

This commit is contained in:
Seth Vargo 2014-11-11 18:35:27 -05:00
parent 1ac68808e0
commit f85d96b425
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rake"
s.add_development_dependency "rspec", "~> 2.14.0"
s.add_development_dependency "fake_ftp", "~> 0.1"
# The following block of code determines the files that should be included
# in the gem. It does this by reading all the files in the directory where