capistrano-mon.gemspec in capistrano-mon-0.0.3 vs capistrano-mon.gemspec in capistrano-mon-0.0.4

- old
+ new

@@ -16,6 +16,8 @@ gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_dependency("capistrano") + gem.add_dependency("capistrano-file-resources", "~> 0.0.1") + gem.add_dependency("capistrano-file-transfer-ext", "~> 0.0.3") end