Skip to content

Commit c806fb6

Browse files
author
Vicent Marti
committed
Bump to 0.5.5
1 parent 8a35fdc commit c806fb6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

email_reply_parser.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Gem::Specification.new do |s|
8383
test/emails/email_multi_word_sent_from_my_mobile_device.txt
8484
test/emails/email_one_is_not_on.txt
8585
test/emails/email_sent_from_my_not_signature.txt
86+
test/emails/pathological.txt
8687
]
8788
# = MANIFEST =
8889

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.4"
33+
VERSION = "0.5.5"
3434

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

0 commit comments

Comments
 (0)