# -*- encoding: utf-8 -*- # stub: email_reply_parser 0.5.10 ruby lib Gem::Specification.new do |s| s.name = "email_reply_parser".freeze s.version = "0.5.10".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Rick Olson".freeze] s.date = "2019-08-07" s.description = "EmailReplyParser is a small library to parse plain text email content. This is what GitHub uses to display comments that were created from email replies.".freeze s.email = "technoweenie@gmail.com".freeze s.extra_rdoc_files = ["README.md".freeze, "LICENSE".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "email_reply_parser.gemspec".freeze, "lib/email_reply_parser.rb".freeze, "script/release".freeze, "script/test".freeze, "test/email_reply_parser_test.rb".freeze, "test/emails/correct_sig.txt".freeze, "test/emails/email_1_1.txt".freeze, "test/emails/email_1_2.txt".freeze, "test/emails/email_1_3.txt".freeze, "test/emails/email_1_4.txt".freeze, "test/emails/email_1_5.txt".freeze, "test/emails/email_1_6.txt".freeze, "test/emails/email_1_7.txt".freeze, "test/emails/email_1_8.txt".freeze, "test/emails/email_2_1.txt".freeze, "test/emails/email_2_2.txt".freeze, "test/emails/email_BlackBerry.txt".freeze, "test/emails/email_bullets.txt".freeze, "test/emails/email_iPhone.txt".freeze, "test/emails/email_multi_word_sent_from_my_mobile_device.txt".freeze, "test/emails/email_one_is_not_on.txt".freeze, "test/emails/email_sent_from_my_not_signature.txt".freeze, "test/emails/email_sig_delimiter_in_middle_of_line.txt".freeze, "test/emails/greedy_on.txt".freeze, "test/emails/pathological.txt".freeze] s.homepage = "http://github.com/github/email_reply_parser".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "EmailReplyParser is a small library to parse plain text email content.".freeze s.test_files = ["test/email_reply_parser_test.rb".freeze] end