# -*- encoding: utf-8 -*- # stub: lp_email_reply_parser 0.6.1 ruby lib Gem::Specification.new do |s| s.name = "lp_email_reply_parser".freeze s.version = "0.6.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 = ["Rick Olson".freeze] s.date = "2013-02-02" s.description = "EmailReplyParser is a small library to parse plain text email content to return only the reply.".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, "lib/email_reply_parser.rb".freeze, "lp_email_reply_parser.gemspec".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_1_9.txt".freeze, "test/emails/email_2_1.txt".freeze, "test/emails/email_2_2.txt".freeze, "test/emails/email_2_3.txt".freeze, "test/emails/email_2_4.txt".freeze, "test/emails/email_2_5.txt".freeze, "test/emails/email_2_6.txt".freeze, "test/emails/email_2_7.txt".freeze, "test/emails/email_2_8.txt".freeze, "test/emails/email_2_9.txt".freeze, "test/emails/email_2nd_paragraph_starting_with_on.txt".freeze, "test/emails/email_BlackBerry.txt".freeze, "test/emails/email_bullets.txt".freeze, "test/emails/email_from_address_in_quote_header.txt".freeze, "test/emails/email_from_name_in_quote_header.txt".freeze, "test/emails/email_hyphens.txt".freeze, "test/emails/email_iPhone.txt".freeze, "test/emails/email_mentions_own_email_address.txt".freeze, "test/emails/email_mentions_own_name.txt".freeze, "test/emails/email_multi_word_sent_from_my_mobile_device.txt".freeze, "test/emails/email_multiline_quote_header_es_mx.txt".freeze, "test/emails/email_multiline_quote_header_fr.txt".freeze, "test/emails/email_multiline_quote_header_from_first.txt".freeze, "test/emails/email_multiline_quote_header_from_replyto_date_to_subject.txt".freeze, "test/emails/email_multiline_quote_header_from_to_date_subject.txt".freeze, "test/emails/email_multiline_quote_header_none.txt".freeze, "test/emails/email_multiline_quote_header_pt_br.txt".freeze, "test/emails/email_multiline_quote_header_with_asterisks.txt".freeze, "test/emails/email_multiline_quote_header_with_cc.txt".freeze, "test/emails/email_multiline_quote_header_with_multiline_headers.txt".freeze, "test/emails/email_no_signature_deliminator.txt".freeze, "test/emails/email_no_signature_deliminator_adds_a_middle_initial.txt".freeze, "test/emails/email_one_is_not_on.txt".freeze, "test/emails/email_sent_from_my_not_signature.txt".freeze, "test/emails/email_was_showing_as_nothing_visible.txt".freeze] s.homepage = "http://github.com/github/email_reply_parser".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Email Reply Parser".freeze s.test_files = ["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_1_9.txt".freeze, "test/emails/email_2_1.txt".freeze, "test/emails/email_2_2.txt".freeze, "test/emails/email_2_3.txt".freeze, "test/emails/email_2_4.txt".freeze, "test/emails/email_2_5.txt".freeze, "test/emails/email_2_6.txt".freeze, "test/emails/email_2_7.txt".freeze, "test/emails/email_2_8.txt".freeze, "test/emails/email_2_9.txt".freeze, "test/emails/email_2nd_paragraph_starting_with_on.txt".freeze, "test/emails/email_BlackBerry.txt".freeze, "test/emails/email_bullets.txt".freeze, "test/emails/email_from_address_in_quote_header.txt".freeze, "test/emails/email_from_name_in_quote_header.txt".freeze, "test/emails/email_hyphens.txt".freeze, "test/emails/email_iPhone.txt".freeze, "test/emails/email_mentions_own_email_address.txt".freeze, "test/emails/email_mentions_own_name.txt".freeze, "test/emails/email_multi_word_sent_from_my_mobile_device.txt".freeze, "test/emails/email_multiline_quote_header_es_mx.txt".freeze, "test/emails/email_multiline_quote_header_fr.txt".freeze, "test/emails/email_multiline_quote_header_from_first.txt".freeze, "test/emails/email_multiline_quote_header_from_replyto_date_to_subject.txt".freeze, "test/emails/email_multiline_quote_header_from_to_date_subject.txt".freeze, "test/emails/email_multiline_quote_header_none.txt".freeze, "test/emails/email_multiline_quote_header_pt_br.txt".freeze, "test/emails/email_multiline_quote_header_with_asterisks.txt".freeze, "test/emails/email_multiline_quote_header_with_cc.txt".freeze, "test/emails/email_multiline_quote_header_with_multiline_headers.txt".freeze, "test/emails/email_no_signature_deliminator.txt".freeze, "test/emails/email_no_signature_deliminator_adds_a_middle_initial.txt".freeze, "test/emails/email_one_is_not_on.txt".freeze, "test/emails/email_sent_from_my_not_signature.txt".freeze, "test/emails/email_was_showing_as_nothing_visible.txt".freeze] end