File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ Gem::Specification.new do |s|
6767 Rakefile
6868 email_reply_parser.gemspec
6969 lib/email_reply_parser.rb
70+ script/release
71+ script/test
7072 test/email_reply_parser_test.rb
7173 test/emails/correct_sig.txt
7274 test/emails/email_1_1.txt
@@ -86,6 +88,7 @@ Gem::Specification.new do |s|
8688 test/emails/email_one_is_not_on.txt
8789 test/emails/email_sent_from_my_not_signature.txt
8890 test/emails/email_sig_delimiter_in_middle_of_line.txt
91+ test/emails/greedy_on.txt
8992 test/emails/pathological.txt
9093 ]
9194 # = MANIFEST =
Original file line number Diff line number Diff line change 3030#
3131# [mail]: https://github.com/mikel/mail
3232class EmailReplyParser
33- VERSION = "0.5.7 "
33+ VERSION = "0.5.8 "
3434
3535 # Public: Splits an email body into a list of Fragments.
3636 #
You can’t perform that action at this time.
0 commit comments