# -*- encoding: utf-8 -*- # stub: vmail 2.6.9 ruby lib Gem::Specification.new do |s| s.name = "vmail".freeze s.version = "2.6.9".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Daniel Choi".freeze] s.date = "2012-12-18" s.description = "Manage your email with Vim".freeze s.email = ["dhchoi@gmail.com".freeze] s.executables = ["vmail".freeze, "vmail_client".freeze, "vmailsend".freeze] s.files = [".gitignore".freeze, "MIT-LICENSE.txt".freeze, "NOTES".freeze, "README.markdown".freeze, "Rakefile".freeze, "TODO".freeze, "bin/vmail".freeze, "bin/vmail_client".freeze, "bin/vmailsend".freeze, "coverage.markdown".freeze, "db/create.sql".freeze, "lib/vmail.rb".freeze, "lib/vmail.vim".freeze, "lib/vmail/address_quoter.rb".freeze, "lib/vmail/contacts_extractor.rb".freeze, "lib/vmail/database.rb".freeze, "lib/vmail/flagging_and_moving.rb".freeze, "lib/vmail/helpers.rb".freeze, "lib/vmail/imap_client.rb".freeze, "lib/vmail/inbox_poller.rb".freeze, "lib/vmail/message_formatter.rb".freeze, "lib/vmail/options.rb".freeze, "lib/vmail/query.rb".freeze, "lib/vmail/reply_templating.rb".freeze, "lib/vmail/searching.rb".freeze, "lib/vmail/send_options.rb".freeze, "lib/vmail/sender.rb".freeze, "lib/vmail/showing_headers.rb".freeze, "lib/vmail/showing_message.rb".freeze, "lib/vmail/string_ext.rb".freeze, "lib/vmail/version.rb".freeze, "test/address_quoter_test.rb".freeze, "test/base64_test.rb".freeze, "test/fixtures/euc-kr-header.eml".freeze, "test/fixtures/euc-kr-html.eml".freeze, "test/fixtures/google-affiliate.eml".freeze, "test/fixtures/htmlbody.eml".freeze, "test/fixtures/moleskine-html.eml".freeze, "test/fixtures/reply-template-encoding-test.eml".freeze, "test/fixtures/reply_all.eml".freeze, "test/fixtures/rfc_part.eml".freeze, "test/fixtures/textbody-nocontenttype.eml".freeze, "test/fixtures/with-attachments.eml".freeze, "test/message_formatter_test.rb".freeze, "test/reply_template_test.rb".freeze, "test/test_helper.rb".freeze, "test/time_format_test.rb".freeze, "vmail.gemspec".freeze] s.homepage = "http://danielchoi.com/software/vmail.html".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.9.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A Vim interface to Gmail".freeze s.test_files = ["test/address_quoter_test.rb".freeze, "test/base64_test.rb".freeze, "test/fixtures/euc-kr-header.eml".freeze, "test/fixtures/euc-kr-html.eml".freeze, "test/fixtures/google-affiliate.eml".freeze, "test/fixtures/htmlbody.eml".freeze, "test/fixtures/moleskine-html.eml".freeze, "test/fixtures/reply-template-encoding-test.eml".freeze, "test/fixtures/reply_all.eml".freeze, "test/fixtures/rfc_part.eml".freeze, "test/fixtures/textbody-nocontenttype.eml".freeze, "test/fixtures/with-attachments.eml".freeze, "test/message_formatter_test.rb".freeze, "test/reply_template_test.rb".freeze, "test/test_helper.rb".freeze, "test/time_format_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 2.2.12".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.6.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.24.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.3.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.4.4".freeze]) end