diff options
Diffstat (limited to 'lib/net')
-rw-r--r-- | lib/net/ssh.rb | 2 | ||||
-rw-r--r-- | lib/net/ssh/version.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/ssh.rb b/lib/net/ssh.rb index 9dfbcd0..bf966a0 100644 --- a/lib/net/ssh.rb +++ b/lib/net/ssh.rb @@ -68,7 +68,7 @@ module Net :rekey_blocks_limit,:rekey_limit, :rekey_packet_limit, :timeout, :verbose, :global_known_hosts_file, :user_known_hosts_file, :host_key_alias, :host_name, :user, :properties, :passphrase, :keys_only, :max_pkt_size, - :max_win_size, :send_env, :use_agent + :max_win_size, :send_env, :use_agent, :number_of_password_prompts ] # The standard means of starting a new SSH connection. When used with a diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb index b12b212..7a9df7d 100644 --- a/lib/net/ssh/version.rb +++ b/lib/net/ssh/version.rb @@ -55,7 +55,7 @@ module Net; module SSH # The prerelease component of this version of the Net::SSH library # nil allowed - PRE = "rc1" + PRE = "rc2" # The current version of the Net::SSH library as a Version instance CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact) |