# -*- encoding: utf-8 -*- # stub: discourse_email_parser 0.6.1 ruby lib Gem::Specification.new do |s| s.name = "discourse_email_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, "Arpit Jalan".freeze, "Robin Ward".freeze, "Sam Saffron".freeze, "Neil Lalonde".freeze, "R\u00E9gis Hanol".freeze] s.date = "2015-12-11" s.description = "DiscourseEmailParser is a small library to parse plain text email content.".freeze s.email = ["arpit.jalan@discourse.org".freeze, "robin.ward@discourse.org".freeze, "sam.saffron@discourse.org".freeze, "neil.lalonde@discourse.org".freeze, "regis.hanol@discourse.org".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "discourse_email_parser.gemspec".freeze, "lib/discourse_email_parser.rb".freeze, "script/release".freeze, "script/test".freeze, "test/discourse_email_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/discourse/discourse_email_parser".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Small library to parse plain text email content.".freeze s.test_files = ["test/discourse_email_parser_test.rb".freeze] end