# -*- encoding: utf-8 -*- # stub: twmail 0.0.4 ruby lib Gem::Specification.new do |s| s.name = "twmail".freeze s.version = "0.0.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Nicholas E. Rabenau".freeze] s.date = "2014-11-15" s.description = "Mail new tasks to your TaskWarrior inbox".freeze s.email = ["nerab@gmx.net".freeze] s.executables = ["task-uuid".freeze, "twmail".freeze, "twmail_hooks".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/task-uuid".freeze, "bin/twmail".freeze, "bin/twmail_hooks".freeze, "lib/twmail.rb".freeze, "lib/twmail/version.rb".freeze, "test/fixtures/mail_empty.txt".freeze, "test/fixtures/mail_multipart.txt".freeze, "test/fixtures/mail_regular.txt".freeze, "test/fixtures/mail_separator.txt".freeze, "test/fixtures/mail_with_signature.txt".freeze, "test/fixtures/task01.json".freeze, "test/fixtures/task02.json".freeze, "test/helpers/assertions".freeze, "test/helpers/test_hook".freeze, "test/test_helper.rb".freeze, "test/unit/test_mail.rb".freeze, "test/unit/test_task_uuid.rb".freeze, "test/unit/test_twmail.rb".freeze, "test/unit/test_twmail_hooks".freeze, "twmail.gemspec".freeze] s.homepage = "https://github.com/nerab/TaskWarriorMail".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Use fetchmail and the scripts in this project to mail tasks to your local TaskWarrior installation".freeze s.test_files = ["test/fixtures/mail_empty.txt".freeze, "test/fixtures/mail_multipart.txt".freeze, "test/fixtures/mail_regular.txt".freeze, "test/fixtures/mail_separator.txt".freeze, "test/fixtures/mail_with_signature.txt".freeze, "test/fixtures/task01.json".freeze, "test/fixtures/task02.json".freeze, "test/helpers/assertions".freeze, "test/helpers/test_hook".freeze, "test/test_helper.rb".freeze, "test/unit/test_mail.rb".freeze, "test/unit/test_task_uuid.rb".freeze, "test/unit/test_twmail.rb".freeze, "test/unit/test_twmail_hooks".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end