lib/rest-ftp-daemon/uri.rb in rest-ftp-daemon-0.424.3 vs lib/rest-ftp-daemon/uri.rb in rest-ftp-daemon-0.430.0

- old
+ new

@@ -16,12 +16,11 @@ class SFTP < Generic DEFAULT_PORT = 22 end - - @@schemes["FTPS"] = FTPS - @@schemes["FTPES"] = FTPES - @@schemes["SFTP"] = SFTP - @@schemes["S3"] = S3 - @@schemes["FILE"] = FILE + @@schemes["FTPS"] = FTPS + @@schemes["FTPES"] = FTPES + @@schemes["SFTP"] = SFTP + @@schemes["S3"] = S3 + @@schemes["FILE"] = FILE end