# -*- encoding: utf-8 -*- # stub: adamwiggins-rush 0.6.2 ruby lib Gem::Specification.new do |s| s.name = "adamwiggins-rush".freeze s.version = "0.6.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 = ["Adam Wiggins".freeze] s.date = "2009-08-17" s.description = "A Ruby replacement for bash+ssh, providing both an interactive shell and a library. Manage both local and remote unix systems from a single client.".freeze s.email = "adam@heroku.com".freeze s.executables = ["rush".freeze, "rushd".freeze] s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/rush".freeze, "bin/rushd".freeze, "lib/rush.rb".freeze, "lib/rush/access.rb".freeze, "lib/rush/array_ext.rb".freeze, "lib/rush/box.rb".freeze, "lib/rush/commands.rb".freeze, "lib/rush/config.rb".freeze, "lib/rush/dir.rb".freeze, "lib/rush/embeddable_shell.rb".freeze, "lib/rush/entry.rb".freeze, "lib/rush/exceptions.rb".freeze, "lib/rush/file.rb".freeze, "lib/rush/find_by.rb".freeze, "lib/rush/fixnum_ext.rb".freeze, "lib/rush/head_tail.rb".freeze, "lib/rush/local.rb".freeze, "lib/rush/process.rb".freeze, "lib/rush/process_set.rb".freeze, "lib/rush/remote.rb".freeze, "lib/rush/search_results.rb".freeze, "lib/rush/server.rb".freeze, "lib/rush/shell.rb".freeze, "lib/rush/ssh_tunnel.rb".freeze, "lib/rush/string_ext.rb".freeze, "spec/access_spec.rb".freeze, "spec/array_ext_spec.rb".freeze, "spec/base.rb".freeze, "spec/box_spec.rb".freeze, "spec/commands_spec.rb".freeze, "spec/config_spec.rb".freeze, "spec/dir_spec.rb".freeze, "spec/embeddable_shell_spec.rb".freeze, "spec/entry_spec.rb".freeze, "spec/file_spec.rb".freeze, "spec/find_by_spec.rb".freeze, "spec/fixnum_ext_spec.rb".freeze, "spec/local_spec.rb".freeze, "spec/process_set_spec.rb".freeze, "spec/process_spec.rb".freeze, "spec/remote_spec.rb".freeze, "spec/rush_spec.rb".freeze, "spec/search_results_spec.rb".freeze, "spec/shell_spec.rb".freeze, "spec/ssh_tunnel_spec.rb".freeze, "spec/string_ext_spec.rb".freeze] s.homepage = "http://rush.heroku.com/".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby replacement for bash+ssh.".freeze s.test_files = ["spec/access_spec.rb".freeze, "spec/array_ext_spec.rb".freeze, "spec/base.rb".freeze, "spec/box_spec.rb".freeze, "spec/commands_spec.rb".freeze, "spec/config_spec.rb".freeze, "spec/dir_spec.rb".freeze, "spec/embeddable_shell_spec.rb".freeze, "spec/entry_spec.rb".freeze, "spec/file_spec.rb".freeze, "spec/find_by_spec.rb".freeze, "spec/fixnum_ext_spec.rb".freeze, "spec/local_spec.rb".freeze, "spec/process_set_spec.rb".freeze, "spec/process_spec.rb".freeze, "spec/remote_spec.rb".freeze, "spec/rush_spec.rb".freeze, "spec/search_results_spec.rb".freeze, "spec/shell_spec.rb".freeze, "spec/ssh_tunnel_spec.rb".freeze, "spec/string_ext_spec.rb".freeze] s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end