File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,13 @@ Gem::Specification.new do |s|
7575 test/emails/email_1_4.txt
7676 test/emails/email_1_5.txt
7777 test/emails/email_1_6.txt
78+ test/emails/email_1_7.txt
7879 test/emails/email_2_1.txt
7980 test/emails/email_BlackBerry.txt
8081 test/emails/email_bullets.txt
8182 test/emails/email_iPhone.txt
8283 test/emails/email_multi_word_sent_from_my_mobile_device.txt
84+ test/emails/email_one_is_not_on.txt
8385 test/emails/email_sent_from_my_not_signature.txt
8486 ]
8587 # = 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.3 "
33+ VERSION = "0.5.4 "
3434
3535 # Public: Splits an email body into a list of Fragments.
3636 #
@@ -262,4 +262,3 @@ def inspect
262262 end
263263 end
264264end
265-
You can’t perform that action at this time.
0 commit comments