# -*- encoding: utf-8 -*-
# stub: sup 0.1 ruby lib

Gem::Specification.new do |s|
  s.name = "sup".freeze
  s.version = "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 = ["William Morgan".freeze]
  s.date = "2007-07-17"
  s.description = "Sup is a console-based email client for people with a lot of email. It supports tagging, very fast full-text search, automatic contact-list management, and more. If you're the type of person who treats email as an extension of your long-term memory, Sup is for you.  Sup makes it easy to: - Handle massive amounts of email.  - Mix email from different sources: mbox files (even across different machines), Maildir directories, IMAP folders, POP accounts, and GMail accounts.  - Instantaneously search over your entire email collection. Search over body text, or use a query language to combine search predicates in any way.  - Handle multiple accounts. Replying to email sent to a particular account will use the correct SMTP server, signature, and from address.  - Add custom code to handle certain types of messages or to handle certain types of text within messages.  - Organize email with user-defined labels, automatically track recent contacts, and much more!  The goal of Sup is to become the email client of choice for nerds everywhere.".freeze
  s.email = "wmorgan-sup@masanjin.net".freeze
  s.executables = ["sup".freeze, "sup-add".freeze, "sup-config".freeze, "sup-dump".freeze, "sup-recover-sources".freeze, "sup-sync".freeze, "sup-sync-back".freeze]
  s.files = ["HACKING".freeze, "History.txt".freeze, "LICENSE".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "bin/sup".freeze, "bin/sup-add".freeze, "bin/sup-config".freeze, "bin/sup-dump".freeze, "bin/sup-recover-sources".freeze, "bin/sup-sync".freeze, "bin/sup-sync-back".freeze, "doc/FAQ.txt".freeze, "doc/Philosophy.txt".freeze, "doc/TODO".freeze, "doc/UserGuide.txt".freeze, "lib/sup.rb".freeze, "lib/sup/account.rb".freeze, "lib/sup/buffer.rb".freeze, "lib/sup/colormap.rb".freeze, "lib/sup/contact.rb".freeze, "lib/sup/draft.rb".freeze, "lib/sup/imap.rb".freeze, "lib/sup/index.rb".freeze, "lib/sup/keymap.rb".freeze, "lib/sup/label.rb".freeze, "lib/sup/logger.rb".freeze, "lib/sup/maildir.rb".freeze, "lib/sup/mbox.rb".freeze, "lib/sup/mbox/loader.rb".freeze, "lib/sup/mbox/ssh-file.rb".freeze, "lib/sup/mbox/ssh-loader.rb".freeze, "lib/sup/message.rb".freeze, "lib/sup/mode.rb".freeze, "lib/sup/modes/buffer-list-mode.rb".freeze, "lib/sup/modes/completion-mode.rb".freeze, "lib/sup/modes/compose-mode.rb".freeze, "lib/sup/modes/contact-list-mode.rb".freeze, "lib/sup/modes/edit-message-mode.rb".freeze, "lib/sup/modes/file-browser-mode.rb".freeze, "lib/sup/modes/forward-mode.rb".freeze, "lib/sup/modes/help-mode.rb".freeze, "lib/sup/modes/inbox-mode.rb".freeze, "lib/sup/modes/label-list-mode.rb".freeze, "lib/sup/modes/label-search-results-mode.rb".freeze, "lib/sup/modes/line-cursor-mode.rb".freeze, "lib/sup/modes/log-mode.rb".freeze, "lib/sup/modes/person-search-results-mode.rb".freeze, "lib/sup/modes/poll-mode.rb".freeze, "lib/sup/modes/reply-mode.rb".freeze, "lib/sup/modes/resume-mode.rb".freeze, "lib/sup/modes/scroll-mode.rb".freeze, "lib/sup/modes/search-results-mode.rb".freeze, "lib/sup/modes/text-mode.rb".freeze, "lib/sup/modes/thread-index-mode.rb".freeze, "lib/sup/modes/thread-view-mode.rb".freeze, "lib/sup/person.rb".freeze, "lib/sup/poll.rb".freeze, "lib/sup/rfc2047.rb".freeze, "lib/sup/sent.rb".freeze, "lib/sup/source.rb".freeze, "lib/sup/suicide.rb".freeze, "lib/sup/tagger.rb".freeze, "lib/sup/textfield.rb".freeze, "lib/sup/thread.rb".freeze, "lib/sup/update.rb".freeze, "lib/sup/util.rb".freeze]
  s.homepage = "http://sup.rubyforge.org".freeze
  s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "A console-based email client with the best features of GMail, mutt, and emacs. Features full text search, labels, tagged operations, multiple buffers, recent contacts, and more.".freeze

  s.specification_version = 1

  s.add_runtime_dependency(%q<ferret>.freeze, [">= 0.10.13".freeze])
  s.add_runtime_dependency(%q<ncurses>.freeze, [">= 0.9.1".freeze])
  s.add_runtime_dependency(%q<rmail>.freeze, [">= 0.17".freeze])
  s.add_runtime_dependency(%q<highline>.freeze, ["> 0.0.0".freeze])
  s.add_runtime_dependency(%q<net-ssh>.freeze, ["> 0.0.0".freeze])
  s.add_runtime_dependency(%q<trollop>.freeze, [">= 1.7".freeze])
  s.add_runtime_dependency(%q<lockfile>.freeze, ["> 0.0.0".freeze])
  s.add_runtime_dependency(%q<mime-types>.freeze, ["> 0.0.0".freeze])
end