# -*- encoding: utf-8 -*- # stub: net-ssh 2.2.2 ruby lib Gem::Specification.new do |s| s.name = "net-ssh".freeze s.version = "2.2.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jamis Buck".freeze, "Delano Mandelbaum".freeze] s.date = "2012-01-05" s.description = "Net::SSH: a pure-Ruby implementation of the SSH2 client protocol.".freeze s.email = ["net-ssh@solutious.com".freeze] s.extra_rdoc_files = ["README.rdoc".freeze, "THANKS.rdoc".freeze, "CHANGELOG.rdoc".freeze] s.files = ["CHANGELOG.rdoc".freeze, "Manifest".freeze, "README.rdoc".freeze, "Rakefile".freeze, "Rudyfile".freeze, "THANKS.rdoc".freeze, "lib/net/ssh.rb".freeze, "lib/net/ssh/authentication/agent.rb".freeze, "lib/net/ssh/authentication/constants.rb".freeze, "lib/net/ssh/authentication/key_manager.rb".freeze, "lib/net/ssh/authentication/methods/abstract.rb".freeze, "lib/net/ssh/authentication/methods/hostbased.rb".freeze, "lib/net/ssh/authentication/methods/keyboard_interactive.rb".freeze, "lib/net/ssh/authentication/methods/password.rb".freeze, "lib/net/ssh/authentication/methods/publickey.rb".freeze, "lib/net/ssh/authentication/pageant.rb".freeze, "lib/net/ssh/authentication/session.rb".freeze, "lib/net/ssh/buffer.rb".freeze, "lib/net/ssh/buffered_io.rb".freeze, "lib/net/ssh/config.rb".freeze, "lib/net/ssh/connection/channel.rb".freeze, "lib/net/ssh/connection/constants.rb".freeze, "lib/net/ssh/connection/session.rb".freeze, "lib/net/ssh/connection/term.rb".freeze, "lib/net/ssh/errors.rb".freeze, "lib/net/ssh/key_factory.rb".freeze, "lib/net/ssh/known_hosts.rb".freeze, "lib/net/ssh/loggable.rb".freeze, "lib/net/ssh/packet.rb".freeze, "lib/net/ssh/prompt.rb".freeze, "lib/net/ssh/proxy/command.rb".freeze, "lib/net/ssh/proxy/errors.rb".freeze, "lib/net/ssh/proxy/http.rb".freeze, "lib/net/ssh/proxy/socks4.rb".freeze, "lib/net/ssh/proxy/socks5.rb".freeze, "lib/net/ssh/ruby_compat.rb".freeze, "lib/net/ssh/service/forward.rb".freeze, "lib/net/ssh/test.rb".freeze, "lib/net/ssh/test/channel.rb".freeze, "lib/net/ssh/test/extensions.rb".freeze, "lib/net/ssh/test/kex.rb".freeze, "lib/net/ssh/test/local_packet.rb".freeze, "lib/net/ssh/test/packet.rb".freeze, "lib/net/ssh/test/remote_packet.rb".freeze, "lib/net/ssh/test/script.rb".freeze, "lib/net/ssh/test/socket.rb".freeze, "lib/net/ssh/transport/algorithms.rb".freeze, "lib/net/ssh/transport/cipher_factory.rb".freeze, "lib/net/ssh/transport/constants.rb".freeze, "lib/net/ssh/transport/hmac.rb".freeze, "lib/net/ssh/transport/hmac/abstract.rb".freeze, "lib/net/ssh/transport/hmac/md5.rb".freeze, "lib/net/ssh/transport/hmac/md5_96.rb".freeze, "lib/net/ssh/transport/hmac/none.rb".freeze, "lib/net/ssh/transport/hmac/sha1.rb".freeze, "lib/net/ssh/transport/hmac/sha1_96.rb".freeze, "lib/net/ssh/transport/identity_cipher.rb".freeze, "lib/net/ssh/transport/kex.rb".freeze, "lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb".freeze, "lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb".freeze, "lib/net/ssh/transport/openssl.rb".freeze, "lib/net/ssh/transport/packet_stream.rb".freeze, "lib/net/ssh/transport/server_version.rb".freeze, "lib/net/ssh/transport/session.rb".freeze, "lib/net/ssh/transport/state.rb".freeze, "lib/net/ssh/verifiers/lenient.rb".freeze, "lib/net/ssh/verifiers/null.rb".freeze, "lib/net/ssh/verifiers/strict.rb".freeze, "lib/net/ssh/version.rb".freeze, "net-ssh.gemspec".freeze, "setup.rb".freeze, "support/arcfour_check.rb".freeze, "support/ssh_tunnel_bug.rb".freeze, "test/README.txt".freeze, "test/authentication/methods/common.rb".freeze, "test/authentication/methods/test_abstract.rb".freeze, "test/authentication/methods/test_hostbased.rb".freeze, "test/authentication/methods/test_keyboard_interactive.rb".freeze, "test/authentication/methods/test_password.rb".freeze, "test/authentication/methods/test_publickey.rb".freeze, "test/authentication/test_agent.rb".freeze, "test/authentication/test_key_manager.rb".freeze, "test/authentication/test_session.rb".freeze, "test/common.rb".freeze, "test/configs/eqsign".freeze, "test/configs/exact_match".freeze, "test/configs/host_plus".freeze, "test/configs/multihost".freeze, "test/configs/nohost".freeze, "test/configs/numeric_host".freeze, "test/configs/wild_cards".freeze, "test/connection/test_channel.rb".freeze, "test/connection/test_session.rb".freeze, "test/manual/test_forward.rb".freeze, "test/test_all.rb".freeze, "test/test_buffer.rb".freeze, "test/test_buffered_io.rb".freeze, "test/test_config.rb".freeze, "test/test_key_factory.rb".freeze, "test/transport/hmac/test_md5.rb".freeze, "test/transport/hmac/test_md5_96.rb".freeze, "test/transport/hmac/test_none.rb".freeze, "test/transport/hmac/test_sha1.rb".freeze, "test/transport/hmac/test_sha1_96.rb".freeze, "test/transport/kex/test_diffie_hellman_group1_sha1.rb".freeze, "test/transport/kex/test_diffie_hellman_group_exchange_sha1.rb".freeze, "test/transport/test_algorithms.rb".freeze, "test/transport/test_cipher_factory.rb".freeze, "test/transport/test_hmac.rb".freeze, "test/transport/test_identity_cipher.rb".freeze, "test/transport/test_packet_stream.rb".freeze, "test/transport/test_server_version.rb".freeze, "test/transport/test_session.rb".freeze, "test/transport/test_state.rb".freeze] s.homepage = "http://github.com/net-ssh/net-ssh".freeze s.rdoc_options = ["--line-numbers".freeze, "--title".freeze, "Net::SSH: a pure-Ruby implementation of the SSH2 client protocol.".freeze, "--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Net::SSH: a pure-Ruby implementation of the SSH2 client protocol.".freeze end