Add fake_ftp as a development dep
This commit is contained in:
parent
1ac68808e0
commit
f85d96b425
|
@ -34,6 +34,7 @@ Gem::Specification.new do |s|
|
||||||
|
|
||||||
s.add_development_dependency "rake"
|
s.add_development_dependency "rake"
|
||||||
s.add_development_dependency "rspec", "~> 2.14.0"
|
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
|
# 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
|
# in the gem. It does this by reading all the files in the directory where
|
||||||
|
|
Loading…
Reference in New Issue