# -*- encoding: utf-8 -*- # stub: net-ssh 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "net-ssh".freeze s.version = "1.0.1".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] s.autorequire = "net/ssh".freeze s.date = "2005-06-17" s.email = "jgb3@email.byu.edu".freeze s.files = ["doc/LICENSE-BSD".freeze, "doc/LICENSE-GPL".freeze, "doc/LICENSE-RUBY".freeze, "doc/manual".freeze, "doc/manual-html".freeze, "doc/manual-html/chapter-1.html".freeze, "doc/manual-html/chapter-2.html".freeze, "doc/manual-html/chapter-3.html".freeze, "doc/manual-html/chapter-4.html".freeze, "doc/manual-html/chapter-5.html".freeze, "doc/manual-html/chapter-6.html".freeze, "doc/manual-html/chapter-7.html".freeze, "doc/manual-html/index.html".freeze, "doc/manual-html/stylesheets".freeze, "doc/manual-html/stylesheets/manual.css".freeze, "doc/manual-html/stylesheets/ruby.css".freeze, "doc/manual/chapter.erb".freeze, "doc/manual/example.erb".freeze, "doc/manual/index.erb".freeze, "doc/manual/manual.rb".freeze, "doc/manual/manual.yml".freeze, "doc/manual/page.erb".freeze, "doc/manual/parts".freeze, "doc/manual/parts/0000.txt".freeze, "doc/manual/parts/0001.txt".freeze, "doc/manual/parts/0002.txt".freeze, "doc/manual/parts/0003.txt".freeze, "doc/manual/parts/0004.txt".freeze, "doc/manual/parts/0005.txt".freeze, "doc/manual/parts/0006.txt".freeze, "doc/manual/parts/0007.txt".freeze, "doc/manual/parts/0008.txt".freeze, "doc/manual/parts/0009.txt".freeze, "doc/manual/parts/0010.txt".freeze, "doc/manual/parts/0011.txt".freeze, "doc/manual/parts/0012.txt".freeze, "doc/manual/parts/0013.txt".freeze, "doc/manual/parts/0014.txt".freeze, "doc/manual/parts/0015.txt".freeze, "doc/manual/parts/0016.txt".freeze, "doc/manual/parts/0017.txt".freeze, "doc/manual/parts/0018.txt".freeze, "doc/manual/parts/0019.txt".freeze, "doc/manual/parts/0020.txt".freeze, "doc/manual/parts/0021.txt".freeze, "doc/manual/parts/0022.txt".freeze, "doc/manual/parts/0023.txt".freeze, "doc/manual/parts/0024.txt".freeze, "doc/manual/parts/0025.txt".freeze, "doc/manual/parts/0026.txt".freeze, "doc/manual/parts/0027.txt".freeze, "doc/manual/parts/0028.txt".freeze, "doc/manual/parts/0029.txt".freeze, "doc/manual/parts/0030.txt".freeze, "doc/manual/parts/0031.txt".freeze, "doc/manual/stylesheets".freeze, "doc/manual/stylesheets/manual.css".freeze, "doc/manual/stylesheets/ruby.css".freeze, "doc/manual/tutorial.erb".freeze, "examples/channel-demo.rb".freeze, "examples/port-forward.rb".freeze, "examples/process-demo.rb".freeze, "examples/remote-net-port-forward.rb".freeze, "examples/remote-port-forward.rb".freeze, "examples/shell-demo.rb".freeze, "examples/ssh-client.rb".freeze, "examples/sync-shell-demo.rb".freeze, "examples/tail-demo.rb".freeze, "lib/net".freeze, "lib/net/ssh".freeze, "lib/net/ssh.rb".freeze, "lib/net/ssh/connection".freeze, "lib/net/ssh/connection/channel.rb".freeze, "lib/net/ssh/connection/constants.rb".freeze, "lib/net/ssh/connection/driver.rb".freeze, "lib/net/ssh/connection/services.rb".freeze, "lib/net/ssh/connection/term.rb".freeze, "lib/net/ssh/errors.rb".freeze, "lib/net/ssh/proxy".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/service".freeze, "lib/net/ssh/service/forward".freeze, "lib/net/ssh/service/forward/driver.rb".freeze, "lib/net/ssh/service/forward/local-network-handler.rb".freeze, "lib/net/ssh/service/forward/remote-network-handler.rb".freeze, "lib/net/ssh/service/forward/services.rb".freeze, "lib/net/ssh/service/process".freeze, "lib/net/ssh/service/process/driver.rb".freeze, "lib/net/ssh/service/process/open.rb".freeze, "lib/net/ssh/service/process/popen3.rb".freeze, "lib/net/ssh/service/process/services.rb".freeze, "lib/net/ssh/service/services.rb".freeze, "lib/net/ssh/service/shell".freeze, "lib/net/ssh/service/shell/driver.rb".freeze, "lib/net/ssh/service/shell/services.rb".freeze, "lib/net/ssh/service/shell/shell.rb".freeze, "lib/net/ssh/service/shell/sync.rb".freeze, "lib/net/ssh/session.rb".freeze, "lib/net/ssh/transport".freeze, "lib/net/ssh/transport/algorithm-negotiator.rb".freeze, "lib/net/ssh/transport/compress".freeze, "lib/net/ssh/transport/compress/compressor.rb".freeze, "lib/net/ssh/transport/compress/decompressor.rb".freeze, "lib/net/ssh/transport/compress/none-compressor.rb".freeze, "lib/net/ssh/transport/compress/none-decompressor.rb".freeze, "lib/net/ssh/transport/compress/services.rb".freeze, "lib/net/ssh/transport/compress/zlib-compressor.rb".freeze, "lib/net/ssh/transport/compress/zlib-decompressor.rb".freeze, "lib/net/ssh/transport/constants.rb".freeze, "lib/net/ssh/transport/errors.rb".freeze, "lib/net/ssh/transport/identity-cipher.rb".freeze, "lib/net/ssh/transport/kex".freeze, "lib/net/ssh/transport/kex/dh-gex.rb".freeze, "lib/net/ssh/transport/kex/dh.rb".freeze, "lib/net/ssh/transport/kex/services.rb".freeze, "lib/net/ssh/transport/ossl".freeze, "lib/net/ssh/transport/ossl/buffer-factory.rb".freeze, "lib/net/ssh/transport/ossl/buffer.rb".freeze, "lib/net/ssh/transport/ossl/cipher-factory.rb".freeze, "lib/net/ssh/transport/ossl/digest-factory.rb".freeze, "lib/net/ssh/transport/ossl/hmac".freeze, "lib/net/ssh/transport/ossl/hmac-factory.rb".freeze, "lib/net/ssh/transport/ossl/hmac/hmac.rb".freeze, "lib/net/ssh/transport/ossl/hmac/md5-96.rb".freeze, "lib/net/ssh/transport/ossl/hmac/md5.rb".freeze, "lib/net/ssh/transport/ossl/hmac/none.rb".freeze, "lib/net/ssh/transport/ossl/hmac/services.rb".freeze, "lib/net/ssh/transport/ossl/hmac/sha1-96.rb".freeze, "lib/net/ssh/transport/ossl/hmac/sha1.rb".freeze, "lib/net/ssh/transport/ossl/key-factory.rb".freeze, "lib/net/ssh/transport/ossl/services.rb".freeze, "lib/net/ssh/transport/packet-stream.rb".freeze, "lib/net/ssh/transport/services.rb".freeze, "lib/net/ssh/transport/session.rb".freeze, "lib/net/ssh/transport/version-negotiator.rb".freeze, "lib/net/ssh/userauth".freeze, "lib/net/ssh/userauth/agent.rb".freeze, "lib/net/ssh/userauth/constants.rb".freeze, "lib/net/ssh/userauth/driver.rb".freeze, "lib/net/ssh/userauth/methods".freeze, "lib/net/ssh/userauth/methods/hostbased.rb".freeze, "lib/net/ssh/userauth/methods/keyboard-interactive.rb".freeze, "lib/net/ssh/userauth/methods/password.rb".freeze, "lib/net/ssh/userauth/methods/publickey.rb".freeze, "lib/net/ssh/userauth/methods/services.rb".freeze, "lib/net/ssh/userauth/pageant.rb".freeze, "lib/net/ssh/userauth/services.rb".freeze, "lib/net/ssh/userauth/userkeys.rb".freeze, "lib/net/ssh/util".freeze, "lib/net/ssh/util/buffer.rb".freeze, "lib/net/ssh/util/openssl.rb".freeze, "lib/net/ssh/util/prompter.rb".freeze, "lib/net/ssh/version.rb".freeze, "test/ALL-TESTS.rb".freeze, "test/connection".freeze, "test/connection/tc_channel.rb".freeze, "test/connection/tc_driver.rb".freeze, "test/connection/tc_integration.rb".freeze, "test/proxy".freeze, "test/proxy/tc_http.rb".freeze, "test/proxy/tc_socks4.rb".freeze, "test/proxy/tc_socks5.rb".freeze, "test/service".freeze, "test/service/forward".freeze, "test/service/forward/tc_driver.rb".freeze, "test/service/forward/tc_local_network_handler.rb".freeze, "test/service/forward/tc_remote_network_handler.rb".freeze, "test/service/process".freeze, "test/service/process/tc_driver.rb".freeze, "test/service/process/tc_integration.rb".freeze, "test/service/process/tc_open.rb".freeze, "test/service/process/tc_popen3.rb".freeze, "test/tc_integration.rb".freeze, "test/transport".freeze, "test/transport/compress".freeze, "test/transport/compress/tc_none_compress.rb".freeze, "test/transport/compress/tc_none_decompress.rb".freeze, "test/transport/compress/tc_zlib_compress.rb".freeze, "test/transport/compress/tc_zlib_decompress.rb".freeze, "test/transport/kex".freeze, "test/transport/kex/tc_dh.rb".freeze, "test/transport/kex/tc_dh_gex.rb".freeze, "test/transport/ossl".freeze, "test/transport/ossl/fixtures".freeze, "test/transport/ossl/fixtures/dsa-encrypted".freeze, "test/transport/ossl/fixtures/dsa-encrypted-bad".freeze, "test/transport/ossl/fixtures/dsa-unencrypted".freeze, "test/transport/ossl/fixtures/dsa-unencrypted-bad".freeze, "test/transport/ossl/fixtures/dsa-unencrypted.pub".freeze, "test/transport/ossl/fixtures/not-a-private-key".freeze, "test/transport/ossl/fixtures/not-supported".freeze, "test/transport/ossl/fixtures/rsa-encrypted".freeze, "test/transport/ossl/fixtures/rsa-encrypted-bad".freeze, "test/transport/ossl/fixtures/rsa-unencrypted".freeze, "test/transport/ossl/fixtures/rsa-unencrypted-bad".freeze, "test/transport/ossl/fixtures/rsa-unencrypted.pub".freeze, "test/transport/ossl/hmac".freeze, "test/transport/ossl/hmac/tc_hmac.rb".freeze, "test/transport/ossl/hmac/tc_md5.rb".freeze, "test/transport/ossl/hmac/tc_md5_96.rb".freeze, "test/transport/ossl/hmac/tc_none.rb".freeze, "test/transport/ossl/hmac/tc_sha1.rb".freeze, "test/transport/ossl/hmac/tc_sha1_96.rb".freeze, "test/transport/ossl/tc_buffer.rb".freeze, "test/transport/ossl/tc_buffer_factory.rb".freeze, "test/transport/ossl/tc_cipher_factory.rb".freeze, "test/transport/ossl/tc_digest_factory.rb".freeze, "test/transport/ossl/tc_hmac_factory.rb".freeze, "test/transport/ossl/tc_key_factory.rb".freeze, "test/transport/tc_algorithm_negotiator.rb".freeze, "test/transport/tc_identity_cipher.rb".freeze, "test/transport/tc_integration.rb".freeze, "test/transport/tc_packet_stream.rb".freeze, "test/transport/tc_session.rb".freeze, "test/transport/tc_version_negotiator.rb".freeze, "test/userauth".freeze, "test/userauth/methods".freeze, "test/userauth/methods/tc_hostbased.rb".freeze, "test/userauth/methods/tc_password.rb".freeze, "test/userauth/methods/tc_publickey.rb".freeze, "test/userauth/tc_agent.rb".freeze, "test/userauth/tc_driver.rb".freeze, "test/userauth/tc_integration.rb".freeze, "test/userauth/tc_userkeys.rb".freeze, "test/util".freeze, "test/util/tc_buffer.rb".freeze] s.homepage = "http://net-ssh.rubyforge.org".freeze s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Net::SSH is a pure-Ruby implementation of the SSH2 client protocol.".freeze s.test_files = ["test/ALL-TESTS.rb".freeze] s.specification_version = 1 s.add_runtime_dependency(%q.freeze, [">= 1.2.0".freeze]) end