Skip to content

Commit 6daf769

Browse files
committed
Release 0.5.6
1 parent 7837dac commit 6daf769

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

email_reply_parser.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,14 @@ Gem::Specification.new do |s|
7777
test/emails/email_1_6.txt
7878
test/emails/email_1_7.txt
7979
test/emails/email_2_1.txt
80+
test/emails/email_2_2.txt
8081
test/emails/email_BlackBerry.txt
8182
test/emails/email_bullets.txt
8283
test/emails/email_iPhone.txt
8384
test/emails/email_multi_word_sent_from_my_mobile_device.txt
8485
test/emails/email_one_is_not_on.txt
8586
test/emails/email_sent_from_my_not_signature.txt
87+
test/emails/email_sig_delimiter_in_middle_of_line.txt
8688
test/emails/pathological.txt
8789
]
8890
# = MANIFEST =

lib/email_reply_parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#
3131
# [mail]: https://github.com/mikel/mail
3232
class EmailReplyParser
33-
VERSION = "0.5.5"
33+
VERSION = "0.5.6"
3434

3535
# Public: Splits an email body into a list of Fragments.
3636
#

0 commit comments

Comments
 (0)