# -*- encoding: utf-8 -*- # stub: sup 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "sup".freeze s.version = "0.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 = "2006-11-28" s.description = "Sup is an attempt to take the UI innovations of web-based email readers (ok, really just GMail) and to combine them with the traditional wholesome goodness of a console-based email client. Sup is designed to work with massive amounts of email, potentially spread out across different mbox files, IMAP folders, and GMail accounts, and to pull them all together into a single interface. 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-import".freeze] s.files = ["History.txt".freeze, "LICENSE".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "bin/sup".freeze, "bin/sup-import".freeze, "doc/FAQ.txt".freeze, "doc/Philosophy.txt".freeze, "doc/TODO".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/index.rb".freeze, "lib/sup/keymap.rb".freeze, "lib/sup/label.rb".freeze, "lib/sup/logger.rb".freeze, "lib/sup/mbox.rb".freeze, "lib/sup/mbox/loader.rb".freeze, "lib/sup/message.rb".freeze, "lib/sup/mode.rb".freeze, "lib/sup/modes/buffer-list-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/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/sent.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.freeze, [">= 0.10.13".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.9.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.17".freeze]) end